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)

Reply via email to