You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "brian wickman (JIRA)" <ji...@apache.org> on 2012/07/25 06:39:33 UTC

[jira] [Created] (MESOS-243) driver stop() should block until outstanding requests have been persisted

brian wickman created MESOS-243:
-----------------------------------

             Summary: driver stop() should block until outstanding requests have been persisted
                 Key: MESOS-243
                 URL: https://issues.apache.org/jira/browse/MESOS-243
             Project: Mesos
          Issue Type: Bug
            Reporter: brian wickman


in our executor, we send a terminal status update message and immediately call driver.stop().  it turns out that the status update is dispatched asynchronously and races with driver shutdown, causing tasks to instead periodically go into LOST state.

--
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