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