Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
0.9.17
-
None
-
None
Description
The synchronization in ReconfigureOnChangeFilter.decide hurts scalability.
It seems unnecessary to serialize the code in changeDetected – it should be possible to use atomic updates of nextCheck and lastModified and only serialize the actual reconfiguration.