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