Hi, I am trying to write my first framework and i wanted to test task reconciliation. But whenever i kill my framework (with a kill -9), mesos seems to cleanup the tasks by updating its state to TASK_KILLED.
Is there a parameter when creating the framework or the task that makes this happen? I want my task to remain alive when the framework is disconnected/dead. Here is how i create my framework https://gist.github.com/anonymous/3357783ce938c4293947 and here is how i create my task https://gist.github.com/anonymous/d35f917ade791127f4c5 Thanks suppandi
