-
Notifications
You must be signed in to change notification settings - Fork 656
[DOC] Search Only strict Cluster Routing setting #9571
Description
What do you want to do?
- Request a change to existing documentation
- Add new documentation
- Report a technical problem with the documentation
- Other
Tell us about your request. Provide a summary of the request.
We are adding a new cluster routing setting cluster.routing.search_replica.strict for search replicas. This setting accepts boolean values.
By default value of this will be true and its applicable only if the search replicas exist for an index ie index.number_of_search_replicas for an index is greater than 0.
If the search replicas exists for an index by default _search requests will be routed to search replicas. But when we have search replicas value of cluster.routing.search_replica.strict setting can made false so that _search requests can land on any available shard.
Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all.
3.0 onwards
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
Reader Writer separation meta and issues: opensearch-project/OpenSearch#15306
PR: opensearch-project/OpenSearch#17803
Metadata
Metadata
Assignees
Labels
Type
Projects
Status