Apache9 commented on a change in pull request #3617:
URL: https://github.com/apache/hbase/pull/3617#discussion_r695375097
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionFileSystem.java
##########
@@ -850,6 +877,7 @@ public void commitMergedRegion(final RegionInfo
mergedRegionInfo) throws IOExcep
throw new IOException("Unable to rename " + mergedRegionTmpDir + " to "
+ regionDir);
}
+ loadRegionFilesIntoStoreTracker(regionDir);
Review comment:
I mean, when splitting/merging, we will create the linked store files in
memory, we should just use them to insert to the tracker, so we do not need to
list again.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]