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

Function fail

src/master/master.cpp:1659–1662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1657
1658
1659void fail(const string& message, const string& failure)
1660{
1661 LOG(FATAL) << message << ": " << failure;
1662}
1663
1664
1665Future<Nothing> Master::recover()

Callers 3

FutureMethod · 0.50
finalizeMethod · 0.50
_consumeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected