You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joris Van Remoortere (JIRA)" <ji...@apache.org> on 2014/11/01 03:49:33 UTC

[jira] [Created] (MESOS-2025) Process reparent assumes new parent is init pid 1

Joris Van Remoortere created MESOS-2025:
-------------------------------------------

             Summary: Process reparent assumes new parent is init pid 1
                 Key: MESOS-2025
                 URL: https://issues.apache.org/jira/browse/MESOS-2025
             Project: Mesos
          Issue Type: Bug
          Components: stout
         Environment: Ubuntu 14.04 with graphical interface
            Reporter: Joris Van Remoortere
            Assignee: Joris Van Remoortere
            Priority: Minor


Reparenting does not always assign pid 1 (/sbin/init). If there is a user init such as init --user with some other pid, this will be the new parent.
Modify os_tests to check up the parent tree, and succeed if there is a path to pid 1 without zombies along the way.
This is not the cleanest fix, but I'm having trouble finding a way to find the appropriate init to check for.



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