MCPcopy 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
563void 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
573Registrar::Registrar(

Callers

nothing calls this directly

Calls 2

failFunction · 0.70
ErrorFunction · 0.50

Tested by

no test coverage detected