You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/12/16 04:34:00 UTC

[jira] [Resolved] (HBASE-25365) The log in move_servers_rsgroup is incorrect

     [ https://issues.apache.org/jira/browse/HBASE-25365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Stack resolved HBASE-25365.
-----------------------------------
    Fix Version/s: 3.0.0-alpha-1
     Hadoop Flags: Reviewed
       Resolution: Fixed

Merged to master. Thanks for the patch [~DeanZ]. Tried backport but conflicts. If you want a backport, put up a PR? Thank you.

> The log in move_servers_rsgroup is incorrect
> --------------------------------------------
>
>                 Key: HBASE-25365
>                 URL: https://issues.apache.org/jira/browse/HBASE-25365
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 3.0.0-alpha-1, 2.4.0
>            Reporter: Baiqiang Zhao
>            Assignee: Baiqiang Zhao
>            Priority: Minor
>             Fix For: 3.0.0-alpha-1
>
>
> Assuming that server1 belongs to the default group, execute the command:
>  
> {code:java}
>  move_servers_rsgroup 'test',['server1:16020']
> {code}
> We can see log:
>  
> {code:java}
> Moving 10 region(s) to group test, current retry=0
> ......
> All regions from server(s) [server1,16020,1607067542905] moved to target group test.
> {code}
> The target group should be the source group in log: test -> default.
>  
> https://github.com/apache/hbase/blob/7d0a687e5798a2f4ca3190b409169f7e17a75b34/hbase-server/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupInfoManagerImpl.java#L1027
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)