Skip to content

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

Merged
codingllama merged 4 commits intomasterfrom
codingllama/remoteerr-send-eof
Feb 1, 2024
Merged

fix: Do not wrap io.EOF intercepted by stream Sends#37647
codingllama merged 4 commits intomasterfrom
codingllama/remoteerr-send-eof

Conversation

@codingllama
Copy link
Copy Markdown
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

Comment thread api/utils/grpc/interceptors/errors.go
@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
@codingllama codingllama deleted the codingllama/remoteerr-send-eof branch February 1, 2024 18:25
@public-teleport-github-review-bot
Copy link
Copy Markdown

@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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants