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:12 UTC

[hbase] branch branch-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-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit e058ffe4e8b944a26eb85f660681841a9e713fec
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 b25752e..5802d96 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
@@ -52,7 +52,7 @@ import com.google.protobuf.ServiceException;
  * Client used for managing region server group information.
  */
 @InterfaceAudience.Private
-class RSGroupAdminClient implements RSGroupAdmin {
+public class RSGroupAdminClient implements RSGroupAdmin {
   private RSGroupAdminService.BlockingInterface stub;
 
   public RSGroupAdminClient(Connection conn) throws IOException {