Re: mesoDriver.stop()

2015-04-09 Thread Brandon Gulla
https://mail-archives.apache.org/mod_mbox/mesos-user/201503.mbox/%3c4c43b840-2108-49e4-95a8-f976ad375...@mesosphere.io%3E may be related On Thu, Apr 9, 2015 at 12:00 PM, Paul Read pdread...@gmail.com wrote: In testing the shutdown service I decided to go from manually stopping the tasks

Re: mesoDriver.stop()

2015-04-09 Thread Paul Read
I don't think so. That seems to suggest a system may want to leave the executors running and reconnect. It also indicates this is the behavior when the slave dies. In our case the expected behavoir is for the slave to stay running and the executor(s) and tasks to die. I would think restarting a

mesoDriver.stop()

2015-04-09 Thread Paul Read
In testing the shutdown service I decided to go from manually stopping the tasks and executor to using the mesosDriver.stop() API which indicates it will do just that, stop the tasks and executor. And it does, however at that point forward you cannot restart the RM and have it communicate with