[
https://issues.apache.org/jira/browse/MESOS-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Chen closed MESOS-1884.
-------------------------------
commit 73161e54caaab9506951cfc1c91fdc0cc27663e2
Author: Timothy Chen <[email protected]>
Date: Fri Oct 31 15:38:39 2014 -0700
Fixed containerizer not receiving calls when launching.
Review: https://reviews.apache.org/r/26486
> 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)