You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/07/19 01:49:32 UTC

hbase git commit: HBASE-18060 Backport to branch-1 HBASE-9774 HBase native metrics and metric collection for coprocessors

Repository: hbase
Updated Branches:
  refs/heads/branch-1.4 753f772d6 -> e504530fd


HBASE-18060 Backport to branch-1 HBASE-9774 HBase native metrics and metric collection for coprocessors

Signed-off-by: Andrew Purtell <ap...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e504530f
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e504530f
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e504530f

Branch: refs/heads/branch-1.4
Commit: e504530fdb48a2f39af5f5d948a6a965024ff88a
Parents: 753f772
Author: Vincent <vi...@gmail.com>
Authored: Thu May 18 15:39:29 2017 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Tue Jul 18 18:46:00 2017 -0700

----------------------------------------------------------------------
 .../java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e504530f/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
index 4071fed..b5a5f7a 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
@@ -200,6 +200,8 @@ import org.apache.hadoop.hbase.wal.WALSplitter;
 import org.apache.hadoop.hbase.zookeeper.ZKSplitLog;
 import org.apache.zookeeper.KeeperException;
 
+import com.google.common.annotations.VisibleForTesting;
+
 /**
  * Implements the regionserver RPC services.
  */