]
Dan Berindei updated ISPN-5119:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.2.0.Beta1
Resolution: Done
Fail fast when using two phase commit with ASYNC backup strategy
----------------------------------------------------------------
Key: ISPN-5119
URL:
https://issues.jboss.org/browse/ISPN-5119
Project: Infinispan
Issue Type: Bug
Components: Configuration, Cross-Site Replication
Affects Versions: 7.0.3.Final
Reporter: Matej Čimbora
Assignee: Matej Čimbora
Fix For: 7.2.0.Beta1
Example:
<backup site="LON" useTwoPhaseCommit="true"
strategy="ASYNC"/>
From xsd (two-phase-commit):
Whether a backup will use a 2PC cycle for SYNC backups. Defaults to "false".
NOTE: Not used for ASYNC backup strategies.