Re: Questions on implementing mesos framework

2013-08-22 Thread Vinod Kone
> (1) One thing particular I found unexpected is that the executors are > shutdown if the scheduler is shutdown. Is there a way to keep executors/tasks > running when the scheduler is down? I would imagine when the scheduler comes > back, it could reestablish the state somehow and keep going w

Questions on implementing mesos framework

2013-08-22 Thread Li Jin
Hi guys, I am trying to implement a mesos framework. Here are some questions I have: (1) One thing particular I found unexpected is that the executors are shutdown if the scheduler is shutdown. Is there a way to keep executors/tasks running when the scheduler is down? I would imagine when the sch