You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gilbert Song (JIRA)" <ji...@apache.org> on 2017/01/19 02:57:26 UTC

[jira] [Assigned] (MESOS-6950) Launching two tasks with the same Docker image simultaneously may cause a staging dir never cleaned up

     [ https://issues.apache.org/jira/browse/MESOS-6950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilbert Song reassigned MESOS-6950:
-----------------------------------

    Assignee: Gilbert Song

> 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
>            Assignee: Gilbert Song
>
> 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)