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

Long running streams fail #7641

Open
daveoxley opened this issue Sep 18, 2024 · 0 comments
Open

Long running streams fail #7641

daveoxley opened this issue Sep 18, 2024 · 0 comments
Assignees
Labels
Area: Client Includes Channel/Subchannel/Streams, Connectivity States, RPC Retries, Dial/Call Options and more. Type: Bug

Comments

@daveoxley
Copy link

daveoxley commented Sep 18, 2024

What version of gRPC are you using?

1.66.2
But seen on all versions of 1.66.x so far. Issue did not occur on 1.65

What version of Go are you using (go version)?

N/A

What operating system (Linux, Windows, …) and version?

N/A

What did you do?

Long running stream fails with an error. Test case in #7642.

What did you expect to see?

Stream completing successfully:

=== RUN   TestLongRunningStream
--- PASS: TestLongRunningStream (127.39s)
PASS

What did you see instead?

Errors vary between the 2 below:

=== RUN   TestLongRunningStream
    stream_test.go:70: Failed to receive response: rpc error: code = Internal desc = received 4294967270-bytes data exceeding the limit 65535 bytes
--- FAIL: TestLongRunningStream (17.32s)

and

=== RUN   TestLongRunningStream
    stream_test.go:70: Failed to receive response: rpc error: code = Internal desc = unexpected EOF
--- FAIL: TestLongRunningStream (8.14s)
daveoxley added a commit to daveoxley/grpc-go that referenced this issue Sep 18, 2024
@eshitachandwani eshitachandwani self-assigned this Sep 19, 2024
@eshitachandwani eshitachandwani added the Area: Client Includes Channel/Subchannel/Streams, Connectivity States, RPC Retries, Dial/Call Options and more. label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Client Includes Channel/Subchannel/Streams, Connectivity States, RPC Retries, Dial/Call Options and more. Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants