You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Kevin Klues (JIRA)" <ji...@apache.org> on 2016/11/04 21:07:58 UTC

[jira] [Created] (MESOS-6553) Update `MesosContainerizerProcess::_launch()` to pass `ContainerLaunchInfo` to launcher->fork()`

Kevin Klues created MESOS-6553:
----------------------------------

             Summary: Update `MesosContainerizerProcess::_launch()` to pass `ContainerLaunchInfo` to launcher->fork()`
                 Key: MESOS-6553
                 URL: https://issues.apache.org/jira/browse/MESOS-6553
             Project: Mesos
          Issue Type: Task
            Reporter: Kevin Klues


Currently, we receive a bunch of {{ContainerLaunchInfo}} structs from each of our isolators and extract information from them, which we pass one by one to our {{launcher->fork()}} call in separate parameters.

Instead, we should construct a new {{ContainerLaunchInfo}} which is the concatenation of the ones returned by each isolator, and pass this new one down to {{launcher->fork()}} instead of building up individual arguments.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)