[
https://issues.apache.org/jira/browse/HBASE-8725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14382544#comment-14382544
]
Hudson commented on HBASE-8725:
-------------------------------
SUCCESS: Integrated in HBase-1.1 #326 (See
[https://builds.apache.org/job/HBase-1.1/326/])
HBASE-8725 Add total time RPC call metrics (eclark: rev
797eee33ab2367805b99984aceea15258a95f766)
* hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
*
hbase-hadoop2-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
> 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
>
> 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)