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

Benjamin Mahler updated MESOS-348:
----------------------------------

    Fix Version/s:     (was: 0.19.0)

> 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
>              Labels: twitter
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to