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

fix: Do not wrap io.EOF intercepted by stream Sends #37647

Merged
merged 4 commits into from Feb 1, 2024

Conversation

codingllama
Copy link
Contributor

@codingllama codingllama commented Feb 1, 2024

Avoid wrapping io.EOF when returned by stream Sends, as these are often used as guards in plain == or != comparisons.

Fixes "failed to close stream" logs observed in the wild.

Complements #36866.

Changelog: Fix "failed to close stream" log messages

@codingllama codingllama added this pull request to the merge queue Feb 1, 2024
Merged via the queue into master with commit f7dfb5c Feb 1, 2024
35 checks passed
@codingllama codingllama deleted the codingllama/remoteerr-send-eof branch February 1, 2024 18:25
@public-teleport-github-review-bot

@codingllama See the table below for backport results.

Branch Result
branch/v13 Failed
branch/v14 Failed
branch/v15 Create PR

codingllama added a commit that referenced this pull request Feb 1, 2024
* Verify that intercepted stream Sends wrap io.EOF

* fix: Do not wrap io.EOF intercepted by stream Sends

* Use a helper func, fix duplicate Send/Recv calls

* Fix typo
codingllama added a commit that referenced this pull request Feb 1, 2024
* Verify that intercepted stream Sends wrap io.EOF

* fix: Do not wrap io.EOF intercepted by stream Sends

* Use a helper func, fix duplicate Send/Recv calls

* Fix typo
github-merge-queue bot pushed a commit that referenced this pull request Feb 1, 2024
* fix: Do not attempt relogin on remote BadParameter errors (#36866)

* fix: Do not attempt relogin on trace.BadParameterError

* Special case remote errors in IsErrorResolvableWithRelogin

* Do not wrap Recv EOF errors

* Fix various tests

* Use errors.Is to check for io.EOF

* Fix imports for v13

* fix: Do not wrap io.EOF intercepted by stream Sends (#37647)

* Verify that intercepted stream Sends wrap io.EOF

* fix: Do not wrap io.EOF intercepted by stream Sends

* Use a helper func, fix duplicate Send/Recv calls

* Fix typo
github-merge-queue bot pushed a commit that referenced this pull request Feb 1, 2024
* fix: Do not attempt relogin on remote BadParameter errors (#36866)

* fix: Do not attempt relogin on trace.BadParameterError

* Special case remote errors in IsErrorResolvableWithRelogin

* Do not wrap Recv EOF errors

* Fix various tests

* Use errors.Is to check for io.EOF

* fix: Do not wrap io.EOF intercepted by stream Sends (#37647)

* Verify that intercepted stream Sends wrap io.EOF

* fix: Do not wrap io.EOF intercepted by stream Sends

* Use a helper func, fix duplicate Send/Recv calls

* Fix typo
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.

None yet

3 participants