Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v23.3.x] cloud_storage_clients: check for BlobNotFound in abs_client::do_delete_path() #18741

Merged

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #18700

Previously, we were checking for a `PathNotFound` result in
`abs_client::do_delete_path()`. However, we should also check for
`BlobNotFound`, so that `error_code::key_not_found` errors don't
propagate from the `abs_client` to the `remote` object.

(cherry picked from commit c85024a)
@vbotbuildovich vbotbuildovich added this to the v23.3.x-next milestone May 31, 2024
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label May 31, 2024
@vbotbuildovich vbotbuildovich requested a review from WillemKauf May 31, 2024 13:15
@WillemKauf WillemKauf merged commit 6adc43d into redpanda-data:v23.3.x May 31, 2024
17 checks passed
@BenPope BenPope modified the milestones: v23.3.x-next, v23.3.17 Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants