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

Avoid printing the invalid configuration key when loading namespaces #1558

Conversation

git-hulk
Copy link
Member

@git-hulk git-hulk commented Jul 6, 2023

For the namespace/token pair, it shouldn't go through the configuration key check process, but we forgot to return when it's the namespace key. And it will print an invalid configuration key warning message after #1498 which may confuse users.

git-hulk added 2 commits July 6, 2023 20:55
For the namspace/token pair, it shouldn't go through the configuration
key check process, but we forgot to return when it's namespace key.
And it will print an invalid configuration key warning message
after apache#1498 which may confuse users.
Copy link
Member

@PragmaTwice PragmaTwice left a comment

Choose a reason for hiding this comment

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

LGTM. BTW it also need to cherry-pick to release 2.5.0.

@git-hulk git-hulk merged commit aa32c46 into apache:unstable Jul 7, 2023
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.

2 participants