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)
| 175 | * @see SlaveID |
| 176 | */ |
| 177 | void slaveLost(SchedulerDriver driver, SlaveID slaveId); |
| 178 | |
| 179 | /** |
| 180 | * Invoked when an executor has exited/terminated. Note that any |
no outgoing calls
no test coverage detected