forked from fluent/fluentd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in_tail: add option to skip long lines
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, skip_long_lines option enables to just skip processing event further more in in_tail plugin side. Signed-off-by: Kentaro Hayashi <[email protected]>
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters