-
Notifications
You must be signed in to change notification settings - Fork 798
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
Revert TraceContextPropagator performance refactor from 5749 #6161
Revert TraceContextPropagator performance refactor from 5749 #6161
Conversation
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.
LGTM, need to mention in changelog that it closes the reported perf issue.
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.
Changelog looks good as well! Thanks!
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.
@rajkumar-rangaraj, can we make a release 11.1.2 when this one is merged?
I think that we have 2 good reasons (fixes) for this.
Yes, we should discuss in tomorrow's SIG and plan on immediate release. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6161 +/- ##
==========================================
- Coverage 86.34% 86.30% -0.05%
==========================================
Files 257 257
Lines 11557 11499 -58
==========================================
- Hits 9979 9924 -55
+ Misses 1578 1575 -3
|
Fixes #6158
Changes
As discussed in #6158, this reverts to previous performance optimizations until we have added more tests and hardened the implementation.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changesChanges in public API reviewed (if applicable)