Skip to content

[BUG] [Snapshot] Concurrent Snapshot Create/Clone and Delete don't work concurrently  #16205

@gbbafna

Description

@gbbafna

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Storage:SnapshotsbugSomething isn't workingdisabled-testIssues that are used by an AwaitsFix annotation to temporarily disable a broken test

    Type

    No type

    Projects

    Status

    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions