EdColeman commented on code in PR #3657:
URL: https://github.com/apache/accumulo/pull/3657#discussion_r1275238348


##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -572,36 +572,19 @@ public enum Property {
       "Time a tablet server will sleep between checking which tablets need 
compaction.", "1.3.5"),
   TSERV_COMPACTION_SERVICE_PREFIX("tserver.compaction.major.service.", null, 
PropertyType.PREFIX,
       "Prefix for compaction services.", "2.1.0"),
-  
TSERV_COMPACTION_SERVICE_ROOT_PLANNER("tserver.compaction.major.service.root.planner",

Review Comment:
   Are these properties being deleted by this change?  (It's hard to see with 
the UI diff) - if so, then we need to make sure that there is a corresponding 
deprecation marking in an earlier release - or potentially be able to map from 
old to new names in this version.



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