Skip to content

Commit

Permalink
[fix](config) fe config sync_image_timeout_second should not be maste…
Browse files Browse the repository at this point in the history
…rOnly (#43954)

### What problem does this PR solve?
sync_image_timeout_second is for the follower,should not be  masterOnly

Co-authored-by: huangwenbo04 <[email protected]>
  • Loading branch information
2 people authored and Your Name committed Nov 21, 2024
1 parent 9664b50 commit ae18f58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit ae18f58

Please sign in to comment.