Benjamin Mahler created MESOS-1525:
--------------------------------------
Summary: Don't require slave id for reconciliation requests.
Key: MESOS-1525
URL: https://issues.apache.org/jira/browse/MESOS-1525
Project: Mesos
Issue Type: Improvement
Affects Versions: 0.19.0
Reporter: Benjamin Mahler
Reconciliation requests currently specify a list of TaskStatuses. SlaveID is
optional inside TaskStatus but reconciliation requests are dropped when the
SlaveID is not specified.
We can answer reconciliation requests for a task so long as there are no
transient slaves, this is what we should do when the slave id is not specified.
There's an open question around whether we want the Reconcile Event to specify
TaskID/SlaveID instead of TaskStatus, but I'll save that for later.
--
This message was sent by Atlassian JIRA
(v6.2#6252)