chaoyli commented on a change in pull request #1158: Fix bug that bad tablet 
blocking compaction of other tablets
URL: https://github.com/apache/incubator-doris/pull/1158#discussion_r284084857
 
 

 ##########
 File path: be/src/common/config.h
 ##########
 @@ -248,6 +248,10 @@ namespace config {
     CONF_Int64(cumulative_compaction_budgeted_bytes, "104857600");
     CONF_Int32(cumulative_compaction_write_mbytes_per_sec, "100");
 
+    // if compaction of a tablet failed, this tablet should not be chosen to
+    // compaction until this interval passes.
+    CONF_Int64(min_compaction_failure_interval_ms, "600000") // 10 min
 
 Review comment:
   Unify to seconds.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to