zhannngchen commented on code in PR #38668: URL: https://github.com/apache/doris/pull/38668#discussion_r1699379300
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2949,6 +2949,15 @@ public static int metaServiceRpcRetryTimes() { @ConfField(description = {"存算分离模式下建表是否检查残留recycler key, 默认true", "create table in cloud mode, check recycler key remained, default true"}) public static boolean check_create_table_recycle_key_remained = true; + + @ConfField(mutable = true, description = {"fe向ms请求锁的过期时间,默认10s"}) + public static int delete_bitmap_lock_expiration_seconds = 10; + + @ConfField(mutable = true, description = {"calculate delete bitmap task 超时时间,默认15s"}) Review Comment: ditto ########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2949,6 +2949,15 @@ public static int metaServiceRpcRetryTimes() { @ConfField(description = {"存算分离模式下建表是否检查残留recycler key, 默认true", "create table in cloud mode, check recycler key remained, default true"}) public static boolean check_create_table_recycle_key_remained = true; + + @ConfField(mutable = true, description = {"fe向ms请求锁的过期时间,默认10s"}) + public static int delete_bitmap_lock_expiration_seconds = 10; + + @ConfField(mutable = true, description = {"calculate delete bitmap task 超时时间,默认15s"}) + public static int calculate_delete_bitmap_task_timeout_seconds = 15; + + @ConfField(mutable = true, description = {"commit阶段等锁超时时间,默认5s"}) Review Comment: ditto -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org