[infinispan-dev] Cross-Site replication with local caches?

2014-03-04 Thread Pedro Ruivo
Hi, simple question today: do we support cross-site replication for local caches (i.e. not clustered)? Cheers, Pedro ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Cross-Site replication with local caches?

2014-03-04 Thread Mircea Markus
I don't see a reason no to. Lower prio imo. On Mar 4, 2014, at 11:14 AM, Pedro Ruivo pe...@infinispan.org wrote: Hi, simple question today: do we support cross-site replication for local caches (i.e. not clustered)? Cheers, Pedro ___

Re: [infinispan-dev] Design change in Infinispan Query

2014-03-04 Thread Emmanuel Bernard
On 28 Feb 2014, at 22:14, Mircea Markus mmar...@redhat.com wrote: On Feb 26, 2014, at 5:14 PM, Emmanuel Bernard emman...@hibernate.org wrote: On 25 Feb 2014, at 16:08, Mircea Markus mmar...@redhat.com wrote: On Feb 25, 2014, at 9:28 AM, Emmanuel Bernard emman...@hibernate.org

[infinispan-dev] Remove command - OutdatedTopologyException

2014-03-04 Thread Sanne Grinovero
Hi all, while running some tests today, I found many logs at ERROR level about org.infinispan.statetransfer.OutdatedTopologyException , all caused by Remove commands. It's not clear to me if these where all just logged, or if we're expecting these exceptions to be handled by the client.. either