[
https://issues.apache.org/jira/browse/MESOS-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ian Downes resolved MESOS-348.
------------------------------
Resolution: Fixed
Fix Version/s: 0.18.0
Local runs now create a containerizer according to Flags which, for the
MesosContainerizer, can include the cgroup isolators.
> 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)