]
Pedro Ruivo updated ISPN-4034:
------------------------------
Fix Version/s: 7.1.0.Beta1
(was: 7.1.0.Alpha1)
Cache RPCs should not wait for replies from nodes that have not
joined the cache
--------------------------------------------------------------------------------
Key: ISPN-4034
URL:
https://issues.jboss.org/browse/ISPN-4034
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 6.0.1.Final
Reporter: Dan Berindei
Labels: 630
Fix For: 7.1.0.Beta1
In a replicated cache, commands are broadcasted to the entire cluster and the originator
waits for some kind of response from all the nodes in the cluster, even they are not
members of the cache.
If a node doesn't have Infinispan's RpcDispatcher installed, it will never send
any response, and replicated cache operations on the other nodes will all time out. See
MissingRpcDispatcherTest for an example.