-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51466/
-----------------------------------------------------------
(Updated Aug. 26, 2016, 9:30 p.m.)
Review request for Ambari, Dmytro Sen, Sumit Mohanty, and Sid Wagle.
Bugs: AMBARI-18154
https://issues.apache.org/jira/browse/AMBARI-18154
Repository: ambari
Description
-------
PROBLEM
Under Ambari Dashboard -> Cluster metrics. It has been noticed that the metrics
Nodes_avg and CPUs_avg are showing the same data.
BUG
They are requesting the same metric (cpu_num) from AMS.
FIX
Track live_hosts metric in AMS - Number of hosts sending metrics to AMS in the
last 2 minutes. Change dashboard widget to show the new metric.
Diffs (updated)
-----
ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/aggregators/TimelineMetricClusterAggregatorSecond.java
1676867
ambari-metrics/ambari-metrics-timelineservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/aggregators/TimelineMetricClusterAggregatorSecondTest.java
b992d60
ambari-server/src/main/resources/ganglia_properties.json 5632bc0
Diff: https://reviews.apache.org/r/51466/diff/
Testing
-------
Manually tested.
Thanks,
Aravindan Vijayan