[
https://issues.apache.org/jira/browse/AMBARI-13149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14876398#comment-14876398
]
Hadoop QA commented on AMBARI-13149:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12761147/AMBARI-13149.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{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-timelineservice.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/3815//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/3815//console
This message is automatically generated.
> Ambari Metrics collector failed to start on suse
> ------------------------------------------------
>
> Key: AMBARI-13149
> URL: https://issues.apache.org/jira/browse/AMBARI-13149
> Project: Ambari
> Issue Type: Bug
> Components: ambari-metrics
> Affects Versions: 2.1.2
> Reporter: Dmytro Sen
> Assignee: Dmytro Sen
> Priority: Blocker
> Fix For: 2.1.2
>
> Attachments: AMBARI-13149.patch
>
>
> After start service check fails with
> {code}
> 2015-09-18 09:16:18,867 - Ambari Metrics service check was started.
> 2015-09-18 09:16:18,876 - Generated metrics:
> {
> "metrics": [
> {
> "metricname": "AMBARI_METRICS.SmokeTest.FakeMetric",
> "appid": "amssmoketestfake",
> "hostname": "host1",
> "timestamp": 1442567778000,
> "starttime": 1442567778000,
> "metrics": {
> "1442567778000": 0.113068371681,
> "1442567779000": 1442567778000
> }
> }
> ]
> }
> 2015-09-18 09:16:18,876 - Connecting (POST) to
> host1:6188/ws/v1/timeline/metrics/
> 2015-09-18 09:16:28,886 - Connection failed. Next retry in 10 seconds.
> 2015-09-18 09:16:28,887 - Connecting (POST) to
> host1:6188/ws/v1/timeline/metrics/
> 2015-09-18 09:16:38,897 - Connection failed. Next retry in 10 seconds.
> 2015-09-18 09:16:38,898 - Connecting (POST) to
> host1:6188/ws/v1/timeline/metrics/
> 2015-09-18 09:16:48,906 - Connection failed. Next retry in 10 seconds.
> 2015-09-18 09:16:48,907 - Connecting (POST) to
> host1:6188/ws/v1/timeline/metrics/
> 2015-09-18 09:16:58,908 - Connection failed. Next retry in 10 seconds.
> 2015-09-18 09:16:58,908 - Connecting (POST) to
> host1:6188/ws/v1/timeline/metrics/
> 2015-09-18 09:17:08,919 - Connection failed. Next retry in 10 seconds.
> 2015-09-18 09:17:08,919 - Connecting (POST) to
> host1:6188/ws/v1/timeline/metrics/
> 2015-09-18 09:17:18,929 - Connection failed. Next retry in 10 seconds.
> 2015-09-18 09:17:18,930 - Connecting (POST) to
> host1:6188/ws/v1/timeline/metrics/
> 2015-09-18 09:17:28,931 - Connection failed. Next retry in 10 seconds.
> 2015-09-18 09:17:28,931 - Connecting (POST) to
> host1:6188/ws/v1/timeline/metrics/
> 2015-09-18 09:17:29,313 - Http response: 200 OK
> 2015-09-18 09:17:29,314 - Http data: {"errors":[]}
> 2015-09-18 09:17:29,314 - Metrics were saved.
> 2015-09-18 09:17:29,315 - Connecting (GET) to
> host1:6188/ws/v1/timeline/metrics?metricNames=AMBARI_METRICS.SmokeTest.FakeMetric&hostname=host1&precision=seconds&grouped=false&startTime=1442567718000&appId=amssmoketestfake&endTime=1442567839000
> 2015-09-18 09:17:29,510 - Http response: 200 OK
> 2015-09-18 09:17:29,510 - Http data: {"metrics":[]}
> 2015-09-18 09:17:29,510 - Metrics were retrieved.
> 2015-09-18 09:17:29,510 - Values 0.113068371681 and 1442567778000 were not
> found in the response.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)