ivakegg commented on code in PR #3887: URL: https://github.com/apache/accumulo/pull/3887#discussion_r1399576787
########## server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/CompactionStrategy.java: ########## @@ -28,6 +28,12 @@ /** * The interface for customizing major compactions. * <p> + * Important: Compaction configurations should be migrated to use only the new compaction plugins as Review Comment: I think one thing to know is that concurrent compactions for a tablet will not occur when a strategy is put in place. ########## server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/CompactionStrategy.java: ########## @@ -28,6 +28,12 @@ /** * The interface for customizing major compactions. * <p> + * Important: Compaction configurations should be migrated to use only the new compaction plugins as Review Comment: I think one thing to note is that concurrent compactions for a tablet will not occur when a strategy is put in place. -- 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]
