]
Vittorio Rigamonti updated ISPN-5469:
-------------------------------------
Fix Version/s: 9.0.0.Alpha2
(was: 9.0.0.Alpha1)
Remote-executor threads should not block during RPCs
----------------------------------------------------
Key: ISPN-5469
URL:
https://issues.jboss.org/browse/ISPN-5469
Project: Infinispan
Issue Type: Task
Components: Core
Affects Versions: 7.2.1.Final
Reporter: Dan Berindei
Fix For: 9.0.0.Alpha2
This is particularly important in non-transactional caches, where the primary owner has
to forward a command to the backup owners. The remote-executor thread on the primary
should not be blocked while waiting for the backup responses, and instead process other
commands.