This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 6da869417ef branch-3.0: [fix](config) fe config 
sync_image_timeout_second should not be masterOnly #43954 (#44383)
6da869417ef is described below

commit 6da869417efe47ea0c639f2b33ee5eda66a07142
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 26 19:18:04 2024 +0800

    branch-3.0: [fix](config) fe config sync_image_timeout_second should not be 
masterOnly #43954 (#44383)
    
    Cherry-picked from #43954
    
    Co-authored-by: nsn_huang <[email protected]>
    Co-authored-by: huangwenbo04 <[email protected]>
---
 fe/fe-common/src/main/java/org/apache/doris/common/Config.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java 
b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
index 7f3a4a43826..7b23272bbb5 100644
--- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
+++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
@@ -2638,7 +2638,7 @@ public class Config extends ConfigBase {
     })
     public static boolean ignore_unknown_metadata_module = false;
 
-    @ConfField(mutable = true, masterOnly = true, description = {
+    @ConfField(mutable = true, description = {
             
"从主节点同步image文件的超时时间,用户可根据${meta_dir}/image文件夹下面的image文件大小和节点间的网络环境调整,"
                     + "单位为秒,默认值300",
             "The timeout for FE Follower/Observer synchronizing an image file 
from the FE Master, can be adjusted by "


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

Reply via email to