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/23 20:25:24 UTC

[jira] [Created] (MESOS-1531) ContainerizerTest::setUp should check all cgroup subsystems to determine base hierarchy

Ian Downes created MESOS-1531:
---------------------------------

             Summary: ContainerizerTest::setUp should check all cgroup subsystems to determine base hierarchy
                 Key: MESOS-1531
                 URL: https://issues.apache.org/jira/browse/MESOS-1531
             Project: Mesos
          Issue Type: Bug
          Components: test
    Affects Versions: 0.20.0
            Reporter: Ian Downes


Current code looks a just one subsystem (from the hashset) to work out the base hierarchy. This fails if that subsystem is not mounted but others already are, since it will try to mount the unmounted subsystem at the test hierarchy. Instead, the code should go through *all* subsystems to find the first that is mounted. Only if none are mounted then it should use the TEST_CGROUPS_HIERARCHY.



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