gavinchou commented on code in PR #40771:
URL: https://github.com/apache/doris/pull/40771#discussion_r1773524049


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -3045,8 +3053,14 @@ public static int metaServiceRpcRetryTimes() {
     @ConfField(mutable = true, description = {"存算分离模式下是否开启大事务提交,默认false"})
     public static boolean enable_cloud_txn_lazy_commit = false;
 
-    @ConfField(mutable = true, description = 
{"存算分离模式下,当tablet分布的be异常,是否立即映射tablet到新的be上,默认true"})
-    public static boolean enable_immediate_be_assign = true;
+    @ConfField(mutable = true, masterOnly = true,
+            description = 
{"存算分离模式下,当tablet分布的be异常,是否立即映射tablet到新的be上,默认false"})
+    public static boolean enable_immediate_be_assign = false;

Review Comment:
   this seems a behavior change



-- 
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

Reply via email to