Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-6355: Fix Synchronization of Function stats in IDS. (apache#3158)
* Don't use double-checked locking. * Use computeIfAbsent instead of locking on the object. Cleanup: * Rename listeners to disconnectListeners. * Remove dead code * generify collections * Change some loops to foreach * Make a ThreadLocal use withInitial * Make methods and fields private
- Loading branch information