You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/08/24 15:22:39 UTC

[GitHub] [hbase] wchevreuil commented on a change in pull request #3617: HBASE-26079 Use StoreFileTracker when splitting and merging

wchevreuil commented on a change in pull request #3617:
URL: https://github.com/apache/hbase/pull/3617#discussion_r694957595



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionFileSystem.java
##########
@@ -648,11 +651,35 @@ public Path commitDaughterRegion(final RegionInfo regionInfo)
       if (!rename(daughterTmpDir, regionDir)) {
         throw new IOException("Unable to rename " + daughterTmpDir + " to " + regionDir);
       }
+      loadRegionFilesIntoStoreTracker(regionDir);
     }
-
     return regionDir;
   }
 
+  private void loadRegionFilesIntoStoreTracker(Path regionDir) throws IOException {

Review comment:
       Sorry, missed your ping there. Let me take a look!




-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org