OCPBUGS-90135: retry blob copy on dropped connections#1454
Conversation
When downloading blobs from CDN, dropped connections result in io.ErrUnexpectedEOF being propagated up to the retry wrapper. Similarly, CDN connectivity issues can produce TLS alert errors. Neither was classified as retryable, making --retry-times a no-op for these common failure modes. Assisted-by: Claude Code
|
@zaneb: This pull request references Jira Issue OCPBUGS-90135, which is valid. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughMirror retry handling now treats unexpected EOF and TLS alert errors as retryable, while preserving the existing deadline, cancellation, and fallback retry classification paths. ChangesMirror retryability update
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: zaneb The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@zaneb: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
When downloading blobs from CDN, dropped connections result in io.ErrUnexpectedEOF being propagated up to the retry wrapper. Similarly, CDN connectivity issues can produce TLS alert errors. Neither was classified as retryable, making --retry-times a no-op for these common failure modes.
Summary by CodeRabbit