[
https://issues.apache.org/jira/browse/HBASE-8725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14382360#comment-14382360
]
Hadoop QA commented on HBASE-8725:
----------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12707382/HBASE-8725-r1.patch
against master branch at commit 69f6a2e7b44d33e01866928672700cde1366f429.
ATTACHMENT ID: 12707382
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 4 new
or modified tests.
{color:green}+1 hadoop versions{color}. The patch compiles with all
supported hadoop versions (2.4.1 2.5.2 2.6.0)
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. The javadoc tool did not generate any
warning messages.
{color:green}+1 checkstyle{color}. The applied patch does not increase the
total number of checkstyle errors
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:green}+1 site{color}. The mvn site goal succeeds with this patch.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/13440//testReport/
Release Findbugs (version 2.0.3) warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/13440//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors:
https://builds.apache.org/job/PreCommit-HBASE-Build/13440//artifact/patchprocess/checkstyle-aggregate.html
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/13440//console
This message is automatically generated.
> Add total time RPC call metrics
> -------------------------------
>
> Key: HBASE-8725
> URL: https://issues.apache.org/jira/browse/HBASE-8725
> Project: HBase
> Issue Type: Bug
> Components: metrics
> Affects Versions: 0.98.9
> Reporter: Elliott Clark
> Assignee: Nate Edel
> Attachments: HBASE-8275.patch, HBASE-8725-r1.patch
>
>
> Right now we have:
> * queueCallTime
> ** exposes the ammount of time that a call is in the queue
> * processCallTime
> ** exposes how long a call was processing
> We don't have a stat for total time. It's pretty easy to think that the two
> metrics might not track together so getting a total time could be useful.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)