-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>bugTeam:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.blocker
Description
Consider taking a snapshot of an index I and mounting it as M-I. Now if a snapshot of M-I is taken, it will be an independent snapshot, meaning that the segment files will be re-copied to the snapshot repository, instead of using the segment files from I. Note that if M-I needs to be recovered, or is restored, the segment files will be copied from the snapshots of I, not even using the snapshot of M-I. This effectively doubles the storage of mounted indices in the snapshot repository, with half that space being pure waste.
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>bugTeam:Distributed (Obsolete)Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.blocker