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

drop invalid entryFormat arg from shell command #3938

Merged

Conversation

wenbingshen
Copy link
Member

Motivation

According to the configuration of ENTRY_FORMATTER_CLASS in the bookkeeper shell command, it will never take effect, we should remove it,

We can use -entryformat or configure in bookie config to take effect.

@wenbingshen
Copy link
Member Author

rerun failure checks

Copy link
Member

@StevenLuMT StevenLuMT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will there be compatibility issues, will it be compatible with old usage? i'm a bit worried about this

@wenbingshen
Copy link
Member Author

Will there be compatibility issues, will it be compatible with old usage? i'm a bit worried about this

@StevenLuMT I don't think there is an old compatibility issue here, because ENTRY_FORMATTER_CLASS is set as a jvm system property value, and It is not referenced anywhere in the bookkeeper's existing source code, even though the system the attribute has been configured, but it will not take effect. It is safe for us to delete it. PTAL. Thanks.

Copy link
Member

@StevenLuMT StevenLuMT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great

@StevenLuMT StevenLuMT merged commit 551b2d5 into apache:master May 10, 2023
@wenbingshen wenbingshen deleted the wenbing/dropInvalidEntryFormat branch May 10, 2023 03:07
zymap pushed a commit that referenced this pull request Jun 19, 2023
zymap pushed a commit that referenced this pull request Dec 6, 2023
Ghatage pushed a commit to sijie/bookkeeper that referenced this pull request Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants