keith-turner commented on code in PR #3088:
URL: https://github.com/apache/accumulo/pull/3088#discussion_r1027139516


##########
core/src/main/java/org/apache/accumulo/core/client/admin/compaction/CompactionConfigurer.java:
##########
@@ -50,6 +51,12 @@ public interface InitParameters {
   public interface InputParameters {
     TableId getTableId();
 
+    /**
+     * @return the id of the tablet being compacted
+     * @since 2.1.1
+     */
+    TabletId getTabletId();
+

Review Comment:
   Yeah this alone does not warrant a 2.2.0.  Lots of minor changes like this 
could motivate a 2.2.0 and with proper communication that could be communicated 
as a continuation of the LTM release that started with 2.1.0, if we wanted to.  
However that's speculation based on what may come. Can wait and see what else 
comes up.



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