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/08/09 23:42:48 UTC

[jira] [Created] (MESOS-636) Executors under cgroups isolator die immediately when a slave dies if it has a controlling TTY attached

Vinod Kone created MESOS-636:
--------------------------------

             Summary: Executors under cgroups isolator die immediately when a slave dies if it has a controlling TTY attached
                 Key: MESOS-636
                 URL: https://issues.apache.org/jira/browse/MESOS-636
             Project: Mesos
          Issue Type: Bug
            Reporter: Vinod Kone
            Assignee: Vinod Kone
             Fix For: 0.14.0


Seen this while testing locally, when the slave was started with "./bin/mesos-slave.sh". Since the slave has a controlling TTY attached to it, as soon as it dies all the underlying cgroup executors get a signal and die. This doesn't happen with process isolator because we setsid() after fork(). We need to do the same in cgroups isolator.

--
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