[
https://issues.apache.org/jira/browse/AMBARI-6088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037585#comment-14037585
]
Srimanth Gunturi commented on AMBARI-6088:
------------------------------------------
Good catch. This is very similar to AMBARI-3721 where memory_used_percentage
was being calculated as _allocated/available_ instead of
_allocated/(allocated+available)_.
This JIRA should be fixed similarly where
{code}
seriesData = (availableData != 0) ? (allocatedData * 100) / (availableData +
allocatedData) : 0;
{code}
> Ambari-web's YARN Metric "Queue Memory Used" is not meaningful
> --------------------------------------------------------------
>
> Key: AMBARI-6088
> URL: https://issues.apache.org/jira/browse/AMBARI-6088
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 1.5.1, 1.6.0, 1.6.1
> Reporter: Hars Vardhan
> Fix For: 1.6.1
>
>
> On this webUI : http://<ambari-host-name>:8080/#/main/services/YARN/summary
> "Queue Memory Used" graph in Ambari' YARN web page seems abnormal. Sometimes,
> queue is using more than 400% of the cluster memory!! How this is calculated?
> It doesn't match with any metrics shown on Resource Manager UI page.
--
This message was sent by Atlassian JIRA
(v6.2#6252)