We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6fee7 commit ada1a55Copy full SHA for ada1a55
fe/fe-common/src/main/java/org/apache/doris/common/Config.java
@@ -2943,8 +2943,8 @@ public static int metaServiceRpcRetryTimes() {
2943
"create table in cloud mode, check recycler key remained, default true"})
2944
public static boolean check_create_table_recycle_key_remained = true;
2945
2946
- @ConfField(mutable = true, description = {"存算分离模式下fe向ms请求锁的过期时间,默认10s"})
2947
- public static int delete_bitmap_lock_expiration_seconds = 10;
+ @ConfField(mutable = true, description = {"存算分离模式下fe向ms请求锁的过期时间,默认60s"})
+ public static int delete_bitmap_lock_expiration_seconds = 60;
2948
2949
@ConfField(mutable = true, description = {"存算分离模式下calculate delete bitmap task 超时时间,默认15s"})
2950
public static int calculate_delete_bitmap_task_timeout_seconds = 15;
0 commit comments