[
https://issues.apache.org/jira/browse/MESOS-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14539437#comment-14539437
]
Timothy Chen commented on MESOS-2656:
-------------------------------------
commit adcb4b08c635017221d9b194cfc9fa2133d0a638
Author: Jay Buffington <[email protected]>
Date: Thu May 7 01:46:44 2015 +0000
Send docker containerizer launch errors to scheduler.
Review: https://reviews.apache.org/r/33249/
> 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
> Assignee: Jay Buffington
>
> 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)