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

Method runWritePhase

src/log/consensus.cpp:707–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705 }
706
707 void runWritePhase(const Action& action)
708 {
709 CHECK(!action.has_learned() || !action.learned());
710
711 writing = log::write(quorum, network, proposal, action);
712 writing.onAny(defer(self(), &Self::checkWritePhase, action));
713 }
714
715 void checkWritePhase(const Action& action)
716 {

Callers

nothing calls this directly

Calls 3

deferFunction · 0.85
learnedMethod · 0.80
writeFunction · 0.70

Tested by

no test coverage detected