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/08/22 22:17:20 UTC

[jira] [Created] (MESOS-6068) Refactor MesosContainerizer::launch to prepare for nesting support.

Jie Yu created MESOS-6068:
-----------------------------

             Summary: Refactor MesosContainerizer::launch to prepare for nesting support.
                 Key: MESOS-6068
                 URL: https://issues.apache.org/jira/browse/MESOS-6068
             Project: Mesos
          Issue Type: Task
            Reporter: Jie Yu
            Assignee: Jie Yu


The idea is to have a common launch path for both top level executor container and nested containers. That means the parameters to the launch method should be container agnostic.

Then the original launch can just call this common launch code. When we add nesting support later, the same common launch code will be re-used.



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