You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2015/06/12 02:17:02 UTC

[jira] [Created] (MESOS-2863) Command executor can send TASK_KILLED after TASK_FINISHED

Vinod Kone created MESOS-2863:
---------------------------------

             Summary: Command executor can send TASK_KILLED after TASK_FINISHED
                 Key: MESOS-2863
                 URL: https://issues.apache.org/jira/browse/MESOS-2863
             Project: Mesos
          Issue Type: Bug
            Reporter: Vinod Kone


Observed this while doing some tests in our test cluster.

If the command executor gets a shutdown() (e.g., framework unregistered) after sending TASK_FINISHED but before exiting (there is a forced sleep), it could send a TASK_KILLED update to the slave.

Ideally the command executor should not send multiple terminal updates.



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