ddanielr commented on code in PR #4223:
URL: https://github.com/apache/accumulo/pull/4223#discussion_r1476917036
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -1432,6 +1432,10 @@ public enum Property {
COMPACTOR_PREFIX("compactor.", null, PropertyType.PREFIX,
"Properties in this category affect the behavior of the accumulo
compactor server.", "2.1.0"),
@Experimental
+ COMPACTOR_CHECK_MAX_WAIT("compactor.check.max.wait", "5m",
PropertyType.TIMEDURATION,
Review Comment:
I like the `job` reference better than `check` so I'll refactor to use the
existing elasticity property name.
--
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]