You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to set "cluster.routing.allocation.balanced_shards_allocator.allocator_timeout" setting in 2.13, while the same works in 2.15.
Related component
Other
To Reproduce
Clone openserch
checkout to 2.13
Try to add this setting curl --location --request PUT 'http://localhost:9200/_cluster/settings' \ --header 'Content-Type: application/json' \ --data '{ "persistent" : { "cluster.routing.allocation.balanced_shards_allocator.allocator_timeout" : "30s" } }'
Fails with {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"persistent setting [cluster.routing.allocation.balanced_shards_allocator.allocator_timeout], not recognized"}],"type":"illegal_argument_exception","reason":"persistent setting [cluster.routing.allocation.balanced_shards_allocator.allocator_timeout], not recognized"},"status":400}%
Describe the bug
Unable to set "cluster.routing.allocation.balanced_shards_allocator.allocator_timeout" setting in 2.13, while the same works in 2.15.
Related component
Other
To Reproduce
Expected behavior
The same works in 2.15
Additional Details
Plugins
No plugin is enabled
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: