You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/07/02 22:18:00 UTC

[jira] [Commented] (HBASE-20450) Provide metrics for number of total active, priority and replication rpc handlers

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

Hudson commented on HBASE-20450:
--------------------------------

Results for branch branch-2
	[build #936 on builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/936/]: (x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/936//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/936//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/936//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> Provide metrics for number of total active, priority and replication rpc handlers
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-20450
>                 URL: https://issues.apache.org/jira/browse/HBASE-20450
>             Project: HBase
>          Issue Type: Improvement
>          Components: metrics
>            Reporter: Nihal Jain
>            Assignee: Nihal Jain
>            Priority: Major
>             Fix For: 3.0.0, 2.1.0, 1.5.0
>
>         Attachments: HBASE-20450.master.001.patch, HBASE-20450.master.002.patch
>
>
> Currently hbase provides a metric for [number of total active rpc handlers|https://github.com/apache/hbase/blob/f4f2b68238a094d7b1931dc8b7939742ccbb2b57/hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/SimpleRpcScheduler.java#L187] which is a sum of the following:
>  * number of active general rpc handlers
>  * number of active priority rpc handlers
>  * number of active replication rpc handlers
> I think we can have 3 different metrics corresponding to the above mentioned handlers which will allow us to see detailed information about number of active handlers running for a particular type of handler.
> We can have following new metrics:
>  * numActiveGeneralHandler
>  * numActivePriorityHandler
>  * numActiveReplicationHandler
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)