Skip to content
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

[RW Separation] Change search replica recovery flow #15952

Open
Tracked by #15306
mch2 opened this issue Sep 16, 2024 · 0 comments
Open
Tracked by #15306

[RW Separation] Change search replica recovery flow #15952

mch2 opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels
v2.18.0 Issues and PRs related to version 2.18.0

Comments

@mch2
Copy link
Member

mch2 commented Sep 16, 2024

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.

@mch2 mch2 changed the title Change search replica recovery flow. [RW Separation] Change search replica recovery flow Sep 16, 2024
@mch2 mch2 added v2.18.0 Issues and PRs related to version 2.18.0 and removed untriaged labels Sep 16, 2024
@mch2 mch2 self-assigned this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2.18.0 Issues and PRs related to version 2.18.0
Projects
Status: In Progress
Development

No branches or pull requests

1 participant