wchevreuil commented on code in PR #7593:
URL: https://github.com/apache/hbase/pull/7593#discussion_r2676265373


##########
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/compactions/TestCustomCellTieredCompactor.java:
##########
@@ -74,6 +77,9 @@ public void tearDown() throws Exception {
 
   @Test
   public void testCustomCellTieredCompactor() throws Exception {
+    
utility.getConfiguration().setInt("hbase.hfile.compaction.discharger.interval", 
10);
+    utility.startMiniCluster();
+

Review Comment:
   Why are we adding these here?



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