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

[jira] [Comment Edited] (MESOS-6400) Not able to remove Orphan Tasks

    [ https://issues.apache.org/jira/browse/MESOS-6400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15593665#comment-15593665 ] 

kasim edited comment on MESOS-6400 at 10/21/16 1:53 AM:
--------------------------------------------------------

[~gilbert] There are two machines's logs, from 2016.9.26 to 2016.10.21

https://drive.google.com/open?id=0B1ULA2gXggVwOWQwLUxCYmdoWnc
https://drive.google.com/open?id=0B1ULA2gXggVwRmJCRmI1Qm1OOEU

1. Mesos and Marathon out of sync happen on someday in  2016.10.1 - 2016.10.7 
2. I restart Marathon in 2016.10.8



was (Author: mithril):
There are two machines's logs, from 2016.9.26 to 2016.10.21

https://drive.google.com/open?id=0B1ULA2gXggVwOWQwLUxCYmdoWnc
https://drive.google.com/open?id=0B1ULA2gXggVwRmJCRmI1Qm1OOEU

1. Mesos and Marathon out of sync happen on someday in  2016.10.1 - 2016.10.7 
2. I restart Marathon in 2016.10.8


> Not able to remove Orphan Tasks
> -------------------------------
>
>                 Key: MESOS-6400
>                 URL: https://issues.apache.org/jira/browse/MESOS-6400
>             Project: Mesos
>          Issue Type: Bug
>    Affects Versions: 1.0.1
>         Environment: centos 7 x64
>            Reporter: kasim
>
> The problem maybe cause by Mesos and Marathon out of sync
> https://github.com/mesosphere/marathon/issues/616
> When I found Orphan Tasks happen, I
> 1. restart marathon
> 2. marathon do not sync Orphan Tasks, but start new tasks.
> 3. Orphan Tasks still taked the resource, I have to delete them.
> 4. I find all Orphan Tasks are under framework `ef169d8a-24fc-41d1-8b0d-c67718937a48-0000`,
> curl -XGET `http://c196:5050/master/frameworks` shows that framework is `unregistered_frameworks`
> {code}
> {
>     "frameworks": [
>         .....
>     ],
>     "completed_frameworks": [ ],
>     "unregistered_frameworks": [
>         "ef169d8a-24fc-41d1-8b0d-c67718937a48-0000",
>         "ef169d8a-24fc-41d1-8b0d-c67718937a48-0000",
>         "ef169d8a-24fc-41d1-8b0d-c67718937a48-0000"
>     ]
> }
> {code}
> 5.Try {code}curl -XPOST http://c196:5050/master/teardown -d 'frameworkId=ef169d8a-24fc-41d1-8b0d-c67718937a48-0000' {code}
> , but get `No framework found with specified ID`
> So I have no idea to delete Orphan Tasks



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