charlesconnell commented on code in PR #5509:
URL: https://github.com/apache/hbase/pull/5509#discussion_r1386855006
##########
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:
Typically yes, but this class is also used by MobStressToolRunner and
IntegrationTestMobCompaction, which are both effectively HBase clients.
--
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]