Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-4777] catch IOException in ContinuousFileMonitoringFunction
FileSystem.listStatus(path) may throw an IOException when it lists files and then retrieves their file status. This is quite common, e.g. editors which create temporary files and move them. The ContinuousFileMonitoringFunction can only apply a file path filter afterwards. The solution is to defer file checks until no exception is caught anymore. This closes apache#2610.
- Loading branch information