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

2013-05-24 Thread Mircea Markus
Sent from my iPhone On 20 May 2013, at 12:58, Dan Berindei dan.berin...@gmail.com wrote: 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

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

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

2013-05-17 Thread Mircea Markus
On 17 May 2013, at 07:35, Dan Berindei dan.berin...@gmail.com wrote: On Thu, May 16, 2013 at 8:27 PM, Mircea Markus mmar...@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

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

2013-05-17 Thread Dan Berindei
On Fri, May 17, 2013 at 1:59 PM, Mircea Markus mmar...@redhat.com wrote: On 17 May 2013, at 07:35, Dan Berindei dan.berin...@gmail.com wrote: On Thu, May 16, 2013 at 8:27 PM, Mircea Markus mmar...@redhat.com wrote: On 16 May 2013, at 15:04, Dan Berindei dan.berin...@gmail.com

[infinispan-dev] AtomicHashMap concurrent modifications in pessimistic mode

2013-05-16 Thread Dan Berindei
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 both work with the same atomic map in a pessimistic cache: 1. tx1: am1 =

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

2013-05-16 Thread Mircea Markus
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