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
I have fluentd deployed as a deamonset in kubernetes cluster which is sending logs using output forward plugin. I have shared the config below. In the netstat output of fluentd, I see alot of close_wait connections. How can I resolve this ? tcp 1 0 fluentd-operator-:<port> 1.1.1.1:<port> CLOSE_WAIT
[error]: #9 failed to flush the buffer, and hit limit for retries. dropping all chunks in the buffer queue. retry_times=1 records=8139 error_class=Errno::EPIPE error="Broken pipe - sendfile"
[error]: #9 suppressed same stacktrace
[error]: #7 failed to flush the buffer, and hit limit for retries. dropping all chunks in the buffer queue. retry_times=1 records=2457 error_class=Errno::ETIMEDOUT error="Connection timed out - sendfile"
[error]: #7 suppressed same stacktrace
Reproduction steps
This issue is seen when the remote side of the connection has closed the connection.
Expected behavior
Ideally, fluentd should handle closing the connection and relive the socket.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I have fluentd deployed as a deamonset in kubernetes cluster which is sending logs using output forward plugin. I have shared the config below. In the netstat output of fluentd, I see alot of close_wait connections. How can I resolve this ?
tcp 1 0 fluentd-operator-:<port> 1.1.1.1:<port> CLOSE_WAIT
Environment
Configuration
Error Log
Reproduction steps
This issue is seen when the remote side of the connection has closed the connection.
Expected behavior
Ideally, fluentd should handle closing the connection and relive the socket.
Additional context
No response
The text was updated successfully, but these errors were encountered: