Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ fail
Method
fail
src/slave/containerizer/fetcher.cpp:1320–1325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1318
1319
1320
void FetcherProcess::Cache::Entry::fail()
1321
{
1322
CHECK_PENDING(promise.future());
1323
1324
promise.fail(
"Could not download to fetcher cache: "
+ key);
1325
}
1326
1327
1328
void FetcherProcess::Cache::Entry::reference()
Callers
15
_update
Method · 0.45
foreachvalue
Method · 0.45
updatePublishResourcesStatus
Method · 0.45
authenticate
Method · 0.45
exited
Method · 0.45
start
Method · 0.45
step
Method · 0.45
discarded
Method · 0.45
handle
Method · 0.45
authenticate
Method · 0.45
mechanisms
Method · 0.45
step
Method · 0.45
Calls
1
future
Method · 0.45
Tested by
2
TEST_F
Function · 0.36
TEST
Function · 0.36