-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
v2.19.0Issues and PRs related to version 2.19.0Issues and PRs related to version 2.19.0
Description
Search replicas are currently configured to recover with the Peer recovery flow. To ensure these shards have reduced (node-node replication) and zero (remote backed) communication with primary shards during recovery we need to change this.
In both cases, I think we can initialize the shards with store recovery steps and then run a round of replication before marking the shards as active. I think we may also need to filter out these allocation Ids from cluster manager updates to the primary, as they should not care about tracking them as in-sync copies.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
v2.19.0Issues and PRs related to version 2.19.0Issues and PRs related to version 2.19.0
Type
Projects
Status
Done