dlmarion commented on code in PR #3083:
URL: https://github.com/apache/accumulo/pull/3083#discussion_r1033531475
##########
core/src/main/java/org/apache/accumulo/core/client/admin/compaction/CompactionConfigurer.java:
##########
@@ -31,6 +31,13 @@
* @since 2.1.0
*/
public interface CompactionConfigurer {
+
+ /**
+ * Property that can be set on the table, or provided by the override method
below for this
+ * compaction. When true, we will call setDropBehind on the majc output
files.
+ */
+ String TABLE_MAJC_OUTPUT_DROP_CACHE = "table.custom.majc.output.drop.cache";
Review Comment:
I moved the property back to Property.java and removed all changes from
CompactionConfigurer.
--
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]