zhannngchen commented on code in PR #38668:
URL: https://github.com/apache/doris/pull/38668#discussion_r1699379112


##########
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"})

Review Comment:
   ```suggestion
       @ConfField(mutable = true, description = {"存算分离模式下fe向ms请求锁的过期时间,默认10s"})
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to