Re: [infinispan-dev] User guide chapter numbers

2013-09-23 Thread Galder Zamarreño
On Sep 20, 2013, at 3:39 PM, Manik Surtani msurt...@redhat.com wrote: The chapter numbers were generated when I exported stuff from Confluence. I.e., it's rubbish. This only affects file names and nothing else. We could rename all the files and remove the chapter numbers altogether -

Re: [infinispan-dev] Migration of data between cache stores

2013-09-23 Thread Tristan Tarrant
On 09/19/2013 09:24 AM, Galder Zamarreño wrote: a) Bring back Infinispan 5.x classes to 6.0 to be able to read 5.x cache stores directly from 6.0. No, we need something that is version independent (aside from the actual payload, for which the user is responsible). b) Develop some code for

Re: [infinispan-dev] Read Committed Distributed Cache Concerns

2013-09-23 Thread Radim Vansa
On 09/22/2013 02:57 PM, Sanne Grinovero wrote: On 22 September 2013 13:22, Mircea Markus mmar...@redhat.com wrote: On 21 Sep 2013, at 23:07, Sanne Grinovero sa...@infinispan.org wrote: On 19 September 2013 18:29, Mircea Markus mmar...@redhat.com wrote: (Adding Jonathan who knows a thing or

[infinispan-dev] Client Hot Rod query tests halting CI runs

2013-09-23 Thread Galder Zamarreño
Hi, Re: http://ci.infinispan.org/viewLog.html?buildId=3314buildTypeId=bt9tab=buildLog Seems like there's some issues with Hot Rod query test that are leading to testsuite halting. In particular, seems like the issue stops HotRodQueryIspnDirectoryTest from starting up correctly. Cheers, --

Re: [infinispan-dev] Client Hot Rod query tests halting CI runs

2013-09-23 Thread Galder Zamarreño
Btw, this is not related to Tristan's PR. Master showing it too: http://ci.infinispan.org/viewLog.html?buildId=3309buildTypeId=bt8tab=buildLog Cheers, On Sep 23, 2013, at 11:17 AM, Galder Zamarreño gal...@redhat.com wrote: Hi, Re:

Re: [infinispan-dev] replacing the (FineGrained)AtomicMap with grouping

2013-09-23 Thread Sanne Grinovero
On 22 September 2013 18:05, William Burns mudokon...@gmail.com wrote: Whoops, I put Oracle instead of MySQL sorry about that. And to be more specific, Infinispan RR with Pessimistic locking is like MySQL RR in that you have non locking repeatable reads with locking writes. But rereading

Re: [infinispan-dev] Client Hot Rod query tests halting CI runs

2013-09-23 Thread Anna Manukyan
Hi, I would like to add that the issue appears for both org.infinispan.client.hotrod.query.HotRodQueryIspnDirectoryTest and org.infinispan.client.hotrod.query.MultiHotRodServerQueryTest tests, specifically the issue appears while starting the hotRod servers ( createHotRodServers(...) ).

Re: [infinispan-dev] Client Hot Rod query tests halting CI runs

2013-09-23 Thread Adrian Nistor
I think I fixed that in a PR that is still waiting: https://github.com/infinispan/infinispan/pull/2081 On 09/23/2013 12:58 PM, Anna Manukyan wrote: Hi, I would like to add that the issue appears for both org.infinispan.client.hotrod.query.HotRodQueryIspnDirectoryTest and

Re: [infinispan-dev] Read Committed Distributed Cache Concerns

2013-09-23 Thread Galder Zamarreño
On Sep 22, 2013, at 2:57 PM, Sanne Grinovero sa...@infinispan.org wrote: On 22 September 2013 13:22, Mircea Markus mmar...@redhat.com wrote: On 21 Sep 2013, at 23:07, Sanne Grinovero sa...@infinispan.org wrote: On 19 September 2013 18:29, Mircea Markus mmar...@redhat.com wrote: (Adding