[
https://issues.apache.org/jira/browse/MESOS-6125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15470061#comment-15470061
]
mark1982 commented on MESOS-6125:
---------------------------------
Scheduler#resourceOffers(SchedulerDriver schedulerDriver, List<Protos.Offer>
offers) may be blocked.
If this method is blocked, status can be send to register center, but mesos'
Scheduler#statusUpdate(SchedulerDriver driver, Protos.TaskStatus taskStatus)
can no be call back.
so the make the TASK_FINISHED status task still into 'active' task list.
> Task still 'active' after TASK_FINISHED status
> ----------------------------------------------
>
> Key: MESOS-6125
> URL: https://issues.apache.org/jira/browse/MESOS-6125
> Project: Mesos
> Issue Type: Bug
> Components: docker
> Affects Versions: 0.24.2
> Environment: java docker
> Reporter: xingxingwang
> Priority: Critical
>
> I build my own applications on top of Mesos with the guide of
> "https://github.com/AgilData/mesos-docker-tutorial".However I encounter a
> problem that the task is already finished but it still remain active from the
> ui of mesos master,so the interface method named "statusUpdate" does not
> receive any messages,it puzzles me a lot . I follow the reference
> "https://mail-archives.apache.org/mod_mbox/mesos-user/201511.mbox/%3CCAGzvUEygz--6XxKBxYO_pH=Sj6U=qss_3y3kthk14svmc86...@mail.gmail.com%3E",
> but I still do not know why ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)