-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[RW Separation] Disable auto-expand-replica case with search replicas #16912
Copy link
Copy link
Closed
Labels
Roadmap:SearchProject-wide roadmap labelProject-wide roadmap labelSearch:PerformanceenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv3.0.0Issues and PRs related to version 3.0.0Issues and PRs related to version 3.0.0
Description
Is your feature request related to a problem? Please describe
The setting index.auto_expand_replicas determines whether the cluster should automatically adjust the number of replica shards for an index based on the current number of data nodes. More details on this can be found here
Requirement:
- If an index is configured with
index.auto_expand_replicasand does not have a search replica, any attempt to add a new search replica should be disallowed. - If an index already has a search replica, any attempt to enable
index.auto_expand_replicasshould be disallowed.
Related component
Search:Performance
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Roadmap:SearchProject-wide roadmap labelProject-wide roadmap labelSearch:PerformanceenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv3.0.0Issues and PRs related to version 3.0.0Issues and PRs related to version 3.0.0
Type
Projects
Status
✅ Done
Status
Done
Status
New