You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Lei Xu (JIRA)" <ji...@apache.org> on 2016/11/21 04:12:59 UTC

[jira] [Created] (MESOS-6615) Running mesos-slave in the docker that leave many zombie process

Lei Xu created MESOS-6615:
-----------------------------

             Summary: Running mesos-slave in the docker that leave many zombie process
                 Key: MESOS-6615
                 URL: https://issues.apache.org/jira/browse/MESOS-6615
             Project: Mesos
          Issue Type: Bug
          Components: slave
    Affects Versions: 0.28.2
         Environment: Mesos 0.28.2 
Docker 1.12.1
            Reporter: Lei Xu
            Priority: Critical


Here are some zombie process if I run mesos-slave in the docker.

{code}
root     10547 19464  0 Oct25 ?        00:00:00 [docker] <defunct>
root     14505 19464  0 Oct25 ?        00:00:00 [docker] <defunct>
root     16069 19464  0 Oct25 ?        00:00:00 [docker] <defunct>
root     19962 19464  0 Oct25 ?        00:00:00 [docker] <defunct>
root     23346 19464  0 Oct25 ?        00:00:00 [docker] <defunct>
root     24544 19464  0 Oct25 ?        00:00:00 [docker] <defunct>
{code}

And I find the zombies come from {{mesos-slave}} process:

{code}
pstree -p -s 10547
systemd(1)───docker-containe(19448)───mesos-slave(19464)───docker(10547)
{code}

The logs has been deleted by the cron job a few weeks ago, but I remember so many {{Failed to shutdown socket with fd xx: Transport endpoint is not connected}} in the log.



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