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


Regards,
Pooja


-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/905f7c46-a134-49ea-82f4-c70653b1c26b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to