-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Storage:SnapshotsenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request
Description
Is your feature request related to a problem? Please describe
As part of shallow snapshot delete flow, we need to handle deletion of remote store files for deleted indices.
Describe the solution you'd like
There is a logic in place to handle deletion of remote store files for indices that have been deleted but are part of the snapshot. The existing logic looks at snapshot shard metadata file to figure out the remote store path strategy and algorithm for deletion. Since snapshot v2 is not writing per shard snapshot metadata file in the snapshot repo, it needs to get the path from index metadata.
Related component
Storage:Snapshots
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Storage:SnapshotsenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or request
Type
Projects
Status
✅ Done