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

Method executorLost

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

Invoked when an executor has exited/terminated. Note that any tasks running will have TASK_LOST status updates automagically generated. NOTE: This callback is not reliably delivered. If a host or network failure causes messages between the master and the scheduler to be dropped, this callback may n

(SchedulerDriver driver,
                    ExecutorID executorId,
                    SlaveID slaveId,
                    int status)

Source from the content-addressed store, hash-verified

196 * @see Status
197 */
198 void executorLost(SchedulerDriver driver,
199 ExecutorID executorId,
200 SlaveID slaveId,
201 int status);

Callers 1

lostExecutorMethod · 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