Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic on fast file rotation (#2512)
This bug was introduce with #2478 . The check for the second Stat receiving was missing. In case of very fast rotating file it could be that exactly at the time of Stat request the file is not existing anymore and an error is returned. The error was not checked.
- Loading branch information