[infinispan-dev] Recovery with async cache mode
Mircea Markus
mmarkus at redhat.com
Mon May 13 05:17:11 EDT 2013
On 13 May 2013, at 10:09, Manik Surtani wrote:
>
> On 10 May 2013, at 16:16, Pedro Ruivo <pedro at infinispan.org> wrote:
>
>> I though to put a warning when recovery=true and useSynchronization=true
>> to warn the users that recovery is not available with Synchronization.
>> But I've realized that this is our default configuration.
yep, see below.
>
> Our default configuration _enables_ recovery? For real? That needs to be fixed...
No, it doesn't. By default we're using synchronization enlistment so recovery==true is ignored.
The flag only takes effect when using xa-resource enlistment(useSynchronizaton=false) as we want to have recovery enabled by default when participating in xa transactions.
Cheers,
--
Mircea Markus
Infinispan lead (www.infinispan.org)
More information about the infinispan-dev
mailing list