You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue is #7362
We need to check if last decoder error is a real error or end of buffer using flb_log_event_decoder_get_last_result #7362 (comment)
there's a patch for that we've been applying in other plugins which conditionally switches the result code when it's FLB_EVENT_DECODER_ERROR_INSUFFICIENT_DATA and the input buffer offset matches the input buffer size (in the decoder state).
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.
Bug Report
Original issue is #7362
We need to check if last decoder error is a real error or end of buffer using
flb_log_event_decoder_get_last_result
#7362 (comment)
See also #7540
Following plugins are using
flb_log_event_decoder_next
.Describe the bug
To Reproduce
Rubular link if applicable:
Example log message if applicable:
Steps to reproduce the problem:
Expected behavior
Screenshots
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: