Jie Yu created MESOS-6301:
-----------------------------
Summary: Recursive destroy in MesosContainerizer is problematic.
Key: MESOS-6301
URL: https://issues.apache.org/jira/browse/MESOS-6301
Project: Mesos
Issue Type: Bug
Reporter: Jie Yu
When doing recursive destroy, we should return the collected future of
nested container destroys. Intead, we should fail the corresponding
termination and return that termination if nested container destroys
failed.
In addition, we cannot remove 'Container' struct from the internal map
when the destroy of a nested container failed. This is to ensure that
the top level container do not proceed with destroy if any of its
nested container failed to destroy.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)