Re: [infinispan-dev] OGM, Hot Rod and Grouping API

2014-06-06 Thread Pedro Ruivo
On 06/06/2014 01:51 PM, Emmanuel Bernard wrote: We expect the same semantic as a RDBMS in READ_COMMITTED. getGroup() would be equivalent to a select * from ASSOC_TABLE where owner_id = 2. Phantom reads would be acceptable. Does that answer your question? Because I’m not sure what you mean

Re: [infinispan-dev] OGM, Hot Rod and Grouping API

2014-06-06 Thread William Burns
On Fri, Jun 6, 2014 at 8:51 AM, Emmanuel Bernard emman...@hibernate.org wrote: We expect the same semantic as a RDBMS in READ_COMMITTED. getGroup() would be equivalent to a select * from ASSOC_TABLE where owner_id = 2. Phantom reads would be acceptable. Yeah we can't currently stop any

Re: [infinispan-dev] OGM, Hot Rod and Grouping API

2014-06-06 Thread Emmanuel Bernard
On 06 Jun 2014, at 15:04, William Burns mudokon...@gmail.com wrote: Does that answer your question? Because I’m not sure what you mean by the key being attached to the Tx. The difference is say you have a tx1 on thread 1 then on the same thread you ask for the group, if it is in the

[infinispan-dev] Test failures

2014-06-06 Thread Sanne Grinovero
I'm having several failures, these are blocking our progress on Query. Should I disable them all? Sample output of three different runs: Failed tests: ThreadLocalLeakTest.testCheckThreadLocalLeaks:87 IllegalState Thread locals st...

Re: [infinispan-dev] OGM, Hot Rod and Grouping API

2014-06-06 Thread Emmanuel Bernard
On 06 Jun 2014, at 15:29, Emmanuel Bernard emman...@hibernate.org wrote: On 06 Jun 2014, at 15:04, William Burns mudokon...@gmail.com wrote: Does that answer your question? Because I’m not sure what you mean by the key being attached to the Tx. The difference is say you have a tx1 on

Re: [infinispan-dev] OGM, Hot Rod and Grouping API

2014-06-06 Thread William Burns
On Fri, Jun 6, 2014 at 9:33 AM, Emmanuel Bernard emman...@hibernate.org wrote: On 06 Jun 2014, at 15:29, Emmanuel Bernard emman...@hibernate.org wrote: On 06 Jun 2014, at 15:04, William Burns mudokon...@gmail.com wrote: Does that answer your question? Because I’m not sure what you mean by