]
Dan Berindei updated ISPN-7289:
-------------------------------
Status: Open (was: New)
Stop applying the DONT_BUNDLE flag to synchronous RPCs
------------------------------------------------------
Key: ISPN-7289
URL:
https://issues.jboss.org/browse/ISPN-7289
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 9.0.0.Beta1
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.0.0.Beta2
Traditionally Infinispan has been adding the {{DONT_BUNDLE}} flag to synchronous RPCs.
Bela has advised removing it for quite a long time, however we have been keeping it
because the {{sender-sends-with-timer}} bundler with {{DONT_BUNDLE}} had a performance
edge over {{transfer-queue}} without {{DONT_BUNDLE}} (by not doing any bundling).
With JGroups 4.0 removing {{sender-sends-with-timer}} and focusing even more on message
batches, it's time to stop adding {{DONT_BUNDLE}} in Infinispan.