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

Method learned

src/log/replica.cpp:693–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691
692
693void ReplicaProcess::learned(const UPID& from, const Action& action)
694{
695 LOG(INFO) << "Replica received learned notice for position "
696 << action.position() << " from " << from;
697
698 CHECK(action.learned());
699 persist(action);
700}
701
702
703bool ReplicaProcess::persist(const Action& action)

Callers 11

foreachFunction · 0.80
restoreMethod · 0.80
persistMethod · 0.80
receivedMethod · 0.80
checkPromisePhaseMethod · 0.80
runWritePhaseMethod · 0.80
runLearnPhaseMethod · 0.80
learnFunction · 0.80
writeMethod · 0.80
persistMethod · 0.80
TYPED_TESTFunction · 0.80

Calls 1

positionMethod · 0.45

Tested by 1

TYPED_TESTFunction · 0.64