You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Anindya Sinha (JIRA)" <ji...@apache.org> on 2016/10/18 22:42:58 UTC

[jira] [Created] (MESOS-6414) Task cleanup fails when the containers includes cgroups not owned by Mesos

Anindya Sinha created MESOS-6414:
------------------------------------

             Summary: Task cleanup fails when the containers includes cgroups not owned by Mesos
                 Key: MESOS-6414
                 URL: https://issues.apache.org/jira/browse/MESOS-6414
             Project: Mesos
          Issue Type: Bug
          Components: cgroups
            Reporter: Anindya Sinha
            Assignee: Anindya Sinha
            Priority: Minor


If a mesos task is launched in a cgroup outside of the context of Mesos,  Mesos is unaware of that cgroup created in the task context.

Now when the Mesos task terminates: Mesos tries to cleanup all cgroups within the top level cgroup it knows about. If the cgroup created in the task context exists when LinuxLauncherProcess::destroy() is called but is eventually cleaned up by the container before we do a freeze() or thaw() or remove(), it fails at those stages leading to an incomplete cleanup of the container.



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