]
Gustavo Fernandes updated ISPN-5469:
------------------------------------
Fix Version/s: 8.0.0.Final
(was: 8.0.0.CR1)
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: 8.0.0.Final
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.