Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ abort
Method
abort
src/master/registrar.cpp:563–570 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
561
562
563
void RegistrarProcess::abort(const string& message)
564
{
565
error = Error(message);
566
567
LOG(ERROR) <<
"Registrar aborting: "
<< message;
568
569
fail(&operations, message);
570
}
571
572
573
Registrar::Registrar(
Callers
nothing calls this directly
Calls
2
fail
Function · 0.70
Error
Function · 0.50
Tested by
no test coverage detected