From 613bcd0ad695660947751efb898fcc4085379d4b Mon Sep 17 00:00:00 2001 From: nsn_huang <38585669+nsnhuang@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:04:07 +0800 Subject: [PATCH] [fix](config) fe config sync_image_timeout_second should not be masterOnly (#43954) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### What problem does this PR solve? sync_image_timeout_second is for the follower,should not be masterOnly Co-authored-by: huangwenbo04 --- 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 7f3a4a43826f84..7b23272bbb55bb 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 "