Skip to content

[v25.3.x] cloud_io: handle key_not_found when listing bucket objects#29393

Merged
nvartolomei merged 1 commit into
redpanda-data:v25.3.xfrom
vbotbuildovich:backport-pr-29392-v25.3.x-796
Jan 26, 2026
Merged

[v25.3.x] cloud_io: handle key_not_found when listing bucket objects#29393
nvartolomei merged 1 commit into
redpanda-data:v25.3.xfrom
vbotbuildovich:backport-pr-29392-v25.3.x-796

Conversation

@vbotbuildovich

Copy link
Copy Markdown
Collaborator

Backport of PR #29392

A 404 response (mapped to key_not_found) can occur when cloud storage
is misconfigured. Rather than crashing with an assertion failure,
propagate the failure as a result to allow graceful error handling.

(cherry picked from commit 17fc6ee)
@vbotbuildovich vbotbuildovich added this to the v25.3.x-next milestone Jan 26, 2026
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Jan 26, 2026
@nvartolomei nvartolomei enabled auto-merge January 26, 2026 12:43
@vbotbuildovich

Copy link
Copy Markdown
Collaborator Author

CI test results

test results on build#79618
test_class test_method test_arguments test_kind job_url test_status passed reason test_history
DataMigrationsApiTest test_mount_inexistent null integration https://buildkite.com/redpanda/redpanda/builds/79618#019bfa74-b9be-4499-94ff-8396aa9883b9 FLAKY 10/11 Test PASSES after retries.No significant increase in flaky rate(baseline=0.0000, p0=1.0000, reject_threshold=0.0100. adj_baseline=0.1000, p1=0.3487, trust_threshold=0.5000) https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=DataMigrationsApiTest&test_method=test_mount_inexistent
MountUnmountIcebergTest test_simple_remount {"cloud_storage_type": 1} integration https://buildkite.com/redpanda/redpanda/builds/79618#019bfa74-b9b5-480b-8c2d-9fa8b2306393 FLAKY 8/11 Test PASSES after retries.No significant increase in flaky rate(baseline=0.2615, p0=0.7810, reject_threshold=0.0100. adj_baseline=0.5973, p1=0.0129, trust_threshold=0.5000) https://redpanda.metabaseapp.com/dashboard/87-tests?tab=142-dt-individual-test-history&test_class=MountUnmountIcebergTest&test_method=test_simple_remount

@nvartolomei nvartolomei merged commit c4e0b4d into redpanda-data:v25.3.x Jan 26, 2026
19 checks passed
@piyushredpanda piyushredpanda modified the milestones: v25.3.x-next, v25.3.7 Feb 6, 2026
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