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: reapply RST_STREAM(cancel) workaround, and disable grpc-timeout #6478

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

niloc132
Copy link
Member

Changes from #6420 were supposed to be reverted in #6424, but apparently git interpreted the branch's relationship with main differently than I did.

This patch reapplies #6401, with an additional change to avoid noisy stack traces from grpc clients that set grpc-timeout. At this time, Deephaven doesn't handle timeouts nor do any default clients set timeouts, so the impact here should be minimal.

Fixes #5996
See #6400

@niloc132 niloc132 added this to the 0.38.0 milestone Dec 10, 2024
@niloc132 niloc132 changed the title fix: reapply fix: reapply RST_STREAM(cancel) workaround, and disable grpc-timeout Dec 10, 2024
@niloc132 niloc132 merged commit 1ed1c9d into deephaven:main Dec 12, 2024
27 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Dec 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pydeephaven clients can get a RST_STREAM with CANCELLED error in some cases
2 participants