Hi, could you please share the reproduction steps (the shorter the better) and post the issue on https://github.com/grpc/grpc/issues. Thanks!
On Wednesday, August 1, 2018 at 2:18:27 PM UTC-7, [email protected] wrote: > > > Hi we are using python GRPC client and getting GRPC Cancelled error from > server intermittently. > > > "Traceback line 77, in <listcomp>~ list_response = [MessageToDict(resp, > required_fields) for resp in > method_rpc.__call__(request_message,credentials=callcredential)]~ File > '/usr/local/lib/python3.5/dist-packages/grpc/_channel.py', line 345, in > __next__~ return self._next()~ File > '/usr/local/lib/python3.5/dist-packages/grpc/_channel.py', line 339, in > _next~ raise self~grpc._channel._Rendezvous: <_Rendezvous of RPC that > terminated with:~\tstatus = **StatusCode.CANCELLED**~\tdetails = 'Server > sendMessage() failed with Error'~\tdebug_error_string = > '{'created':'@1533150277.238669666','description':'Error received from > peer','file':'src/core/lib/surface/call.cc','file_line':1083,'grpc_message':'Server > > sendMessage() failed with Error','grpc_status':1}' > > On the client side we are requesting a lot of data to be returned from the > server and the process of retrieval is taking over 8-10 minutes and > sometimes succeeds, but when it fails, we get the above error. > > Can someone please throw some light on this? > > > -- 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/5644347c-010f-4e89-8f0f-39009e052da3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
