[branch-2.1] Picks "[opt](merge-on-write) Reduce the version not continuous logs for merge-on-write table #40946" (#40996)
picks https://github.com/apache/doris/pull/40946
This commit is contained in:
@ -494,6 +494,10 @@ public class Config extends ConfigBase {
|
||||
"print log interval for publish transaction failed interval"})
|
||||
public static long publish_fail_log_interval_second = 5 * 60;
|
||||
|
||||
@ConfField(mutable = true, masterOnly = true, description = {"一个 PUBLISH_VERSION 任务打印失败日志的次数上限",
|
||||
"the upper limit of failure logs of PUBLISH_VERSION task"})
|
||||
public static long publish_version_task_failed_log_threshold = 80;
|
||||
|
||||
@ConfField(mutable = true, masterOnly = true, description = {"提交事务的最大超时时间,单位是秒。"
|
||||
+ "该参数仅用于事务型 insert 操作中。",
|
||||
"Maximal waiting time for all data inserted before one transaction to be committed, in seconds. "
|
||||
|
||||
Reference in New Issue
Block a user