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/08/24 04:47:20 UTC

[jira] [Created] (MESOS-6076) Implement RunTaskGroup handler on the agent.

Anand Mazumdar created MESOS-6076:
-------------------------------------

             Summary: Implement RunTaskGroup handler on the agent.
                 Key: MESOS-6076
                 URL: https://issues.apache.org/jira/browse/MESOS-6076
             Project: Mesos
          Issue Type: Task
            Reporter: Anand Mazumdar
            Assignee: Anand Mazumdar


We need to implement the {{RunTaskGroup}} handler on the agent. This would be similar to the {{RunTask}} handler that already exists except that this would have the relevant logic to send the task group to the executor atomically.

Ideally, we would like to re-use as much pieces of the already existing functionality from the {{runTask()}} handler. We also need to add a state {{queuedTaskGroups}} since it is needed for dispatching queued task groups to the executor upon registration. Also, we should ensure to populate {{queuedTasks}} with the task group information too thereby enabling users to query it via the `/state` endpoint/master reconciliation messages etc.



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