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

Method drop

src/master/master.cpp:2270–2280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2268
2269
2270void Master::drop(
2271 const UPID& from,
2272 const scheduler::Call& call,
2273 const string& message)
2274{
2275 // TODO(bmahler): Increment a metric.
2276
2277 LOG(WARNING) << "Dropping " << call.type() << " call"
2278 << " from framework " << call.framework_id()
2279 << " at " << from << ": " << message;
2280}
2281
2282
2283void Master::drop(

Callers 1

TEST_FFunction · 0.45

Calls 7

createOperationStatusFunction · 0.85
typeMethod · 0.80
CopyFromMethod · 0.80
sendMethod · 0.65
isSomeMethod · 0.45
idMethod · 0.45

Tested by 1

TEST_FFunction · 0.36