Skip to content
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

in_tail: add option to skip long lines #3565

Merged
merged 1 commit into from
Dec 2, 2021
Merged

Commits on Dec 1, 2021

  1. in_tail: add option to skip long lines (max_line_size)

    There is a case that processing unexpected long line causes a
    BufferChunkOverflow exception.
    
    With fluent#3562 (Fluentd v1.14.3), it can just ignore only problematic long
    record during processing buffer chunk, but it always raise an
    exception. Thus it has performance regression.
    
    In this fix, max_line_size option enables to just skip processing
    event further more in in_tail plugin side.
    
    Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
    kenhys committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    20b1de1 View commit details
    Browse the repository at this point in the history