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 was looking into a similar issue, but from another perspective and ended up opening #36761. The TTL might not be the issue here. Anyway because they could be different, I ended up opening the new issue.
Instead of using the delete operation the current implementation sets TTL to 0 instead.
beats/filebeat/input/filestream/internal/input-logfile/store.go
Lines 381 to 388 in 5d974fd
I suppose the intention was to optimise the deletion process and delay it until some kind of garbage collection.
However when we delete files:
set
operation record in the registry log, which is much larger than thedelete
operation lineThe text was updated successfully, but these errors were encountered: