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 use the input tail plugin for processing tracking data and we are struggling with missing data after file rotation. What happens ist, file gets rotated and fluentd does not recognize the new file after rotation. Data is written to the new file and will not be processed until next rotation happens. Unfortunately, it's rare and it just happens sometimes.
Same issue with #3614
At v1.15.1 we added a log message like the following to investigate this issue:
2022-08-01 17:57:19 +0900 [warn]: #0 Skip update_watcher because watcher has been already updated by other inotify event path="logs/hige.log" inode=59511737 inode_in_pos_file=0
If you see such log message, please report it to #3614
Describe the bug
We use the input tail plugin for processing tracking data and we are struggling with missing data after file rotation. What happens ist, file gets rotated and fluentd does not recognize the new file after rotation. Data is written to the new file and will not be processed until next rotation happens. Unfortunately, it's rare and it just happens sometimes.
To Reproduce
not reproducible
Expected behavior
data gets processed after file rotation
Your Environment
Your Configuration
Your Error Log
Additional context
No response
The text was updated successfully, but these errors were encountered: