MCPcopy 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
1320void FetcherProcess::Cache::Entry::fail()
1321{
1322 CHECK_PENDING(promise.future());
1323
1324 promise.fail("Could not download to fetcher cache: " + key);
1325}
1326
1327
1328void FetcherProcess::Cache::Entry::reference()

Callers 15

_updateMethod · 0.45
foreachvalueMethod · 0.45
authenticateMethod · 0.45
exitedMethod · 0.45
startMethod · 0.45
stepMethod · 0.45
discardedMethod · 0.45
handleMethod · 0.45
authenticateMethod · 0.45
mechanismsMethod · 0.45
stepMethod · 0.45

Calls 1

futureMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TESTFunction · 0.36