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

Ted Yu commented on HBASE-18350:
--------------------------------

I was looking at the following in RSGroupAdminServer.moveServers :
{code}
            if (targetGrp.containsTable(region.getTable())) {
              continue;
            }
            LOG.info("Moving region " + region.getShortNameToLog());
            this.master.getAssignmentManager().move(region);
{code}
I wonder why we don't choose server among the target group when moving the 
region.

> RSGroups are broken under AMv2
> ------------------------------
>
>                 Key: HBASE-18350
>                 URL: https://issues.apache.org/jira/browse/HBASE-18350
>             Project: HBase
>          Issue Type: Bug
>          Components: rsgroup
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Stephen Yuan Jiang
>            Assignee: Balazs Meszaros
>            Priority: Blocker
>             Fix For: 2.0.0-alpha-4, 2.0.0
>
>         Attachments: HBASE-18350.master.001.patch, 
> HBASE-18350.master.002.patch, HBASE-18350.master.003.patch, 
> HBASE-18350.master.004.patch, HBASE-18350.master.004.patch, 
> HBASE-18350.master.004.patch, HBASE-18350.master.005.patch, 
> HBASE-18350.master.006.patch, HBASE-18350.master.006.patch
>
>
> The following RSGroups tests were disabled by Core Proc-V2 AM in HBASE-14614:
> - Disabled/Ignore TestRSGroupsOfflineMode#testOffline; need to dig in on what 
> offline is.
> - Disabled/Ignore TestRSGroups.
> This JIRA tracks the work to enable them (or remove/modify if not applicable).



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

Reply via email to