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

[improvement](meta) allow to ignore unknown image module (#25450) #25968

Merged

Conversation

morningman
Copy link
Contributor

backport #25450
Also add AnalysisMgrV2 in meta image's DEPRECATED_MODULE_NAMES
So that user can downgrade Doris version from 2.0.3 to 2.0.2.1

Add new FE config `ignore_unknown_metadata_module`. Default is false.
If set to true, when reading metadata image file, and there are unknown modules, these modules
will be ignored and skipped.
This is mainly used in downgrade operation, old version can be compatible with new version Image file.
@morningman morningman marked this pull request as ready for review October 26, 2023 11:06
@xiaokang
Copy link
Contributor

run buildall

@xiaokang xiaokang merged commit 60c8c73 into apache:release-2.0.2.1 Oct 26, 2023
3 checks passed
yiguolei pushed a commit to yiguolei/incubator-doris that referenced this pull request Dec 8, 2023
… (apache#25968)

Add new FE config `ignore_unknown_metadata_module`. Default is false.
If set to true, when reading metadata image file, and there are unknown modules, these modules
will be ignored and skipped.
This is mainly used in downgrade operation, old version can be compatible with new version Image file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants