jschmidt10 commented on code in PR #5473:
URL: https://github.com/apache/accumulo/pull/5473#discussion_r2040244057


##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -1063,6 +1063,14 @@ public enum Property {
       "1.3.5"),
   TABLE_ARBITRARY_PROP_PREFIX("table.custom.", null, PropertyType.PREFIX,
       "Prefix to be used for user defined arbitrary properties.", "1.7.0"),
+  
TABLE_MINC_INPUT_DROP_CACHE_EXCLUSIONS("table.compaction.minor.output.drop.cache.exclusions",
 "",

Review Comment:
   Maybe something like `table.compaction.input.drop.cache.exclusions` since 
it's affecting the files coming in



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