Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

branch-3.0: [fix](config) fe config sync_image_timeout_second should not be masterOnly #43954 #44383

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
Loading