ddanielr commented on code in PR #4092:
URL: https://github.com/apache/accumulo/pull/4092#discussion_r1433144862


##########
core/src/main/java/org/apache/accumulo/core/spi/compaction/DefaultCompactionPlanner.java:
##########
@@ -225,6 +225,10 @@ private void determineMaxFilesToCompact(InitParameters 
params) {
     }
   }
 
+  public int getMaxFilesToCompact() {
+    return this.maxFilesToCompact;
+  }

Review Comment:
   I refactored my test to allow for a compaction example that does not require 
the accessor method. 
   There are now, no changes to DefaultCompactionPlanner.java
   



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