Conversation

ejona86

The stream creation was failing because the stream id was disallowed:

Caused by: io.grpc.StatusRuntimeException: INTERNAL: http2 exception
	at io.grpc.Status.asRuntimeException(Status.java:533)
	at io.grpc.stub.ClientCalls$BlockingResponseStream.hasNext(ClientCalls.java:629)
	... 16 more
Caused by: io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2Exception$StreamException: Cannot create stream 222691 greater than Last-Stream-ID 222689 from GOAWAY.

The problem was introduced in 9ead606. Fixes #7357

The stream creation was failing because the stream id was disallowed:
Caused by: io.grpc.StatusRuntimeException: INTERNAL: http2 exception
	at io.grpc.Status.asRuntimeException(Status.java:533)
	at io.grpc.stub.ClientCalls$BlockingResponseStream.hasNext(ClientCalls.java:629)
	... 16 more
Caused by: io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2Exception$StreamException: Cannot create stream 222691 greater than Last-Stream-ID 222689 from GOAWAY.

The problem was introduced in 9ead606. Fixes grpc#7357
@ejona86ejona86 added thePR needs to be backported. Removed after backport completelabel Oct 9, 2020
@ejona86ejona86 closed this Oct 20, 2020
@ejona86ejona86 reopened this Oct 20, 2020
@dapengzhang0

Does this need be backported to 1.33 release?

@ejona86ejona86 merged commit 45b8b0e into grpc:master Oct 22, 2020
@ejona86ejona86 deleted the netty-nongraceful-goaway branch October 22, 2020 16:16
@ejona86ejona86 removed the TODO:backportPR needs to be backported. Removed after backport completelabel Oct 29, 2020
@github-actions-actions bot locked as resolved and limited conversation to collaborators Jun 5, 2021
Sign up for free to subscribe to this conversation on . Already have an account? Sign in.
None yet
None yet

Successfully merging this pull request may close these issues.

netty: INTERNAL error if GOAWAY is not a graceful shutdown