-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NewRelic Agent 10.19.0 breaks gRPC calls #2043
Comments
Same error. Here are the gRPC debug level logs from the client side of the call. If there are other logs that would be helpful let me know and I can try to provide them
|
Thanks for the feedback, @jeffpapp. We've been able to reproduce the issue using a gRPC server and are continuing to investigate. |
I cannot describe in words of what a nightmare it has been for us to trace this problem back to the newrelic agent... |
Description
With the NewRelic Agent 10.19.0, we started seeing our gRPC calls fail with a
Failed to deserialize response message
error.After doing some research it seems like this can happen if something is intercepting the request/response. I found a similar issue at dotnet/aspnetcore#39317 which made me think maybe the NewRelic agent might be causing an issue since it was just updated.
To check I rebuilt my docker images and specified version 10.18.0 directly and redeployed and tested the same exact gRPC call and it worked correctly.
Your Environment
I am running via docker container on AKS.
For Maintainers Only or Hero Triaging this bug
Suggested Priority (P1):
Suggested T-Shirt size (S, M, L, XL, Unknown):
The text was updated successfully, but these errors were encountered: