You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joseph Wu (JIRA)" <ji...@apache.org> on 2017/05/01 21:25:04 UTC

[jira] [Created] (MESOS-7449) Refactor containerizers to not depend on TaskInfo or ExecutorInfo

Joseph Wu created MESOS-7449:
--------------------------------

             Summary: Refactor containerizers to not depend on TaskInfo or ExecutorInfo
                 Key: MESOS-7449
                 URL: https://issues.apache.org/jira/browse/MESOS-7449
             Project: Mesos
          Issue Type: Task
          Components: containerization
            Reporter: Joseph Wu
            Assignee: Joseph Wu


The Containerizer interfaces should be refactored so that they do not depend on {{TaskInfo}} or {{ExecutorInfo}}, as a standalone container will have neither.

Currently, the {{launch}} interface depends on those fields.  Instead, we should consistently use {{ContainerInfo}} and {{CommandInfo}} in Containerizer and isolators.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)