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] Use cluster default path type during snapshot restore #12730

Closed
ashking94 opened this issue Mar 18, 2024 · 0 comments · Fixed by #12753
Closed

[Remote Store] Use cluster default path type during snapshot restore #12730

ashking94 opened this issue Mar 18, 2024 · 0 comments · Fixed by #12753
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Performance Storage:Resiliency Issues and PRs related to the storage resiliency v2.14.0

Comments

@ashking94
Copy link
Member

Is your feature request related to a problem? Please describe

With optimised prefix pattern for remote store path (as mentioned in #12567), we would need to ensure that we associate remote store path type for an index which is being restored using snapshot restore. We will use the cluster setting cluster.remote_store.index.path.prefix.type for the newly restored index.

Describe the solution you'd like

We will hook the addition of customData in IndexMetadata in the snapshot restore path.

Related component

Storage:Performance

Describe alternatives you've considered

We have option to not associate any path type here, but this will prevent the user to use the best prefix strategy.

Additional context

NA

@ashking94 ashking94 added enhancement Enhancement or improvement to existing feature or request untriaged labels Mar 18, 2024
@ashking94 ashking94 added Storage:Performance Storage:Resiliency Issues and PRs related to the storage resiliency v2.14.0 and removed untriaged labels Mar 18, 2024
@ashking94 ashking94 changed the title [Remote Store] Use default path type as fallback during snapshot restore [Remote Store] Use cluster default path type as fallback during snapshot restore Mar 19, 2024
@ashking94 ashking94 changed the title [Remote Store] Use cluster default path type as fallback during snapshot restore [Remote Store] Use cluster default path type during snapshot restore Mar 19, 2024
@ashking94 ashking94 self-assigned this Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Storage:Performance Storage:Resiliency Issues and PRs related to the storage resiliency v2.14.0
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant