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
We are using EFK stack for logging with our AWS EKS cluster. We have recently upgrade the fluentd version to 1.13.3 and found this error in fluentd pod logs.
[error]: #0 [in_tail_container_logs] Unexpected error raised. Stopping the timer. title=:in_tail_close_watcher error_class=NoMethodError error="undefined method `eof?' for nil:NilClass"
To Reproduce
The logs are flowing but given a period of time, the mentioned issue is creeping up badly.
Thanks for your report!
This error will be reproduced only when read_bytes_limit_per_second is specified.
It's occurred after detecting log rotation and waiting remaining data which might be written by other application.
Probably log lost or duplication won't be occurred.
It will be fixed at v1.14.1 (will be released at the end of Sep.)
Describe the bug
We are using EFK stack for logging with our AWS EKS cluster. We have recently upgrade the fluentd version to 1.13.3 and found this error in fluentd pod logs.
[error]: #0 [in_tail_container_logs] Unexpected error raised. Stopping the timer. title=:in_tail_close_watcher error_class=NoMethodError error="undefined method `eof?' for nil:NilClass"
To Reproduce
The logs are flowing but given a period of time, the mentioned issue is creeping up badly.
Expected behavior
NO error
Your Environment
Your Configuration
Your Error Log
Additional context
No response
The text was updated successfully, but these errors were encountered: