[
https://issues.apache.org/jira/browse/AMBARI-17845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390467#comment-15390467
]
Hudson commented on AMBARI-17845:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #5371 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/5371/])
AMBARI-17845 : Storm cluster metrics do not show up because of AMS (avijayan:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=1a415a66d569d0aa6e698564d54b446c921fa449])
*
ambari-metrics/ambari-metrics-timelineservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/aggregators/TimelineMetricClusterAggregatorSecondTest.java
*
ambari-metrics/ambari-metrics-timelineservice/src/main/java/org/apache/hadoop/yarn/server/applicationhistoryservice/metrics/timeline/aggregators/TimelineMetricClusterAggregatorSecond.java
> Storm cluster metrics do not show up because of AMS aggregation issue.
> ----------------------------------------------------------------------
>
> Key: AMBARI-17845
> URL: https://issues.apache.org/jira/browse/AMBARI-17845
> Project: Ambari
> Issue Type: Bug
> Components: ambari-metrics
> Affects Versions: 2.2.2
> Reporter: Aravindan Vijayan
> Assignee: Aravindan Vijayan
> Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-17845.patch
>
>
> PROBLEM
> Storm cluster metrics (aggregated across hosts) don't show up in Ambari and
> Grafana
> BUG
> Storm metrics collect and send data in 1 minute intervals. Since their data
> is present in the right end of the spectrum for the 2 minute aggregator
> (start_time ~ server_time), a bug in the second aggregator is causing these
> values to slip between 2 aggregator cycles.
> FIX
> Within the 2 minute interval, look for the data in the time shifted interval
> ( ams-site:timeline.metrics.service.cluster.aggregator.timeshift.adjustment).
> In case no data is present, look for the data outside the right boundary of
> the interval. Use that to interpolate the data in the 30second slices.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)