ZhaoBQ commented on a change in pull request #1901:
URL: https://github.com/apache/hbase/pull/1901#discussion_r443228127



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java
##########
@@ -435,6 +451,10 @@ public boolean unload() throws InterruptedException, 
ExecutionException, Timeout
           LOG.debug("List of region servers: {}", regionServers);
           return false;
         }
+        // Remove RS present not in the designated file
+        if (designatedFile != null) {
+          filterDesignatedServers(regionServers);

Review comment:
       Done as you said. Thanks for your advice.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to