charlesconnell commented on code in PR #5509:
URL: https://github.com/apache/hbase/pull/5509#discussion_r1390541789
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/mob/TestMobFileCleanerChore.java:
##########
@@ -92,7 +92,7 @@ public void setUp() throws Exception {
HTU.startMiniCluster();
admin = HTU.getAdmin();
- chore = new MobFileCleanerChore();
+ chore = new MobFileCleanerChore(HTU.getHBaseCluster().getMaster());
Review Comment:
Good point, we don't. I've removed this field and renamed the class
TestMobFileCleanupUtil.
--
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]