]
Dan Berindei resolved ISPN-3843.
--------------------------------
Fix Version/s: 9.1.0.Final
Resolution: Done
Fixed with ISPN-6971
Remove broadcast/unicast optimization in JGroupsTransport
---------------------------------------------------------
Key: ISPN-3843
URL:
https://issues.jboss.org/browse/ISPN-3843
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 6.0.0.Final
Reporter: Dan Berindei
Priority: Major
Fix For: 9.1.0.Final
The broadcast/unicast optimization in JGroupsTransport can break the message ordering for
regular messages, because NAKACK[2] and UNICAST[2|3] have their own ordering.
We should test if this optimization really brings any performance benefits and eliminate
it, at least for asynchronous commands.