We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Describe the bug Disabling query_parser_read_write_splitting config not working with HOT reload. I'll try to create a reproducible case
To Reproduce Steps to reproduce the behavior:
query_parser_read_write_splitting = true
query_parser_read_write_splitting = false
Expected behavior Role inferring is NOT enabled
Actual behavior Role inferring IS enabled
The text was updated successfully, but these errors were encountered:
Turns out query_parser_read_write_splitting cannot be enabled without enabling query_parser_enabled. HOT reload was failing I missed error
query_parser_read_write_splitting
query_parser_enabled
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Disabling query_parser_read_write_splitting config not working with HOT reload. I'll try to create a reproducible case
To Reproduce
Steps to reproduce the behavior:
query_parser_read_write_splitting = true
query_parser_read_write_splitting = false
Expected behavior
Role inferring is NOT enabled
Actual behavior
Role inferring IS enabled
The text was updated successfully, but these errors were encountered: