Qian Zhang created MESOS-6950:
---------------------------------
Summary: Launching two tasks with the same Docker image
simultaneously may cause a staging dir never cleaned up
Key: MESOS-6950
URL: https://issues.apache.org/jira/browse/MESOS-6950
Project: Mesos
Issue Type: Bug
Components: containerization
Reporter: Qian Zhang
If user launches two tasks with the same Docker image simultaneously (e.g., run
{{mesos-executor}} twice with the same Docker image), there will be a staging
directory which is for the second task never cleaned up, like this:
{code}
└── store
└── docker
├── layers
│ ...
├── staging
│ └── a6rXWC
└── storedImages
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)