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

Add read_lines_limit parameter to control chunk size in in_tail #593

Merged
merged 1 commit into from
May 16, 2015

Conversation

repeatedly
Copy link
Member

Related to https://groups.google.com/forum/#!topic/fluentd/-6Q8pPMU-Kc
back-pressure can't resolve this problem so adding option is better.

This limit is rough so the number of emit records succeeds read_lines_limit.
For example, set 100 but the number of emit records becomes 105. It depends on line length of log.

Edit: Change parameter name to read_lines_limit

@repeatedly repeatedly changed the title Add emit_records_limit parameter to control chunk size Add emit_records_limit parameter to control chunk size in in_tail May 14, 2015
@repeatedly repeatedly changed the title Add emit_records_limit parameter to control chunk size in in_tail Add read_lines_limit parameter to control chunk size in in_tail May 14, 2015
@repeatedly
Copy link
Member Author

@sonots @tagomoris Do you have any concern to merge this PR? If no problem, I will merge this.

repeatedly added a commit that referenced this pull request May 16, 2015
Add read_lines_limit parameter to control chunk size in in_tail
@repeatedly repeatedly merged commit 8d11ac9 into master May 16, 2015
@repeatedly repeatedly deleted the add-emit-records-limit branch May 16, 2015 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant