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


##########
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:
   I guess in the future we would be moving mergeStoreFile to the SFT interface 
itself?



-- 
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-unsubscr...@hbase.apache.org

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

Reply via email to