Failing rpc calls - INTERNAL_ERROR GO AWAY | Stream 7 sent too many headers EOS: false

152 views
Skip to first unread message

qplc

unread,
Oct 7, 2018, 7:03:33 AM10/7/18
to grpc.io
Hi

I have written grpc client/server. But whenever I'm trying to send a message it is throwing below exception:
Request for Test Object has been failed! io.grpc.StatusRuntimeException: INTERNAL: HTTP/2 error code: INTERNAL_ERROR
Received Goaway
Stream 7 sent too many headers EOS: false

Why the above error?

Give client/server configuration:
grpc.client.app_threads=10
grpc.client.channel_count=1
grpc.client.keep_alive_time=
10000
grpc.client.keep_alive_timeout=10000
grpc.client.msg_size=2097152
grpc.client.nio_threads=5
grpcclient.zk.base.path=TEST_PERF/peer1

grpc.server.acceptor_threads=1
grpc.server.app_threads=10
grpc.server.conn_max_age=30000
grpc.server.conn_max_age_grace=5000
grpc.server.keep_alive_time=10000
grpc.server.keep_alive_timeout=10000
grpc.server.max_concurr_calls_per_conn=20
grpc.server.msg_size=2097152
grpc.server.nio_threads=5
grpc.server.ip=localhost
grpc.server.port=50051
grpcserver.zk.base.path=TEST_PERF/peer1

Can anyone help to know the behavior of the error?

Regards,
qplc

Kun Zhang

unread,
Oct 9, 2018, 2:05:10 PM10/9/18
to grpc.io
Could you provide code and steps to reproduce this issue?
Reply all
Reply to author
Forward
0 new messages