You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2015/02/02 20:22:34 UTC

[jira] [Updated] (MESOS-2308) Task reconciliation API should support data partitioning

     [ https://issues.apache.org/jira/browse/MESOS-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Mahler updated MESOS-2308:
-----------------------------------
    Labels: twitter  (was: )

> Task reconciliation API should support data partitioning
> --------------------------------------------------------
>
>                 Key: MESOS-2308
>                 URL: https://issues.apache.org/jira/browse/MESOS-2308
>             Project: Mesos
>          Issue Type: Story
>            Reporter: Bill Farner
>              Labels: twitter
>
> The {{reconcileTasks}} API call requires the caller to specify a collection of {{TaskStatus}}es, with the option to provide an empty collection to retrieve the master's entire state.  Retrieving the entire state is the only mechanism for the scheduler to learn that there are tasks running it does not know about, however this call does not allow incremental querying.  The result would be that the master may need to send many thousands of status updates, and the scheduler would have to handle them.  It would be ideal if the scheduler had a means to partition these requests so it can control the pace of these status updates.



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