sunhelly commented on code in PR #4403:
URL: https://github.com/apache/hbase/pull/4403#discussion_r877490131


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java:
##########
@@ -384,6 +387,9 @@ public class HMaster extends 
HBaseServerBase<MasterRpcServices> implements Maste
   private DirScanPool logCleanerPool;
   private LogCleaner logCleaner;
   private HFileCleaner hfileCleaner;
+  private HFileCleaner[] customHFileCleaners;
+  private Path[] customHFilePaths;
+  private DirScanPool customHFileCleanerPool;

Review Comment:
   Thanks. All the custom paths cleaners use a shared DirScanPool, while the 
origin archive cleaner use an exclusive DirScanPool.  I think currently it is 
not necessary for each custom path use its unique DirScanPool, since all the 
customs paths are subdirectories under the hfile archive path. 



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