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

Warning message for invalid key in configuration file #1498

Merged
merged 12 commits into from
Jun 26, 2023
Merged

Warning message for invalid key in configuration file #1498

merged 12 commits into from
Jun 26, 2023

Conversation

gloof11
Copy link
Contributor

@gloof11 gloof11 commented Jun 16, 2023

This is a fix that I was able to come up with!
It's hacky, but it works.

@gloof11 gloof11 marked this pull request as ready for review June 16, 2023 16:10
@gloof11 gloof11 changed the title Warning message for invalid key: Issue #1497 Warning message for invalid key in configuration file Jun 16, 2023
@infdahai
Copy link
Contributor

infdahai commented Jun 16, 2023

@PragmaTwice PragmaTwice linked an issue Jun 16, 2023 that may be closed by this pull request
2 tasks
@PragmaTwice
Copy link
Member

Thanks for your contribution!

The code need to be formatted to pass the CI, refer to https://kvrocks.apache.org/community/contributing#code-style.

@PragmaTwice
Copy link
Member

PragmaTwice commented Jun 17, 2023

It seems the code is still not formatted properly.

And I think you need to give a reason why you do not just check iter == fields_.end(). TBH I cannot understand your code.

…. Currently there is no clang-tidy for M1 Macs so here goes nothing
@gloof11
Copy link
Contributor Author

gloof11 commented Jun 17, 2023

Just made a commit. I read up on how maps actually work in Cpp. In the refactor, if the key that was passed to "iter" was not a valid key via "find()", then it would be equivalent to "past-the-end". It simply checks if both values are considered "past-the-end", and throws an error message if that's the case. Also, I'm not at all familiar with writing unit tests for C++. Sorry :(

torwig
torwig previously approved these changes Jun 17, 2023
Copy link
Contributor

@torwig torwig left a comment

Choose a reason for hiding this comment

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

LGTM

@infdahai
Copy link
Contributor

I don't know whether it needs a test because we can't get a log message in th test. I think the code is obvious.

@torwig
Copy link
Contributor

torwig commented Jun 18, 2023

@infdahai Yes, I also think that a test, in this case, is too fanatic.

@PragmaTwice
Copy link
Member

PragmaTwice commented Jun 18, 2023

You need to revert the change of src/common/status.h to make the CI pass.

image

@PragmaTwice
Copy link
Member

Hi @gloof11 , any progress or problem here?

Copy link
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

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

Generally looks good. Please revert unrelated whitespace changes.

torwig
torwig previously approved these changes Jun 26, 2023
@torwig
Copy link
Contributor

torwig commented Jun 26, 2023

@PragmaTwice You slashed the clang linter with the long line :)

git-hulk
git-hulk previously approved these changes Jun 26, 2023
torwig
torwig previously approved these changes Jun 26, 2023
@git-hulk git-hulk dismissed stale reviews from torwig and themself via 856e24a June 26, 2023 16:07
Copy link
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

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

Thank you!

Merging...

@tisonkun tisonkun merged commit 66c1e89 into apache:unstable Jun 26, 2023
@gloof11 gloof11 deleted the warning_message_for_invalid_key branch June 27, 2023 00:53
git-hulk added a commit to git-hulk/kvrocks that referenced this pull request Jul 6, 2023
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.
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.

Print warning messages for invalid config options
6 participants