[ 
https://issues.apache.org/jira/browse/AMBARI-15026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15144914#comment-15144914
 ] 

Hadoop QA commented on AMBARI-15026:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12787652/AMBARI-15026-trunk.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-server.

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/5342//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/5342//console

This message is automatically generated.

> Hadoop metrics emit interval seems to be 1 minute instead of 10 seconds 
> default
> -------------------------------------------------------------------------------
>
>                 Key: AMBARI-15026
>                 URL: https://issues.apache.org/jira/browse/AMBARI-15026
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-metrics
>    Affects Versions: 2.2.0
>            Reporter: Dmytro Sen
>            Assignee: Dmytro Sen
>            Priority: Critical
>             Fix For: 2.2.2
>
>         Attachments: AMBARI-15026-trunk.patch
>
>
> Noticed this after upgrade from 2.1.2 to 2.2.0.
> Bug seems to have been introduced bu AMBARI-13037.
> Need to ensure, send internal of 60 seconds and leaving the collection or 
> sampling interval as default.
> {code}
> 0: jdbc:phoenix:localhost:61181:/ams-hbase-un> select * from METRIC_RECORD 
> where METRIC_NAME='rpc.rpc.RpcQueueTimeAvgTime' and APP_ID = 'namenode' order 
> by SERVER_TIME desc limit 10;
> +-------------+------------+-------------+------------+-------------+------------+----------------------+------------+--------------+------------+------------+------------+
> | METRIC_NAME |  HOSTNAME  | SERVER_TIME |   APP_ID   | INSTANCE_ID | 
> START_TIME |        UNITS         | METRIC_SUM | METRIC_COUNT | METRIC_MAX | 
> METRIC_MIN |  METRICS   |
> +-------------+------------+-------------+------------+-------------+------------+----------------------+------------+--------------+------------+------------+------------+
> | rpc.rpc.RpcQueueTimeAvgTime | c6401.ambari.apache.org | 1455155926917 | 
> namenode   | null        | 1455155866867 | null                 | 0.0        
> | 2            | 0.0        | 0.0        | 
> {"1455155866867":0.0,"1455155926867":0.0} |
> | rpc.rpc.RpcQueueTimeAvgTime | c6401.ambari.apache.org | 1455155806915 | 
> namenode   | null        | 1455155746868 | null                 | 0.5        
> | 2            | 0.5        | 0.0        | 
> {"1455155746868":0.5,"1455155806868":0.0} |
> | rpc.rpc.RpcQueueTimeAvgTime | c6401.ambari.apache.org | 1455155686901 | 
> namenode   | null        | 1455155626867 | null                 | 2.0        
> | 2            | 1.0        | 1.0        | 
> {"1455155626867":1.0,"1455155686867":1.0} |
> | rpc.rpc.RpcQueueTimeAvgTime | c6401.ambari.apache.org | 1455155566987 | 
> namenode   | null        | 1455155446868 | null                 | 1.5        
> | 3            | 1.0        | 0.0        | 
> {"1455155446868":0.0,"1455155506866":1.0,"1455155566872":0.5} |
> | rpc.rpc.RpcQueueTimeAvgTime | c6401.ambari.apache.org | 1455155221565 | 
> namenode   | null        | 1455155101498 | null                 | 2.5        
> | 3            | 1.0        | 0.5        | 
> {"1455155101498":1.0,"1455155161496":1.0,"1455155221497":0.5} |
> | rpc.rpc.RpcQueueTimeAvgTime | c6401.ambari.apache.org | 1455155041553 | 
> namenode   | null        | 1455154981496 | null                 | 2.5        
> | 2            | 2.5        | 0.0        | 
> {"1455154981496":0.0,"1455155041498":2.5} |
> | rpc.rpc.RpcQueueTimeAvgTime | c6401.ambari.apache.org | 1455154921619 | 
> namenode   | null        | 1455154801501 | null                 | 
> 0.8333333333333334 | 3            | 0.5        | 0.0        | 
> {"1455154801501":0.5,"1455154861497":0.33333333333333337,"1455154921497":0.0} 
> |
> | rpc.rpc.RpcQueueTimeAvgTime | c6401.ambari.apache.org | 1455154679870 | 
> namenode   | null        | 1455154619738 | null                 | 1.0        
> | 2            | 1.0        | 0.0        | 
> {"1455154619738":1.0,"1455154679738":0.0} |
> | rpc.rpc.RpcQueueTimeAvgTime | c6401.ambari.apache.org | 1455154559985 | 
> namenode   | null        | 1455154439747 | null                 | 1.5        
> | 3            | 1.0        | 0.0        | 
> {"1455154439747":0.5,"1455154499738":0.0,"1455154559740":1.0} |
> +-------------+------------+-------------+------------+-------------+------------+----------------------+------------+--------------+------------+------------+------------+
> 9 rows selected (0.485 seconds)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to