Jie Yu created MESOS-2656:
-----------------------------
Summary: Slave should send status update immediately when
container launch fails.
Key: MESOS-2656
URL: https://issues.apache.org/jira/browse/MESOS-2656
Project: Mesos
Issue Type: Bug
Affects Versions: 0.22.1
Reporter: Jie Yu
Right now, the slave doesn't send status update to the scheduler if
containerizer launch fails until executor reregistration timeout happens. Since
for docker containerizer, someone might use a very large timeout value,
ideally, the slave should send a status update to the scheduler right after
containerizer launch fails.
The simplest solution is to add a containerizer->destroy(..) in
executorLaunched when containerizer->launch fails. In that way, it's going to
trigger containerizer->wait and thus send status update to the scheduler.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)