failed to write data into buffer by buffer overflow action=:throw_exception #4506
Unanswered
naveenrpp2017
asked this question in
Q&A
Replies: 1 comment 17 replies
-
This is not a bug. The amount of logs and the transfer rate need to be adjusted. Is it possible that the pace of transfer is not keeping up with the pace of log generation? |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I have deployed fluentd as kubernetes pod to upload the kubernetes log to AWS OpenSearch.
Initially for first few days it was working properly(sending log to AWS OpenSearch), after few days the latest kubernetes logs was not available in AWS OpenSearch.
So when i checked the fluentd pod logs i was able to see the below error:
failed to write data into buffer by buffer overflow action=:throw_exception
To Reproduce
create fluentd as a kubernetes pod and use the below fluentd.conf from configuration tab which will send logs to AWS OpenSearch
Expected behavior
logs needs to be sent continuously to AWS OpenSearch without buffer related error
Your Environment
Your Configuration
Your Error Log
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions