Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Containerization: RI-18 55, Containerization: RI-19 56, Containerization: RI-19 57
-
8
Description
Currently when destroying a UCR container, if the container is in provisioning state, we will wait for the provisioner to finish provisioning before we start destroying the container, see here for details. This may cause the container stuck at destroying, and more seriously it may cause the subsequent containers created from the same image stuck at provisioning state, because if the first container was stuck at pulling the image somehow, the subsequent containers have to wait for the puller to finish the pulling, see here for details.
So we'd better to support destroying the container in provisioning state so that the subsequent containers created from the same image will not be affected.
Attachments
Issue Links
- relates to
-
MESOS-4985 Destroy a container while it's provisioning can lead to leaked provisioned directories.
- Resolved