]
Adrian Nistor updated ISPN-5453:
--------------------------------
Fix Version/s: 8.2.0.Alpha1
(was: 8.1.0.Final)
X-site state transfer: retry locally if local state push throws a
SuspectException
----------------------------------------------------------------------------------
Key: ISPN-5453
URL:
https://issues.jboss.org/browse/ISPN-5453
Project: Infinispan
Issue Type: Bug
Components: Core, Cross-Site Replication
Affects Versions: 7.2.1.Final
Reporter: Dan Berindei
Priority: Minor
Fix For: 8.2.0.Alpha1
When the local state push command throws a {{SuspectException}}, we currently retry
remotely unless the target node was already removed from the cache topology. This will
fail with another {{SuspectException}}, so it would be better to retry locally the first
time.