Skip to content

2021-August-14 - Prerelease - 2.6.325

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Aug 05:34
e2d0c08
Fix file watcher race condition NPE (#9498)

If FileWatcher is too quick to start, it can check the size
of a file that we simply have not yet created. This results
in a NPE. This update fixes the problem by no-op'ing if
the file does not yet exist.