[
https://issues.apache.org/jira/browse/HBASE-8725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14524496#comment-14524496
]
Hudson commented on HBASE-8725:
-------------------------------
FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #926 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/926/])
HBASE-8725 Add total time RPC call metrics (apurtell: rev
4a82713f6e8772e0cbfecdd3944af5766f8fa099)
*
hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/ipc/MetricsHBaseServerSourceImpl.java
*
hbase-hadoop1-compat/src/main/java/org/apache/hadoop/hbase/ipc/MetricsHBaseServerSourceImpl.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/ipc/TestRpcMetrics.java
*
hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/ipc/MetricsHBaseServerSource.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/MetricsHBaseServer.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
> 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
> Fix For: 2.0.0, 1.1.0, 0.98.13
>
> Attachments: HBASE-8275.patch, HBASE-8725-0.98.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)