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

Method fatal

src/resource_provider/storage/provider.cpp:556–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554
555
556void StorageLocalResourceProviderProcess::fatal()
557{
558 // Force the disconnection early.
559 driver.reset();
560
561 process::terminate(self());
562}
563
564
565Future<Nothing> StorageLocalResourceProviderProcess::recover()

Callers

nothing calls this directly

Calls 2

terminateFunction · 0.50
resetMethod · 0.45

Tested by

no test coverage detected