[ 
https://issues.apache.org/jira/browse/MESOS-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Mahler reassigned MESOS-348:
-------------------------------------

    Assignee: Ian Downes

Assigning to [~idownes] to see if this is something that would be easier to 
support with the upcoming isolation code changes. If not, feel free to mark as 
"Won't Fix".
                
> Local runs do not support cgroups isolation module.
> ---------------------------------------------------
>
>                 Key: MESOS-348
>                 URL: https://issues.apache.org/jira/browse/MESOS-348
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Benjamin Mahler
>            Assignee: Ian Downes
>            Priority: Minor
>
> In local.cpp we do not use a --isolation flag to determine the isolation 
> module:
>   for (int i = 0; i < numSlaves; i++) {
>     // TODO(benh): Create a local isolation module?
>     ProcessBasedIsolationModule* isolationModule =
>       new ProcessBasedIsolationModule();
>     Slave* slave = new Slave(flags, true, isolationModule, files);
>     slaves[isolationModule] = slave;
>     pids.push_back(process::spawn(slave));
>   }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to