ddanielr commented on code in PR #4299: URL: https://github.com/apache/accumulo/pull/4299#discussion_r1501106198
########## core/src/main/java/org/apache/accumulo/core/conf/Property.java: ########## Review Comment: If these are all using the same group, then do we still need three separate compaction services? I think this could be further reduced down to a single compaction service with a single group. Overall that would reduce our property count by six (all the root and meta compaction planner props) and just leave a "default" compaction service with a single compactor. -- 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]
