Github user bmahler commented on a diff in the pull request:

    https://github.com/apache/mesos/pull/234#discussion_r140382123
  
    --- Diff: src/webui/master/static/js/controllers.js ---
    @@ -230,6 +230,34 @@
           _.each(framework.unreachable_tasks, setTaskMetadata);
           _.each(framework.completed_tasks, setTaskMetadata);
     
    +      framework.running_tasks = 0;
    --- End diff --
    
    A TODO here for adding per-framework metrics so that we don't have to loop 
over the tasks would be great.


---

Reply via email to