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/12 22:27:01 UTC

[jira] [Created] (MESOS-1479) Cgroups cpu isolator should only report cfs stats if cfs is enabled

Ian Downes created MESOS-1479:
---------------------------------

             Summary: Cgroups cpu isolator should only report cfs stats if cfs is enabled
                 Key: MESOS-1479
                 URL: https://issues.apache.org/jira/browse/MESOS-1479
             Project: Mesos
          Issue Type: Bug
            Reporter: Ian Downes
            Assignee: Ian Downes


Other code paths are conditional on Flags::cgroups_enable_cfs but usage() will always attempt to read cpu.stat which only contains cfs statistics and should _not_ be included if cfs is not enabled.



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