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

cloud: add stream INTERNAL_ERROR to resumable HTTP errors #85538

Closed
wants to merge 1 commit into from

Conversation

rhu713
Copy link
Contributor

@rhu713 rhu713 commented Aug 3, 2022

Currently, errors like
stream error: stream ID <x>; INTERNAL_ERROR; received from peer
are not being retried. Retry these errors assuggested by:

googleapis/google-cloud-go#3735
googleapis/google-cloud-go#784

Fixes: #85217, #85216, #85204, #84162

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rhu713 rhu713 marked this pull request as ready for review August 3, 2022 16:08
@rhu713 rhu713 requested review from a team, msbutler and adityamaru August 3, 2022 16:08
@rhu713
Copy link
Contributor Author

rhu713 commented Aug 3, 2022

running some roachtests on this branch now

@adityamaru
Copy link
Contributor

Just noting that this is also used in s3 and httpstorage, I think that's fine cause this is a lower level HTTP internal error. LGTM once you're happy with the roachtests, might be worth running against s3 too.

Currently, errors like
`stream error: stream ID <x>; INTERNAL_ERROR; received from peer`
are not being retried. Retry these errors assuggested by:

googleapis/google-cloud-go#3735
googleapis/google-cloud-go#784

Fixes: cockroachdb#85217, cockroachdb#85216, cockroachdb#85204, cockroachdb#84162

Release note: None
@dt
Copy link
Member

dt commented Oct 17, 2023

22.1 unsupported now, targeted fix was in #85024

@dt dt closed this Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants