Re: [infinispan-dev] AtomicHashMap concurrent modifications in pessimistic mode

2013-05-20 Thread Manik Surtani
On 16 May 2013, at 15:04, Dan Berindei dan.berin...@gmail.com wrote: Hi guys I'm working on an intermittent failure in NodeMoveAPIPessimisticTest and I think I've come across what I think is underspecified behaviour in AtomicHashMap. Say we have two transactions, tx1 and tx2, and they

Re: [infinispan-dev] AtomicHashMap concurrent modifications in pessimistic mode

2013-05-20 Thread Dan Berindei
On Mon, May 20, 2013 at 1:57 PM, Manik Surtani msurt...@redhat.com wrote: On 16 May 2013, at 15:04, Dan Berindei dan.berin...@gmail.com wrote: Hi guys I'm working on an intermittent failure in NodeMoveAPIPessimisticTest and I think I've come across what I think is underspecified behaviour

[infinispan-dev] Docu and blog on Equivalence functions

2013-05-20 Thread Galder ZamarreƱo
Hi, Documentation [1] and blog post [2] on storing objects with non-extendable custom equals/hashCode() implementations (i.e arrays) using new Equivalence function have just been published. I've spotted a small issue with ByteArrayEquivalence (https://issues.jboss.org/browse/ISPN-3122) but

[infinispan-dev] 5.3.0.CR1 scheduled for Friday 24 May

2013-05-20 Thread Mircea Markus
The blocker for this release is: ISPN-2772 Implement REPLICATED mode as a degenerated DISTRIBUTED mode (nowOwners=clusterSize) Nice to have: ISPN-2861 Integrate the CloudTM extended statistics in Infinispan Cheers, -- Mircea Markus Infinispan lead (www.infinispan.org)

Re: [infinispan-dev] Hotrod 5.3.0.Beta1

2013-05-20 Thread Galder ZamarreƱo
Right, that script should not be there any more since we know have a separated download for Infinispan servers. @Tristan, can we get it sorted for next release? Maybe do a little blog post about it too so that people are directed to the correct download for using servers? :) Cheers, On May

[infinispan-dev] ISPN-1797 MongoDB cachestore - pending question

2013-05-20 Thread Guillaume SCHEIBEL
Hi Sanne, You probably missed the notification but there is still one pending question I asked you for the pull request: *@Sanne, I would like the MongoDBCacheStoreConfig constructor to return an exception if the port is not properly set (between 1 and 65535) but how to handle it in the caller ?