Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Mesosphere Q4 Sprint 1 10/31
Description
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.
Attachments
Issue Links
- Is contained by
-
MESOS-1915 Docker containers that fail to launch are not killed
- Resolved