Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
canWrite is failing below:
if (candidate.isDirectory() && candidate.canWrite()) { pathSubsystemMappings.put(candidate.getAbsolutePath(), cgroupList); } else { LOG.warn("The following cgroup is not a directory or it is not" + " writable" + candidate.getAbsolutePath()); }