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)
| 196 | * @see Status |
| 197 | */ |
| 198 | void executorLost(SchedulerDriver driver, |
| 199 | ExecutorID executorId, |
| 200 | SlaveID slaveId, |
| 201 | int status); |
no outgoing calls
no test coverage detected