Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.1.B1, 4.2.M1
-
None
Description
Using shared cache and creating many contexts causes this problem.
Each change sends snapshot event to all contexts what causes growth of InvocationDispatch because all contexts are listeners to other contexts.
The workaround is https://issues.apache.org/jira/browse/CAY-2514