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

Method succeeded

src/log/catchup.cpp:261–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 }
260
261 void succeeded()
262 {
263 ++current;
264
265 // The single position catch-up function: 'log::catchup' will
266 // return the highest proposal number seen so far. We use this
267 // proposal number for the next 'catchup' as it is highly likely
268 // that this number is high enough, saving potentially unnecessary
269 // proposal number bumps.
270 proposal = catching.get();
271
272 catchup();
273 }
274
275 const size_t quorum;
276 const Shared<Replica> replica;

Callers 4

interpretCheckStatusInfoFunction · 0.80
mesos.cppFile · 0.80
type_utils.cppFile · 0.80

Calls 2

catchupFunction · 0.85
getMethod · 0.45

Tested by 1