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



##########
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:
       I haven't thought of how to elegantly combine excludeFile and 
designedFile in one method. Could you please give some 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:
[email protected]


Reply via email to