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

[jira] [Created] (MESOS-6648) MesosContainerizer launch helper should take ContainerLaunchInfo.

Jie Yu created MESOS-6648:
-----------------------------

             Summary: MesosContainerizer launch helper should take ContainerLaunchInfo.
                 Key: MESOS-6648
                 URL: https://issues.apache.org/jira/browse/MESOS-6648
             Project: Mesos
          Issue Type: Improvement
            Reporter: Jie Yu
            Assignee: Jie Yu


Currently, the launch helper takes various flags from MesosContainerizer to launch the container. This makes it very hard to add more parameters to the launch helper. To simplify that, MesosContainerizer can pass 'ContainerLaunchInfo' to the launch helper instead. 'ContainerLaunchInfo' is also the protobuf message returned by isolators during 'prepare()'. This makes it very easy to merge them and send it to the launch helper. More importantly, this makes it very easy to add more parameters to the launch helper in the future.



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