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



##########
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:
       I mean add more annotate in the code, not to me only...




----------------------------------------------------------------
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:
[email protected]


Reply via email to