dlmarion commented on code in PR #3653:
URL: https://github.com/apache/accumulo/pull/3653#discussion_r1273842662
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -1098,6 +1098,8 @@ public enum Property {
@Experimental
COMPACTOR_CLIENTPORT("compactor.port.client", "9133", PropertyType.PORT,
"The port used for handling client connections on the compactor
servers", "2.1.0"),
+ COMPACTOR_JOB_WAIT_TIME("compactor.wait.time.job", "1s",
PropertyType.TIMEDURATION,
+ "The amount of time to wait between checks for the next compaction job",
"4.0.0"),
Review Comment:
max wait time property added in 6b5a132
--
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]