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

        

Reply via email to