Apache9 commented on a change in pull request #3831:
URL: https://github.com/apache/hbase/pull/3831#discussion_r754069051



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/CompactionRequester.java
##########
@@ -44,6 +44,12 @@ void requestCompaction(HRegion region, String why, int 
priority,
   void requestCompaction(HRegion region, HStore store, String why, int 
priority,
       CompactionLifeCycleTracker tracker, @Nullable User user) throws 
IOException;
 
+  /**
+   * Request system compaction on the given store.
+   */
+  void requestSystemCompaction(HRegion region, HStore store, String why, 
boolean checkUnderCompact)

Review comment:
       Name it giveUpIfRequestedOrCompacting?




-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to