[
https://issues.apache.org/jira/browse/MESOS-8942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16501658#comment-16501658
]
Alexander Rukletsov commented on MESOS-8942:
--------------------------------------------
Fixed, thank [~jieyu]
> Master streaming API does not send (health) check updates for tasks.
> --------------------------------------------------------------------
>
> Key: MESOS-8942
> URL: https://issues.apache.org/jira/browse/MESOS-8942
> Project: Mesos
> Issue Type: Task
> Components: HTTP API
> Affects Versions: 1.4.1, 1.5.0, 1.6.0
> Reporter: Alexander Rukletsov
> Assignee: Alexander Rukletsov
> Priority: Major
> Labels: api, mesosphere, streaming-api
> Fix For: 1.4.2, 1.5.2, 1.7.0, 1.6.1
>
>
> Currently, Master API subscribers get task status updates when task state
> changes (the actual logic is [slightly more
> complex|https://github.com/apache/mesos/blob/d7d7cfbc3e5609fc9a4e8de8203a6ecb11afeac7/src/master/master.cpp#L10794-L10841]).
> We use task status updates to deliver health and check information to
> schedulers, in which case task state does not change. Hence these updates are
> filtered out and the subscribers do not get any task health updates.
> Here is a test that confirms the described behaviour:
> https://gist.github.com/rukletsov/c079d95479fb134d137ea3ae8b7ae874
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)