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 scheduler comes back, it could reestablish the state somehow and keep going without interrupting the running tasks. Is this a use case that mesos is designed for? (2) How does mesos use cgroups? In particular, if I launch two tasks with the same executor, each take 10G memory, does mesos put my executor in a cgroup with 20G memory limit? If not, how does it work Thank you, Li