You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/08/02 01:07:48 UTC

[jira] [Created] (MESOS-609) Executor should remove the task from queuedTasks when it moves a queued task to terminatedTasks.

Vinod Kone created MESOS-609:
--------------------------------

             Summary: Executor should remove the task from queuedTasks when it moves a queued task to terminatedTasks.
                 Key: MESOS-609
                 URL: https://issues.apache.org/jira/browse/MESOS-609
             Project: Mesos
          Issue Type: Task
            Reporter: Vinod Kone
            Assignee: Vinod Kone
             Fix For: 0.13.0


At Twitter, the executor terminated (due to an unrelated bug) before it registered with the slave. The queued task was incorrectly 'copied' to terminatedTasks instead of being 'moved' to it. As a result, the executor had the task in queuedTasks and completedTasks stopping it from being cleaned up by the slave.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira