You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Hindman (Created) (JIRA)" <ji...@apache.org> on 2011/12/20 06:09:30 UTC

[jira] [Created] (MESOS-107) Scheduler library should not acknowledge a status update if the driver has been aborted.

Scheduler library should not acknowledge a status update if the driver has been aborted.
----------------------------------------------------------------------------------------

                 Key: MESOS-107
                 URL: https://issues.apache.org/jira/browse/MESOS-107
             Project: Mesos
          Issue Type: Bug
            Reporter: Benjamin Hindman


Right now, if you abort the driver in the middle of the Scheduler::statusUpdate callback that status update will still get acknowledged, even though the framework might create another driver and reconnect, in which case they might expect that that status update is resent. In addition, we should consider possibly adding a boolean return value for Scheduler::statusUpdate so that the scheduler can control which status updates get acknowledged.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira