You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Ian Downes (JIRA)" <ji...@apache.org> on 2014/06/02 20:10:01 UTC

[jira] [Commented] (MESOS-1449) Isolator::recover will attempt to remove slave cgroup when using --slave_subsystems

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

Ian Downes commented on MESOS-1449:
-----------------------------------

This isolators attempt to destroy the slave cgroup, which fails because it's not a freezer cgroup and it's not empty. The current code does *not* check if orphan removal completes successfully so it does not actually affect anything (but will be fixed asap).

> Isolator::recover will attempt to remove slave cgroup when using --slave_subsystems
> -----------------------------------------------------------------------------------
>
>                 Key: MESOS-1449
>                 URL: https://issues.apache.org/jira/browse/MESOS-1449
>             Project: Mesos
>          Issue Type: Bug
>    Affects Versions: 0.19.0
>            Reporter: Ian Downes
>
> --slave_subsystems puts the slave into cgroups, e.g., cpu/mesos/slave. MesosContainerizer isolators will see this as an orphaned container and attempt removal.



--
This message was sent by Atlassian JIRA
(v6.2#6252)