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

Fix inconsistency between Set and ToString in OctalField #1151

Merged
merged 2 commits into from
Dec 2, 2022

Conversation

PragmaTwice
Copy link
Member

@PragmaTwice PragmaTwice commented Dec 2, 2022

It closes #1150.

reason: unixsocketperm is an OctalField, so if we set it to 511, then ToString() will produce 329 (in decimal), which is not an octal number. hence the configuration parsing will fail.

@PragmaTwice PragmaTwice added the bug type bug label Dec 2, 2022
@PragmaTwice
Copy link
Member Author

Thanks all. Merging...

@PragmaTwice PragmaTwice merged commit 606ac90 into apache:unstable Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug type bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot start kvrocks after rewriting config
3 participants