]
Galder Zamarreño updated ISPN-3843:
-----------------------------------
Fix Version/s: 7.1.0.Alpha1
(was: 7.0.0.Final)
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
Fix For: 7.1.0.Alpha1
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.