ctubbsii commented on code in PR #3088:
URL: https://github.com/apache/accumulo/pull/3088#discussion_r1028826059


##########
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:
   I don't think we should do it at all. I don't think we're ever going to have 
enough to make it compelling. So, if you're motivated to track that, I would 
suggest you track it for yourself, and then if you feel it has reached a 
critical point to become compelling enough for you to champion it, you could 
list the changes you'd like backported into a 2.2, as part of a mailing list 
discussion you initiate.
   
   If you really want to track it using the project's issue tracker, then the 
best way to do that, is to create a project, just like how we have projects for 
different releases, and just call it "Backport candidate for potential 2.2" or 
something.



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