]
Dan Berindei updated ISPN-10310:
--------------------------------
Git Pull Request:
State Transfer needs to be made non blocking
--------------------------------------------
Key: ISPN-10310
URL:
https://issues.jboss.org/browse/ISPN-10310
Project: Infinispan
Issue Type: Sub-task
Components: Core, State Transfer
Reporter: Will Burns
Assignee: Dan Berindei
Priority: Major
Fix For: 10.0.0.Final
State Transfer currently invokes many methods that are non blocking and blocks to wait
for those to complete. We need to ensure that all the various usages are converted to be
non blocking and when absolutely not possible convert them to using a separate thread
pool. The final goal is to eventually eliminate the state transfer thread pool as well.