-
Notifications
You must be signed in to change notification settings - Fork 737
fix: ClientTrace nil pointer panic #7464
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
fix: ClientTrace nil pointer panic #7464
Conversation
379ae76 to
b029aa7
Compare
|
Would it make sense to use a noop span instead ? |
|
@dmathieu I tried that first but that makes the if statements (in wroteHeaders and wroteHeaderField) that currently check for |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7464 +/- ##
=====================================
Coverage 81.4% 81.5%
=====================================
Files 198 198
Lines 17946 17952 +6
=====================================
+ Hits 14621 14634 +13
+ Misses 2927 2918 -9
- Partials 398 400 +2
🚀 New features to boost your workflow:
|
pellared
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please resolve the conflict?
1b508ca to
5e894f9
Compare
5e894f9 to
e726533
Compare
|
@pellared Sorry I had to rebase (and I squashed the changes as coffee detox made me fetch the wrong remote 🙈) |
Good day,
During our peak hours we have noticed the following
invalid memory address or nil pointer dereferencewhich causes pod restarts. The goal of this PR is to avoid these panics.Thanks for reviewing and let me know what you think.
Have a great day!