You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
During Snapshot Deletion, Today we are relying on repository setting to determine if we should use the new delete snapshots method which cleans up lock files as well or the old one. IF user enables shallow copy snapshot flag and creates multiple shallow copy snapshots and then disables flag and triggers deletion of those shallow copy snapshots, we will end up leaving stale shallow copy blobs belonging to those snapshots.
To Fix this, we need to add the list of Shallow Copy Snapshots in Repository Data. So that we don't rely just on the repository flag.
The text was updated successfully, but these errors were encountered:
gbbafna
changed the title
[BUG] [Snapshot Interop] Add Shallow Copy Snapshots list in Snapshot Repository Data
[Snapshot Interop] Add Shallow Copy Snapshots list in Snapshot Repository Data
Jul 11, 2023
We need to fix this before supporting migration from remote backed indices to doc-rep indices (#12718). as we cannot anymore rely on not changing remote_store_index_shallow_copy repository setting.
Describe the bug
During Snapshot Deletion, Today we are relying on repository setting to determine if we should use the new delete snapshots method which cleans up lock files as well or the old one. IF user enables shallow copy snapshot flag and creates multiple shallow copy snapshots and then disables flag and triggers deletion of those shallow copy snapshots, we will end up leaving stale shallow copy blobs belonging to those snapshots.
To Fix this, we need to add the list of Shallow Copy Snapshots in Repository Data. So that we don't rely just on the repository flag.
The text was updated successfully, but these errors were encountered: