]
Dan Berindei resolved ISPN-4547.
--------------------------------
Fix Version/s: 9.0.0.Alpha1
Resolution: Out of Date
We are removing the replication queue in 9.0.0.Alpha1.
Replication queue should replicate the first command immediately
----------------------------------------------------------------
Key: ISPN-4547
URL:
https://issues.jboss.org/browse/ISPN-4547
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 7.0.0.Alpha5
Reporter: Dan Berindei
Assignee: William Burns
Priority: Minor
Fix For: 9.0.0.Alpha1
The replication queue only replicates commands when the replication queue is full or the
replication thread wakes up periodically.
If a new command is added to an empty replication queue, the replication thread should
wake up immediately and broadcast it, otherwise it will add a significant latency to the
replication under light load.