-
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>enhancementgood first issuelow hanging fruitlow hanging fruitv5.0.0-alpha5
Description
Currently, several implementations of BlobContainer#deleteBlob(String blobName) are lenient - if the blob does not exist, it silently does nothing. Instead, we should throw an IOException if the blob does not exist. This is in accordance with BlobContainer's contract as stated in #18157.
Current implementations that do not conform (and silently do nothing if the blob does not exist):
FsBlobContainerHdfsBlobContainerS3BlobContainerAzureBlobContainer
Metadata
Metadata
Assignees
Labels
:Distributed Coordination/Snapshot/RestoreAnything directly related to the `_snapshot/*` APIsAnything directly related to the `_snapshot/*` APIs>enhancementgood first issuelow hanging fruitlow hanging fruitv5.0.0-alpha5