Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1659
void fail(const string& message, const string& failure)
1660
{
1661
LOG(FATAL) << message <<
": "
<< failure;
1662
}
1663
1664
1665
Future<Nothing> Master::recover()
Callers
3
Future
Method · 0.50
finalize
Method · 0.50
_consume
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected