Can you provide more details of what the client/server do?
And maybe try to turn on 
logs: https://github.com/grpc/grpc-go#how-to-turn-on-logging
And also check kubernetes error logs?

It's not clear to me where the error is from. And this looks like a 
recovered panic.
gRPC code doesn't use recover. Do you have recover in your code? Or it 
might be the proxies?

On Monday, March 15, 2021 at 2:07:20 AM UTC-7 [email protected] wrote:

> Please see the FAQ in our main README.md before submitting your issue.
> I encountered a weird problem using grpc-go. An error is reported when 
> calling the grpc interface, and the error message is "*Internal desc = 
> index out of range: 3 + 116> 76*". Sometimes it is normal, sometimes an 
> error is reported.
>
> My gateway application will parse the http request body and then call the 
> remote rpc method.
>
> This is my request body,This is my request body, which is exactly 76 bytes
>
> [image: WechatIMG53.png]
> I have no problems running locally, but when I deploy the application to 
> kubernetes, the above problems sometimes occur, but in most cases it works 
> normally
> Under what circumstances will an error in this format appear?
>
> This is the version information of my dependency
> [image: WechatIMG54.png]
>
> Now I have no way to repeat the error. I worry about this in a live 
> environment.
>
> Please help me. I'd appreciate it
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/cd362e7a-f103-415b-8430-8b1204d0dac7n%40googlegroups.com.

Reply via email to