-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] Unable to apply search_backpressure cluster settings #16432
Comments
When attempting to reproduce this in a dev environment using
|
I think this issue was fixed by #15501 It looks like it has been backported but I think I was able to reproduce the problem on the 2.x branch as of today. |
I had a stale commit on the 2.x branch I was testing against. Confirmed #15501 does in fact fix this issue. Resolving. |
Describe the bug
Attempting to apply
search_backpressure.search_shard_task.cancellation_burst
orsearch_backpressure.search_task.cancellation_burst
settings results in the cluster manager getting stuck in a loop emitting an error that says "java.lang.IllegalArgumentException: rate must be greater than zero".Related component
Search
To Reproduce
Download the OpenSearch 2.17 min distribution tarball, extract it, then launch the process with
./bin/opensearch
. Send the following command:The cluster manager gets stuck in a loop continually printing the following error:
Expected behavior
Settings are applied without error.
Additional Details
No response
The text was updated successfully, but these errors were encountered: