You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Daniel Kang (JIRA)" <ji...@apache.org> on 2016/10/26 07:25:58 UTC

[jira] [Created] (MESOS-6485) task launched and lost management after task failed

Daniel Kang created MESOS-6485:
----------------------------------

             Summary: task launched and lost management after task failed
                 Key: MESOS-6485
                 URL: https://issues.apache.org/jira/browse/MESOS-6485
             Project: Mesos
          Issue Type: Bug
          Components: docker, framework
    Affects Versions: 1.0.1
            Reporter: Daniel Kang
            Priority: Critical


i used marathon+mesos to launch my apps.
when i update my app's image configuration and deploy it, i found a task failed, and then a new task is launched. Meanwhile, i use "docker ps" to get all containers, i found the failed task was launched, and the status of this task in mesos is failed and completed.
mesos lost the management for this failed task. 
is this a bug?
steps to reproduce:
1. update image configuration, and redploy
2. make sure image be pulled after a long time

logs for this:
State
TASK_FAILED
Message
Failed to launch container: Failed to run 'docker -H unix:///var/run/docker.sock inspect mesos-f82fd98b-ba99-4ffe-bab5-eaa9dab8d5cc-S1.d84d9d59-218d-47fd-b930-e0d2359e61fa': exited with status 1; stderr='Error: No such image, container or task: mesos-f82fd98b-ba99-4ffe-bab5-eaa9dab8d5cc-S1.d84d9d59-218d-47fd-b930-e0d2359e61fa '

docker ps | grep mesos-f82fd98b-ba99-4ffe-bab5-eaa9dab8d5cc-S1.d84d9d59-218d-47fd-b930-e0d2359e61fa




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