Vinod Kone created MESOS-203:
--------------------------------

             Summary: Killtree that recursively kills sessions
                 Key: MESOS-203
                 URL: https://issues.apache.org/jira/browse/MESOS-203
             Project: Mesos
          Issue Type: New Feature
            Reporter: Vinod Kone


Currently, if the root of the process tree dies before killtree is called on 
it, there is no way to kill processes that belong to that session but have a 
different group id. There are couple of proposals to solve it

1) Bash: Write a killsess.sh. Issue: ps on osx incorrectly reports the session 
id.
2) C++: Needs a utility that can list all active processes of the system and 
their session ids. We have this for linux but not yet for osx.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to