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/09/13 12:53:20 UTC

[jira] [Created] (MESOS-6154) Clean up queued tasks if a task group is killed before launch.

Anand Mazumdar created MESOS-6154:
-------------------------------------

             Summary: Clean up queued tasks if a task group is killed before launch.
                 Key: MESOS-6154
                 URL: https://issues.apache.org/jira/browse/MESOS-6154
             Project: Mesos
          Issue Type: Bug
            Reporter: Anand Mazumdar
            Assignee: Anand Mazumdar


We are not properly cleaning up a queued task group when one of its task is killed i.e. https://github.com/apache/mesos/blob/aaa353acc515c0435a859113c9ee236247b51169/src/slave/slave.cpp#L6554 , we clean up the queued task but don't go around cleaning up the queued task group. Also, it would be great to add a test similar to we did for exercising the {{pending}} tasks workflow i.e. {{SlaveTest.KillTaskGroupBetweenRunTaskParts}} for {{queuedTasks}}.



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