Miguel Bernadin created MESOS-6098:
--------------------------------------

             Summary: Frameworks UI shows metrics for used plus offers
                 Key: MESOS-6098
                 URL: https://issues.apache.org/jira/browse/MESOS-6098
             Project: Mesos
          Issue Type: Improvement
          Components: webui
    Affects Versions: 1.0.1
            Reporter: Miguel Bernadin
            Assignee: Miguel Bernadin
            Priority: Minor


When a framework is receiving many offers and it is denying them, the 
frameworks UI will show the metrics fluctuating for mem, cpu, gpu, and disk. 

>From a mesos perspective, those offers are given to the framework until the 
>framework declines them, so depending on the time the mesos UI gets updated, 
>its has combined all the used resources and offers (that have not been 
>accepted) to the framework and is reflected on the framework UI. If a 
>framework does not implement suppressiveOffers(), it will continue to deny 
>offers from mesos, which leads to the sporadic changes of metrics on the 
>framework UI. 

>From the operator's perspective, the user would expect to see used resources 
>consumed by the framework. Any offered resources can be viewed instead by 
>Mesos's Offers tab.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to