Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.4.3, 2.6.3, 2.7
-
None
Description
the membership cache access is mostly synchronized on 'this' but in the onEvent() handler, the internal cache object is synchronized.
suggest: to improve cache access by a r/w lock instead.