-
Enhancement
-
Resolution: Done
-
Major
-
3.6.6
-
None
The methods org.jgroups.protocols.FlowControl.Credit.decrementIfEnoughCredits(long, long) and org.jgroups.protocols.FlowControl.Credit.decrementAndGet(long) are contending the locks on class synchronization when stress testing JGroups.
Wondering if we can think of polishing the implementation, although it looks like challenging.