gvprathyusha6 commented on code in PR #5939:
URL: https://github.com/apache/hbase/pull/5939#discussion_r1773581619


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/MergeTableRegionsProcedure.java:
##########
@@ -626,7 +626,7 @@ private List<Path> mergeStoreFiles(MasterProcedureEnv env, 
HRegionFileSystem reg
           // to read the hfiles.
           storeFileInfo.setConf(storeConfiguration);
           Path refFile = 
mergeRegionFs.mergeStoreFile(regionFs.getRegionInfo(), family,
-            new HStoreFile(storeFileInfo, hcd.getBloomFilterType(), 
CacheConfig.DISABLED));
+            new HStoreFile(storeFileInfo, hcd.getBloomFilterType(), 
CacheConfig.DISABLED), tracker);

Review Comment:
   Yes in future if we have split/merge as well in SFT layer based on the impl 
(FILE, DEFAULT) we can commit all the ref/link files at once for FSFT based 
implementations



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

Reply via email to