-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
next/649/20241128/v1 #12178
next/649/20241128/v1 #12178
Conversation
In the situation where the mem buffer cannot be expanded to the requested size, drop the log message. For each JSON log context, a warning will be emitted once with a partial bit of the log record being dropped to identify what event types may be leading to large log records. This also fixes the call to MemBufferExpand which is supposed be passed the amount to expand by, not the new size required. Ticket: OISF#7300
The return value was never used.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12178 +/- ##
==========================================
+ Coverage 49.75% 49.98% +0.23%
==========================================
Files 912 912
Lines 257055 257066 +11
==========================================
+ Hits 127895 128503 +608
+ Misses 129160 128563 -597
Flags with carried forward coverage won't be shown. Click here to find out more. |
WARNING:
Pipeline 23598 |
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.
Looks OK.
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 🚀
WARNING:
Pipeline 23601 |
Information: QA ran without warnings. Pipeline 23603 |
Staging: