apurtell commented on a change in pull request #3652:
URL: https://github.com/apache/hbase/pull/3652#discussion_r816182123



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
##########
@@ -253,6 +253,10 @@
   public static final String COMPACTION_AFTER_BULKLOAD_ENABLE =
       "hbase.compaction.after.bulkload.enable";
 
+  /** Config for allow split when file count greater than the configured 
blocking file count*/
+  public static final String ENABLE_SPLIT_BEFORE_COMPACT_IGNORE_BLOCKING_KEY =

Review comment:
       @sunhelly Ok, we can keep this configurable to satisfy everyone.




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