-
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
Null Reference Exception when upgrading from 10.18 to 10.19 #2035
Comments
Hi @sjauld - Thanks for your bug report. We're investigating the issue now and hope to have a fix soon. At this point, we've been unable to reproduce the issue on our side. Would it be possible for you to share some details about your application configuration - specifically, the sequence of your middleware pipeline configuration might shed some light as to what's going on. Also, if you can let us know whether installing 10.19.0 caused every request to fail or if it was limited to only certain requests, that would be helpful. If only some requests are failing, any information you can share about the type of request and the response that's being generated would be appreciated. Please be sure not to share any proprietary or otherwise confidential information in your responses. Thanks! |
We just had an incident in production because of this bug. All docker/kubernetes applications configured to pull the latest version (as recommended) could be affected. In our case, the issue was triggered by a faulty dapr error:
Fix (dockerfile):
|
@FlorentATo Thanks for sharing that information. With a little poking around in the Dapr implementation, we've figured out how to reproduce the issue locally and are working on a fix. |
Hi @tippmar-nr - I guess you've identified the issue, but just to confirm, not every request failed under 10.19, just some. I haven't really had time to dig in to differences between failing and non-failing requests yet but hopefully you don't need that any more now you have found the issue. Thanks, |
@sjauld @FlorentATo can you please try release 10.19.1 and confirm whether the issues are resolved? Thanks! |
Hi @tippmar-nr, that works real good for me. Thanks for the quick turnaround! |
@tippmar-nr I'll try to get back to you on this before the end of the week. Your restrictiveness on this issue is much appreciated! |
@tippmar-nr No more errors on our end too 👏 |
Description
My apps have started throwing exceptions after updating the NewRelic agent from 10.18 to 10.19. I'm not sure exactly why, but rolling back to 10.18 fixed the issue.
Expected Behavior
Application should not throw an exception
Troubleshooting or NR Diag results
Steps to Reproduce
Update the NR agent to 10.19
Your Environment
Docker mcr.microsoft.com/dotnet/aspnet:6.0
Additional context
For Maintainers Only or Hero Triaging this bug
Suggested Priority (P1,P2,P3,P4,P5):
Suggested T-Shirt size (S, M, L, XL, Unknown):
The text was updated successfully, but these errors were encountered: