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

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


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

commit 28d7e9f357f72cdf73e1c2d353f5a9ad9a0989d2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 22 23:14:45 2024 +0800

    branch-2.1: [fix](config) fe config sync_image_timeout_second should not be 
masterOnly #43954 (#44384)
    
    Cherry-picked from #43954
    
    Co-authored-by: nsn_huang <38585669+nsnhu...@users.noreply.github.com>
    Co-authored-by: huangwenbo04 <huangwenb...@meituan.com>
---
 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 59daae8f8d3..3fb86a6d588 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
@@ -2585,7 +2585,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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to