You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Anand Mazumdar (JIRA)" <ji...@apache.org> on 2016/10/11 23:14:20 UTC

[jira] [Updated] (MESOS-6363) Default executor should not crash with a failed assertion if it notices a disconnection from the agent for non checkpointed frameworks.

     [ https://issues.apache.org/jira/browse/MESOS-6363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anand Mazumdar updated MESOS-6363:
----------------------------------
    Target Version/s: 1.1.0

> Default executor should not crash with a failed assertion if it notices a disconnection from the agent for non checkpointed frameworks.
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MESOS-6363
>                 URL: https://issues.apache.org/jira/browse/MESOS-6363
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Anand Mazumdar
>            Assignee: Anand Mazumdar
>              Labels: mesosphere
>
> If the executor library detects a disconnection for non-checkpointed frameworks, it injects a {{SHUTDOWN}} event. For checkpointed frameworks, it injects the {{SHUTDOWN}} event post the recovery timeout. In both these cases, the default executor would die with a failed assertion in the {{shutdown()}} handler:
> {code}
> CHECK_EQ(SUBSCRIBED, state);
> {code}
> The executor should commit suicide in both these cases with a successful status code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)