keith-turner commented on code in PR #4223:
URL: https://github.com/apache/accumulo/pull/4223#discussion_r1476915745
##########
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:
The following exists in elasticity
https://github.com/apache/accumulo/blob/baefeb7a5eadfb8af59dddb827a45767c25d5e02/core/src/main/java/org/apache/accumulo/core/conf/Property.java#L1122
and has the same purpose. Should make this property have the same name OR
rename that property in elasticity eventually.
--
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]