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
Filebeat: Fix random error on harvester close (#21048)
This fixes a race condition when a harvester is closed at the same time
that its source file size is being calculated.
Before this fix, `Error updating file size` errors are randomly printed, because
the file handle becomes closed inside the os.Stat call.
0 commit comments