Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
556
void StorageLocalResourceProviderProcess::fatal()
557
{
558
// Force the disconnection early.
559
driver.reset();
560
561
process::terminate(self());
562
}
563
564
565
Future<Nothing> StorageLocalResourceProviderProcess::recover()
Callers
nothing calls this directly
Calls
2
terminate
Function · 0.50
reset
Method · 0.45
Tested by
no test coverage detected