]
Pedro Ruivo updated ISPN-12250:
-------------------------------
Git Pull Request:
Add exponential back-off for cross-site network failures
--------------------------------------------------------
Key: ISPN-12250
URL:
https://issues.redhat.com/browse/ISPN-12250
Project: Infinispan
Issue Type: Bug
Components: Cross-Site Replication
Affects Versions: 12.0.0.Dev02
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Major
Fix For: 12.0.0.Dev04
If the remote site doesn't exist (crash or shutdown), the IRAC algorithm keeps trying
to send the updates to the remote site (until automatic take offline is triggered, when
configured).
Add an exponential backoff to avoid CPU consumption.