[
https://issues.apache.org/jira/browse/HBASE-25365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17251071#comment-17251071
]
Hudson commented on HBASE-25365:
--------------------------------
Results for branch master
[build #159 on
builds.a.o|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/159/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/159/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/159/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk11 hadoop3 checks{color}
-- For more information [see jdk11
report|https://ci-hadoop.apache.org/job/HBase/job/HBase%20Nightly/job/master/159/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> 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, 2.5.0, 2.4.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)