Timothy Chen created MESOS-1884:
-----------------------------------

             Summary: Composing Containerizer is not sending calls to still 
launching containers
                 Key: MESOS-1884
                 URL: https://issues.apache.org/jira/browse/MESOS-1884
             Project: Mesos
          Issue Type: Bug
          Components: containerization
            Reporter: Timothy Chen
            Assignee: Timothy Chen


Currently the new composing containerizer it holds multiple containerizers and 
passes calls to the underlying containerizer that launched the container.

However, this introduces a new problem where the composing containerizer only 
forward update/destroy calls to the container once the container is finished 
launching, as it then internally updates the tracking structure which 
containerizer is a container launched with.

The symptom is that the containerizer that is launching a container won't get a 
destroy call and continue to launch the container, while the slave already 
removed the task and it became a orphaned container that is not tracked by 
Mesos.



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

Reply via email to