This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new d6958498e14 [Fix](session variable) Forward use_fix_replica to master (#46836) d6958498e14 is described below commit d6958498e14c9d20eb0be9b2a6e962896b90c64a Author: zclllyybb <zhaochan...@selectdb.com> AuthorDate: Mon Jan 13 10:24:33 2025 +0800 [Fix](session variable) Forward use_fix_replica to master (#46836) --- fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java index 8f35ef4cb9d..a52beff44bb 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java +++ b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java @@ -1714,7 +1714,7 @@ public class SessionVariable implements Serializable, Writable { public boolean showUserDefaultRole = false; // Default value is -1, which means not fix replica - @VariableMgr.VarAttr(name = USE_FIX_REPLICA) + @VariableMgr.VarAttr(name = USE_FIX_REPLICA, needForward = true) public int useFixReplica = -1; @VariableMgr.VarAttr(name = DUMP_NEREIDS_MEMO) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org