]
Dan Berindei updated ISPN-5469:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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
Assignee: Dan Berindei
Fix For: 9.0.0.Beta1
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.