[
https://issues.apache.org/jira/browse/AMBARI-20403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15906013#comment-15906013
]
Hadoop QA commented on AMBARI-20403:
------------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12857433/AMBARI-20403.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-metrics/ambari-metrics-common ambari-metrics/ambari-metrics-hadoop-sink
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/10978//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/10978//console
This message is automatically generated.
> Yarn Container metrics are not being collected by AMS
> ------------------------------------------------------
>
> Key: AMBARI-20403
> URL: https://issues.apache.org/jira/browse/AMBARI-20403
> Project: Ambari
> Issue Type: Bug
> Components: ambari-metrics
> Affects Versions: 2.5.0
> Reporter: Aravindan Vijayan
> Assignee: Aravindan Vijayan
> Priority: Blocker
> Fix For: 2.5.0
>
> Attachments: AMBARI-20403.patch
>
>
> Exception in NM logs :
> {code:java}
> 2017-03-07 19:14:06,143 INFO timeline.HadoopTimelineMetricsSink
> (AbstractTimelineMetricsSink.java:emitMetricsJson(197)) - Unable to connect
> to collector, null
> This exceptions will be ignored for next 100 times
>
> 2017-03-07 19:14:06,144 WARN timeline.HadoopTimelineMetricsSink
> (HadoopTimelineMetricsSink.java:putMetrics(344)) - Unable to send metrics to
> collector by address:null
> {code}
> 0jdbc:phoenix:localhost:2181:/ams-hbase-uns> select * from CONTAINER_METRICS
> order by START_TIME desc limit 10;
> +------------+--------------+------------+-------------+------------+------------+------------+-----------------------+-----------------+------------------+-------------------+
> | APP_ID | CONTAINER_ID | START_TIME | FINISH_TIME | DURATION |
> HOSTNAME | EXIT_CODE | LOCALIZATION_DURATION | LAUNCH_DURATION |
> MEM_REQUESTED_GB | MEM_REQUESTED_GB_ |
> +------------+--------------+------------+-------------+------------+------------+------------+-----------------------+-----------------+------------------+-------------------+
> +------------+--------------+------------+-------------+------------+------------+------------+-----------------------+-----------------+------------------+-------------------+
> No rows selected (0.505 seconds)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)