Apache9 commented on code in PR #5509:
URL: https://github.com/apache/hbase/pull/5509#discussion_r1389468881


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/MobFileCleanerChore.java:
##########
@@ -94,8 +94,9 @@ private void checkObsoleteConfigurations() {
     }
   }
 
-  public MobFileCleanerChore() {
+  public MobFileCleanerChore(Admin admin) {

Review Comment:
   I guess these classes just want to run the cleanup method, instead of 
running a background task? Let me check the code...



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