You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "dave choi (JIRA)" <ji...@apache.org> on 2015/10/11 12:15:06 UTC

[jira] [Created] (MESOS-3699) After upgrade version to 0.23.0, then If a task that has been executing from version 0.22.X is killed, the docker container has been orphaned.

dave choi created MESOS-3699:
--------------------------------

             Summary: After upgrade version to 0.23.0, then If a task that has been executing from version 0.22.X is killed, the docker container has been orphaned.
                 Key: MESOS-3699
                 URL: https://issues.apache.org/jira/browse/MESOS-3699
             Project: Mesos
          Issue Type: Bug
          Components: docker
    Affects Versions: 0.23.0
            Reporter: dave choi


Docker container name has been changed at version 0.23.0 from “DOCKER_NAME_PREFIX + containerId” to "DOCKER_NAME_PREFIX + slaveId + DOCKER_NAME_SEPERATOR + containerId”.
So docker container of task of version 0.22.X has failed to stop it. 
I think that the docker containers should be renamed when a slave re-register.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)