Could you provide code and steps to reproduce this issue?

On Sunday, October 7, 2018 at 4:03:33 AM UTC-7, qplc wrote:
>
> 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
>

-- 
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/7282cdf0-31ca-4688-8d13-db5257f12a3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to