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_r284083155
##########
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:
cumulative compaction should have another interval?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]