[
https://issues.apache.org/jira/browse/UIMA-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jerry Cwiklik closed UIMA-4993.
-------------------------------
Resolution: Fixed
Modified to use the standard cgroups configuration (/etc/cgconfig.conf). Still
supports the old format for legacy
> UIMA DUCC: agent uses wrong command to create cgroups
> -----------------------------------------------------
>
> Key: UIMA-4993
> URL: https://issues.apache.org/jira/browse/UIMA-4993
> Project: UIMA
> Issue Type: Bug
> Components: DUCC
> Reporter: Jerry Cwiklik
> Assignee: Jerry Cwiklik
> Fix For: 2.1.0-Ducc
>
>
> Agent uses an incorrect command to create cgroups. Current code does this:
> cgcreate -a ducc -t ducc -g memory,cpu:ducc/newcontainer
> instead it should be :
> cgcreate -a ducc:ducc -t ducc:ducc -g memory,cpu:ducc/newcontainer
> The above fixes what previously was thought to be an error in cg utils where
> the cgcreate return error code 96 even though cgroup creation was successful.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)