MCPcopy Create free account
hub / github.com/apache/mesos / runWritePhase

Method runWritePhase

src/log/coordinator.cpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364
365
366Future<WriteResponse> CoordinatorProcess::runWritePhase(const Action& action)
367{
368 return log::write(quorum, network, proposal, action);
369}
370
371
372Future<Option<uint64_t>> CoordinatorProcess::checkWritePhase(

Callers

nothing calls this directly

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected