Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.28.0, 0.28.1
Description
For the specific case that if the containerizer destroys a container while it is provisioning a volume image during `_launch()` in mesos containerizer. There may possibly be a race between `destroy` and `prepare`, which will change the container state from TERMINATED to PREPARING. That is problematic because that leads to container may be destroy more than once.
Attachments
Issue Links
- blocks
-
MESOS-5238 CHECK failure in AppcProvisionerIntegrationTest.ROOT_SimpleLinuxImageTest
- Resolved