-
Notifications
You must be signed in to change notification settings - Fork 847
[otlp] Fix incorrect length handling of Status.Description exceeding 127 bytes #6119
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
[otlp] Fix incorrect length handling of Status.Description exceeding 127 bytes #6119
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.
CHANGELOG suggestion but LGTM
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6119 +/- ##
==========================================
- Coverage 86.39% 86.39% -0.01%
==========================================
Files 257 257
Lines 11640 11639 -1
==========================================
- Hits 10056 10055 -1
Misses 1584 1584
|
@CodeBlanch is this in any release? |
@davidfowl Not yet. |
@davidfowl Plan to release the hotfix by the end of this week. |
Fixes #6117
Design discussion issue #
Changes
Please provide a brief description of the changes here.
Fixed an issue with incorrect length encoding of
Status.Description
when its byte length exceeds 127. The previous behavior resulted in incorrect reporting, causing serialization issues and potential payload corruption. The fix ensures proper length encoding and safe handling of longer descriptions.Merge requirement checklist
CHANGELOG.md
files updated for non-trivial changes