]
Dan Berindei updated ISPN-9008:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.3.0.Beta1
(was: 9.3.0.CR1)
Resolution: Done
RpcManager.invokeCommandOnAll ignores cache member that are not in
the cluster view
-----------------------------------------------------------------------------------
Key: ISPN-9008
URL:
https://issues.jboss.org/browse/ISPN-9008
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.2.1.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.3.0.Beta1
{{RpcManager.invokeCommandOnAll}} broadcasts the command to all the members of the
JGroups cluster view, and the {{ResponseCollector}} is not notified if any members of the
cache are not in the cluster view.
This is a problem in replicated caches with partition handling enabled, because it means
a write can succeed in a minority partition in the time interval between
{{JGroupsTransport}} seeing the minority cluster view and {{DistributionManagerImpl}}
installing the {{DEGRADED_MODE}} cache topology.