]
Will Burns updated ISPN-11398:
------------------------------
Fix Version/s: 12.0.0.Final
Resolution: Done
Status: Resolved (was: Pull Request Sent)
Change XSiteStateTransferProviderImpl to be non blocking
--------------------------------------------------------
Key: ISPN-11398
URL:
https://issues.redhat.com/browse/ISPN-11398
Project: Infinispan
Issue Type: Bug
Components: Core, Cross-Site Replication
Reporter: Will Burns
Assignee: Pedro Ruivo
Priority: Major
Fix For: 12.0.0.Final
When sending state xsite the transfer blocks at
https://github.com/infinispan/infinispan/blob/d3093ed6ccbe2553a3dbde1d0d6...
and a few other places.
For now I have offloaded this to the blocking thread pool, but this should be fixed to be
totally non blocking.