[
https://issues.apache.org/jira/browse/HBASE-22514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16877381#comment-16877381
]
Guanghao Zhang commented on HBASE-22514:
----------------------------------------
Checked the hbase-rsgroup module's code. I thought we can break this to 4
issues.
# Move RSGroupInfoManager to hbase-server. And this will start by default. If
no rsgroup config, all rs is one rsgroup.
# Move RSGroupBalancer to hbase-server. And this is the default balancer. We
still support pluggable balancer. But the user's pluggable balancer will only
worked in one RSGroup internal.
# Remove the coprocesser RSGroupAdminEndpoint. Move the RSGroup Admin call to
MasterService.
# Move the RSGroupAdminClient to Admin/AsyncAdmin interface.
> Move rsgroup feature into core of HBase
> ---------------------------------------
>
> Key: HBASE-22514
> URL: https://issues.apache.org/jira/browse/HBASE-22514
> Project: HBase
> Issue Type: Umbrella
> Components: Admin, Client, rsgroup
> Reporter: Yechao Chen
> Assignee: Yechao Chen
> Priority: Major
> Attachments: HBASE-22514.master.001.patch,
> image-2019-05-31-18-25-38-217.png
>
>
> The class RSGroupAdminClient is not public
> we need to use java api RSGroupAdminClient to manager RSG
> so RSGroupAdminClient should be public
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)