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

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

    [ https://issues.apache.org/jira/browse/MESOS-6414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15586919#comment-15586919 ] 

Jie Yu commented on MESOS-6414:
-------------------------------

I cannot fully understand the problem. What do you mean by " a mesos task is launched in a cgroup outside of the context of Mesos"?

> 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)