-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
Storage:SnapshotsbugSomething isn't workingSomething isn't workingdisabled-testIssues that are used by an AwaitsFix annotation to temporarily disable a broken testIssues that are used by an AwaitsFix annotation to temporarily disable a broken test
Description
Describe the bug
Since introduction of #16193 , we saw failures in #16199 . The reason for this failures is concurrent create/clone and deletes are not stepping on each other's toes. The in progress create/clone creates files, which the ongoing delete cleans it up.
The current logic of deletion doesn't factor in the in progress snapshots. Hence it feels the newly created files by ongoing snapshots are safe to delete .
Related component
Storage:Snapshots
To Reproduce
ITs introduced in #16193
Expected behavior
ITs should pass
Additional Details
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Storage:SnapshotsbugSomething isn't workingSomething isn't workingdisabled-testIssues that are used by an AwaitsFix annotation to temporarily disable a broken testIssues that are used by an AwaitsFix annotation to temporarily disable a broken test
Type
Projects
Status
🆕 New