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


##########
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:
   Where do we use this method? I think a chore should only be executed at 
master side?



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