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

[Remote Store] Wait for remote store upload in case of snapshot recovery and local recovery #11719

Closed
gbbafna opened this issue Jan 3, 2024 · 1 comment · Fixed by #11720
Closed
Assignees
Labels
bug Something isn't working enhancement Enhancement or improvement to existing feature or request Storage:Remote

Comments

@gbbafna
Copy link
Collaborator

gbbafna commented Jan 3, 2024

Is your feature request related to a problem? Please describe

In case we restore indices into a remote store backed cluster from snapshot or do shrink/split/clone , we don't wait for remote store to get up to date , before marking the shard as active. This can affect the durability guarantees for those indices.

Describe the solution you'd like

Wait for remote store to be in sync before completing the recovery .

Related component

Storage:Remote

Describe alternatives you've considered

No response

Additional context

No response

@gbbafna gbbafna added enhancement Enhancement or improvement to existing feature or request untriaged labels Jan 3, 2024
@gbbafna gbbafna self-assigned this Jan 3, 2024
@peternied peternied added bug Something isn't working and removed untriaged labels Jan 24, 2024
@peternied
Copy link
Member

[Triage - attendees 1 2]
@gbbafna Thanks for creating this issue - this sounds like an important improvement to the durability of remote stores

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement Enhancement or improvement to existing feature or request Storage:Remote
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants