You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/07/29 17:47:17 UTC

[GitHub] [hbase] pankaj72981 commented on a change in pull request #1592: HBASE-24244 Move Region Command fails to move region of a table to another RS which is a part of different RSGroup without giving error.

pankaj72981 commented on a change in pull request #1592:
URL: https://github.com/apache/hbase/pull/1592#discussion_r462248605



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
##########
@@ -2085,6 +2085,10 @@ public void move(final byte[] encodedRegionName, byte[] destServerName) throws I
         return;
       }
     }
+    if (dest.equals(LoadBalancer.BOGUS_SERVER_NAME)) {

Review comment:
       @arshadmohammad  Can you please add code comment to understand the change better.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org