huaxiangsun commented on a change in pull request #1661:
URL: https://github.com/apache/hbase/pull/1661#discussion_r420940702



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HbckChore.java
##########
@@ -134,7 +135,7 @@ protected synchronized void chore() {
       loadRegionsFromInMemoryState();
       loadRegionsFromRSReport();
       try {
-        loadRegionsFromFS();
+        loadRegionsFromFS(scanForMergedParentRegions());

Review comment:
       Thanks @wchevreuil, this is good catch. I have pushed the patch as it is 
to master and branch-2.3, to keep it consistent, I will push as it is. Will put 
up an addendum if it is needed.




----------------------------------------------------------------
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