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

Adam B updated MESOS-6553:
--------------------------
    Target Version/s:   (was: 1.2.0)

> 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
>              Labels: tech-debt
>
> 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