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


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

Review Comment:
   Collected the hfileCleaner and customHFileCleaners in a linked list, the 
head is the default hfileCleaner. Thanks.



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