Relates :
|
|
Relates :
|
As per JDK-8174819, LotsOfEvents fails occasionally due to an insufficient number of file creation events having been received. This appears to occur only on OS X which uses the non-native PollingWatchService implementation which in theory could be less efficient than a WatchService which is based on a native file change notification mechanism. Add some instrumentation to attempt to detect whether the failure could be due to inefficiency in the polling implementation.
|