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
On a 32 bit system, the inode number is 32 bits, not 64, so the format string expecting a 64bit parameter would end up with junk data and continue to think a new file was found, leaking file descriptors and eventually preventing fluent bit from running.
Cast the inode parameter when generating the file hash to 64 bits to avoid differences on 32 versus 64 bit systems.
Signed-off-by: Megan E. Smith <[email protected]>
Signed-off-by: Manal Geries <[email protected]>
0 commit comments