You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2019/06/04 15:47:15 UTC

[hbase] branch branch-2.1 updated: HBASE-22535 TestShellRSGroups fails when run on JDK11

This is an automated email from the ASF dual-hosted git repository.

busbey pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 2c98f5e  HBASE-22535 TestShellRSGroups fails when run on JDK11
2c98f5e is described below

commit 2c98f5eb8b8b8b1341d46dbfea8e0a6823d71eb9
Author: Sakthi <sa...@gmail.com>
AuthorDate: Mon Jun 3 22:32:30 2019 -0700

    HBASE-22535 TestShellRSGroups fails when run on JDK11
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
    (cherry picked from commit dd99ea8d14f27f982e9ee231b23d1899760a7b9b)
---
 .../main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminClient.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminClient.java b/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminClient.java
index eb9d915..e8a1410 100644
--- a/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminClient.java
+++ b/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminClient.java
@@ -55,7 +55,7 @@ import org.apache.hbase.thirdparty.com.google.common.collect.Sets;
  * Client used for managing region server group information.
  */
 @InterfaceAudience.Private
-class RSGroupAdminClient implements RSGroupAdmin {
+public class RSGroupAdminClient implements RSGroupAdmin {
   private RSGroupAdminService.BlockingInterface stub;
   private Admin admin;