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

Method _catchup

src/log/log.cpp:443–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441
442
443Future<Log::Position> LogReaderProcess::_catchup()
444{
445 CHECK_READY(recovering);
446
447 return log::catchup(quorum, recovering.get(), network)
448 .then([](uint64_t end) { return Log::Position(end); });
449}
450
451
452Log::Position LogReaderProcess::position(uint64_t value)

Callers

nothing calls this directly

Calls 4

catchupFunction · 0.85
PositionClass · 0.50
thenMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected