-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42986/
-----------------------------------------------------------
(Updated Jan. 31, 2016, 1:37 p.m.)
Review request for mesos, Ben Mahler and Joris Van Remoortere.
Changes
-------
Added "Starting" to web-ui task count.
Summary (updated)
-----------------
Fixed webui task counts for STARTING/RUNNING tasks.
Bugs: MESOS-4562
https://issues.apache.org/jira/browse/MESOS-4562
Repository: mesos
Description (updated)
-------
The "Starting" and "Running" counts show the number of tasks in
"TASK_STARTING" and "TASK_RUNNING" state respectively.
Diffs (updated)
-----
src/webui/master/static/home.html f6d2f7d0923553ba0bb88e52f541c4e8c740c7c1
src/webui/master/static/js/controllers.js
36865f1cd6a4518ba30cd6e64d4d7347762066ec
src/webui/master/static/slave.html ad37ee2d1fab60e40762bf8c313754e1c59fe2a3
Diff: https://reviews.apache.org/r/42986/diff/
Testing
-------
Launched 100 sleeps tasks and verified the status in webui.
Thanks,
Kapil Arya