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

Ian Downes reopened MESOS-348:
------------------------------


[~bmahler] raised the issue that multiple containerizers could stomp on each 
other.

This will occur during recovery so I'm re-opening this ticket.

This can be fixed relatively easily by using different cgroup_root for each 
containerizer.

> 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
>             Fix For: 0.18.0
>
>
> 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.1.5#6160)

Reply via email to