Skip to content

Commit ada1a55

Browse files
hust-hhbdataroaring
authored andcommitted
(mow) make delete bitmap lock default expiration on metaservice more reasonable (#39429)
1 parent 7e6fee7 commit ada1a55

File tree

1 file changed

+2
-2
lines changed
  • fe/fe-common/src/main/java/org/apache/doris/common

1 file changed

+2
-2
lines changed

Diff for: fe/fe-common/src/main/java/org/apache/doris/common/Config.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -2943,8 +2943,8 @@ public static int metaServiceRpcRetryTimes() {
29432943
"create table in cloud mode, check recycler key remained, default true"})
29442944
public static boolean check_create_table_recycle_key_remained = true;
29452945

2946-
@ConfField(mutable = true, description = {"存算分离模式下fe向ms请求锁的过期时间,默认10s"})
2947-
public static int delete_bitmap_lock_expiration_seconds = 10;
2946+
@ConfField(mutable = true, description = {"存算分离模式下fe向ms请求锁的过期时间,默认60s"})
2947+
public static int delete_bitmap_lock_expiration_seconds = 60;
29482948

29492949
@ConfField(mutable = true, description = {"存算分离模式下calculate delete bitmap task 超时时间,默认15s"})
29502950
public static int calculate_delete_bitmap_task_timeout_seconds = 15;

0 commit comments

Comments
 (0)