2021-August-14 - Prerelease - 2.6.325
Pre-release
Pre-release
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.