Skip to content

Commit

Permalink
GEODE-6355: Fix Synchronization of Function stats in IDS. (apache#3158)
Browse files Browse the repository at this point in the history
* 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
galen-pivotal authored Feb 9, 2019
1 parent bcd82ae commit 127cf7b
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 183 deletions.
Loading

0 comments on commit 127cf7b

Please sign in to comment.