You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this setup, we came across a situation where a buffer is failed to be flushed for some reason (that's another issue) but fluentd retries to flush this buffer forever causing accumulating logs in the database.
When I check fluentd logs, I see that retry_times overflows to 0 before reaching retry_max_times which is 8 in our setup.
Can you help me on this?
PS: For the sake of information security, I did not upload entire fluentd logs, if needed I'll try my best to provide.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is a problem?
Hello, we have a project setup where fluentd buffer configuration is as follows:
In this setup, we came across a situation where a buffer is failed to be flushed for some reason (that's another issue) but fluentd retries to flush this buffer forever causing accumulating logs in the database.
When I check fluentd logs, I see that retry_times overflows to 0 before reaching retry_max_times which is 8 in our setup.
Can you help me on this?
PS: For the sake of information security, I did not upload entire fluentd logs, if needed I'll try my best to provide.
Describe the configuration of Fluentd
No response
Describe the logs of Fluentd
No response
Environment
- Fluentd version: fluentd 1.18.0Beta Was this translation helpful? Give feedback.
All reactions