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

Method slaveLost

src/java/src/org/apache/mesos/Scheduler.java:177–177  ·  view source on GitHub ↗

Invoked when a slave has been determined unreachable (e.g., machine failure, network partition). Most frameworks will need to reschedule any tasks launched on this slave on a new slave. NOTE: This callback is not reliably delivered. If a host or network failure causes messages between the master an

(SchedulerDriver driver, SlaveID slaveId)

Source from the content-addressed store, hash-verified

175 * @see SlaveID
176 */
177 void slaveLost(SchedulerDriver driver, SlaveID slaveId);
178
179 /**
180 * Invoked when an executor has exited/terminated. Note that any

Callers 1

lostSlaveMethod · 0.65

Implementers 4

TestSchedulersrc/examples/java/TestFramework.java
TestExceptionSchedulersrc/examples/java/TestExceptionFramewo
TestSchedulersrc/examples/java/TestMultipleExecutor
TestSchedulersrc/examples/java/V1TestFramework.java

Calls

no outgoing calls

Tested by

no test coverage detected