You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2013/05/22 03:04:20 UTC

[jira] [Updated] (MESOS-3) Ask executors to shutdown when a framework goes away

     [ https://issues.apache.org/jira/browse/MESOS-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kone updated MESOS-3:
---------------------------

    Fix Version/s: 0.9.0
    
> Ask executors to shutdown when a framework goes away
> ----------------------------------------------------
>
>                 Key: MESOS-3
>                 URL: https://issues.apache.org/jira/browse/MESOS-3
>             Project: Mesos
>          Issue Type: Improvement
>            Reporter: Matei Zaharia
>             Fix For: 0.9.0
>
>
> Right now, if a framework disappears then we just kill the executors, but they might have forked some processes, so at least with the process isolation module those forked processes will just keep running as normal, which is no good. Another problem with killing them is that they may want to clean up some resources. A solution needs two steps a) call shutdown() and wait a little for the executor to finish and b) check for any spawned processes and kill them (unless an isolation module that already does this is in use, e.g. LXC).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira