Replies: 8 comments 3 replies
-
FYI: if you want flush manually you can use SIGUSR1 |
Beta Was this translation helpful? Give feedback.
-
Please let us know if you find out the reproduction conditions. |
Beta Was this translation helpful? Give feedback.
-
thx, will try next time |
Beta Was this translation helpful? Give feedback.
-
what data should I collect in case I come across this again ? |
Beta Was this translation helpful? Give feedback.
-
Can your environment displays Or, you need to change buffer time_key, such as
|
Beta Was this translation helpful? Give feedback.
-
So, it hit again. This time the fluentd out_forward plugin started sending invalid packets consisting of the hex sequence
and then closed the connection. I did so over and over again while at the same time the disk buffer started piling up logs. The fluentd log file was empty and only showed :
|
Beta Was this translation helpful? Give feedback.
-
Is there anyone who could explain why fluentd keeps sending these invalid requests and how to fix/avoid it ? Once fluentd enters this state there's no escape other than stopping fluentd altogether and deleting all file buffers thereby losing important information. |
Beta Was this translation helpful? Give feedback.
-
Happened again. fluentd stopped flushing the buffers. Not even a reboot solved the issue. The only thing that helps is explicitly sending a SIGUSR1 signal to the fluentd process. The server log was empty. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
After a failure the system was restarted but fluentd never started working the disk buffers. Only after I changed the flush configuration to
flush_mode immediate
it immediately started to flush the file buffers.To Reproduce
can't reproduce at will
Expected behavior
fluentd should automatically flush file buffers after a restart
Your Environment
Your Configuration
Your Error Log
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions