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)