Benjamin Mahler created MESOS-348:
-------------------------------------

             Summary: 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


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