[
https://issues.apache.org/jira/browse/MESOS-3971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15080505#comment-15080505
]
Ian Babrou commented on MESOS-3971:
-----------------------------------
To validate raciness just open slave's page, look at "Slave: " line and refresh
a few times. Eventually you'll see that the value comes from master first, then
it's replaced by slave's hostname.
http://imgur.com/BDzzKM2 — no tasks counters shown, could be a related issue.
Refreshing fixes this eventually.
I made a video where both issues are visible:
https://drive.google.com/file/d/0B0ykRvtbqOg3VzRrODI3QkV2TTA/view?usp=sharing
> Running task counters in mesos UI is racy.
> ------------------------------------------
>
> Key: MESOS-3971
> URL: https://issues.apache.org/jira/browse/MESOS-3971
> Project: Mesos
> Issue Type: Bug
> Components: webui
> Affects Versions: 0.25.0
> Reporter: Ian Babrou
>
> On slave's page task counters in the left panel are racy.
> The reason for that is: in src/webui/master/static/js/controllers.js
> properties like "staged_tasks" are populated from both master and slave
> states.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)