[infinispan-dev] state transfer & non-shared CacheStore

Sanne Grinovero sanne at infinispan.org
Thu May 17 05:43:55 EDT 2012


On 17 May 2012 10:31, Manik Surtani <manik at jboss.org> wrote:
> The Replicated (or Distributed) StateTransferTask gets data from the CacheLoaderManager for state transfer in doPerformStateTransfer().  What specific aspect are you looking for?

Great thanks, couldn' t find it :)
I was interested to see how I could load all data cleverly, in
relation to our Query and Map/Reduce threads.

Apparently, it' s using loadAllKeys, and also requires that all
transactions are locked down while it proceeds.. another point of
complexity to resolve NBST.

Thanks,
Sanne

>
> On 17 May 2012, at 01:04, Sanne Grinovero wrote:
>
>> How is Infinispan dealing with state-transfer of values which are
>> passivated in a non-shared CacheStore ?
>>
>> Not only interested about the working in a DIST configuration, but
>> also with REPL when new (empty) nodes join the grid as they would need
>> to fetch all the data from peers, including what is currently
>> passivated.
>>
>> Cheers,
>> Sanne
>> _______________________________________________
>> infinispan-dev mailing list
>> infinispan-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>
> --
> Manik Surtani
> manik at jboss.org
> twitter.com/maniksurtani
>
> Lead, Infinispan
> http://www.infinispan.org
>
>
>
>
> _______________________________________________
> 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