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)