[ 
https://issues.apache.org/jira/browse/MESOS-5067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15225691#comment-15225691
 ] 

Guillermo Rodriguez commented on MESOS-5067:
--------------------------------------------

Ok so I modified swarm to specify a framework ID. So mesos does reassign the 
tasks to the restarted framework and everybody happy!

Thanks!


> Killing a framework does not kill framework tasks
> -------------------------------------------------
>
>                 Key: MESOS-5067
>                 URL: https://issues.apache.org/jira/browse/MESOS-5067
>             Project: Mesos
>          Issue Type: Wish
>            Reporter: Guillermo Rodriguez
>
> By default, when a framework is terminated, mesos-master terminates all child 
> tasks for that framework.
> There are some cases when I might like to stop a framework but not kill the 
> tasks of the framework. 
> In my particular case. I have Docker Swarm running, Swarm allows me to send 
> number crunching jobs to the cluster and they can run for hours.
> The problem is that Swarm is also quite flaky and can crash anytime. If that 
> happens then all jobs are terminated and all the processing time is lost.
> So, I would like to be able to set some flag for a framework where I tell 
> mesos master that the jobs started by the framework should be considered 
> separate of the framework itself so that the framework can be restarted and 
> jobs will keep running. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to