-
Bug
-
Resolution: Done
-
Major
-
4.0.0.CR3
-
None
-
None
-
High
This was GET_ALL, which means we wait for all responses, regardless of what the RspFilter flags! This was a huge bottleneck, resulting in the following:
cache.get() can get stuck for 15 seconds before returning. Trace level logging reveals: org.jgroups.blocks.GroupRequest - call did not execute correctly.