Remove IRAC sender thread
-------------------------
Key: ISPN-12477
URL:
https://issues.redhat.com/browse/ISPN-12477
Project: Infinispan
Issue Type: Bug
Components: Cross-Site Replication
Affects Versions: 12.0.0.Dev05
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Major
Fix For: 12.0.0.Final
We have a dedicated thread in the background sending the updates to the remote site. We
can get rid of it and use the blocking thread pool to send the update.
Also, based on the last discussion, don't send the keys in batches. Just do
continuous sending and let the Flow Control in JGroups manages the network.