-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
warn message should include right status #3072
Comments
Thanks for the report. Will check soon. |
repeatedly
added a commit
that referenced
this issue
Jul 21, 2020
Signed-off-by: Masahiro Nakagawa <[email protected]>
Patch: #3079 |
repeatedly
added a commit
that referenced
this issue
Jul 22, 2020
buffer: Fix log message for chunk_limit_records case. fix #3072
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check CONTRIBUTING guideline first and here is the list to help us investigate the problem.
Describe the bug
I received a log message like below
But I set to chunk_limit_size is 8M and chunk_full_threshold is 0.8.
8M*0.8 = 6.4M
chunk has free space more than 1.6M but log message say 574K.
I checked the chunk and realized that there are many records.
The message received was a bit unfriendly.
To Reproduce
chunk_limit_size
chunk_limit_records
Expected behavior
Your Environment
fluentd --version
ortd-agent --version
cat /etc/os-release
uname -r
If you hit the problem with older fluentd version, try latest version first.
Your Configuration
Your Error Log
Additional context
The text was updated successfully, but these errors were encountered: