jschmidt10 commented on code in PR #5473:
URL: https://github.com/apache/accumulo/pull/5473#discussion_r2040237983
##########
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:
Thoughts on dropping the "minor" from the property/description? That had me
thinking we were talking about flushes initially.
--
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]