[
https://issues.jboss.org/browse/ISPN-3079?page=com.atlassian.jira.plugin....
]
dex chen commented on ISPN-3079:
--------------------------------
Hi guys: this is really key feature we are waiting on. We already pilot the xsite feature.
We loved the xsite feature, but we are blocked by this bug. Please help to fix it.
xsite replication custom failurePolicy does now work with ASYNC
strategy
------------------------------------------------------------------------
Key: ISPN-3079
URL:
https://issues.jboss.org/browse/ISPN-3079
Project: Infinispan
Issue Type: Bug
Components: Cross-Site Replication
Affects Versions: 5.2.5.Final
Environment: ISPN 5.2.5.final
Reporter: dex chen
Assignee: Mircea Markus
I configure xsite backupFailurePolicy="CUSTOM" and specified failurePolicyClass
(see below xml configuration).
When the strategy is set to "ASYNC", the failurePolicyClass code is never got
invoked!!
But, same code will will be invoked if the strategy is set to "SYNC".
.....
<sites>
<backups>
<backup site="NYC" strategy="ASYNC"
backupFailurePolicy="CUSTOM"
failurePolicyClass="com.test.cluster.infinispan.CrossSiteReplicationFailurePolicy"
timeout="12003"/>
</backups>
</sites>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira