[infinispan-dev] X-S replication configuration
Erik Salter
an1310 at hotmail.com
Thu Aug 9 13:28:19 EDT 2012
Resurrecting this thread for a minute (insert "Walking Dead" reference here)
-- there are two configuration operations -- sync and async.
Are these related to transaction replay? For instance, in the case of a
transaction, does a "sync" configuration mean the cluster will replay a 2PC
(or 1PC, in the case of synchronizations) to the other sites? And async
means "fire and forget?"
Plus if I have the following configuration:
<namedCache="cache1">
<backup name="STL" strategy="sync"/>
<backup name="SFO" strategy="async"/>
</namedCache>
<namedCache="cache2">
<backup name="STL" strategy="sync"/>
<backup name="SFO" strategy="async"/>
</namedCache>
<namedCache="cache1">
<backup name="STL" strategy="sync"/>
<backup name="SFO" strategy="async"/>
</namedCache>
<namedCache="cache3">
<backup name="STL" strategy="async"/> <---------
<backup name="SFO" strategy="async"/>
</namedCache>
...what happens if cache1, cache2, and cache3 were started in a transaction
in the PHL site? How would these be replayed on the backup sites? I would
expect that it would be "sync" for STL and "async" for SFO.
Thanks,
Erik
-----Original Message-----
From: infinispan-dev-bounces at lists.jboss.org
[mailto:infinispan-dev-bounces at lists.jboss.org] On Behalf Of Vladimir
Blagojevic
Sent: Monday, July 16, 2012 12:17 PM
To: infinispan -Dev List
Cc: Erik Salter (esalter)
Subject: Re: [infinispan-dev] X-S replication configuration
On 12-07-12 8:47 AM, Mircea Markus wrote:
> On 10 Jul 2012, at 18:28, Galder Zamarreño wrote:
>>
>> And line 25: <backups> instead of <sites>
Same here. I would keep sites in global definition and backups in
caches. But either way is good, matter of taste!
_______________________________________________
infinispan-dev mailing list
infinispan-dev at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/infinispan-dev
More information about the infinispan-dev
mailing list