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

Method initialize

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

Source from the content-addressed store, hash-verified

433
434protected:
435 void initialize() override
436 {
437 LOG(INFO) << "Starting replica recovery";
438
439 // Register a callback to handle user initiated discard.
440 promise.future().onDiscard(defer(self(), &Self::discard));
441
442 start();
443 }
444
445 void finalize() override
446 {

Callers

nothing calls this directly

Calls 3

deferFunction · 0.85
startFunction · 0.85
futureMethod · 0.45

Tested by

no test coverage detected