[infinispan-dev] Multi get API

2015-03-24 Thread William Burns
I am nearing completion of the new multi get command [1], allowing for more efficient retrieval of multiple keys at the same time. Thanks again to Radim for a lot of the initial work. In doing so though I want to make sure I get feedback on how we want the API to actually look, since this is

Re: [infinispan-dev] Dealing with ownerless segments

2015-03-24 Thread Galder Zamarreño
False alarm, there are always segment owners. It's an issue with start procedure where the cache manager has members available for segment information before Hot Rod server has added itself to the topology cache. Thx to Will for spotting it :) On 24 Mar 2015, at 10:52, Galder Zamarreño

[infinispan-dev] Dealing with ownerless segments

2015-03-24 Thread Galder Zamarreño
Hey Dan, Re: https://issues.jboss.org/browse/ISPN-5208 I've created a unit test based on Matej's feedback to replicate the issue [1]. Debugging through it, I've discovered that some topology updates are sent with segments that have no owner, hence when the key is hashed to that segment, it

Re: [infinispan-dev] Multi get API

2015-03-24 Thread Pedro Ruivo
Hi, comments inline... On 03/24/2015 01:57 PM, Radim Vansa wrote: On 03/24/2015 02:22 PM, William Burns wrote: I am nearing completion of the new multi get command [1], allowing for more efficient retrieval of multiple keys at the same time. Thanks again to Radim for a lot of the initial

Re: [infinispan-dev] Multi get API

2015-03-24 Thread Tristan Tarrant
On 24/03/2015 16:22, William Burns wrote: On Tue, Mar 24, 2015 at 11:06 AM, Radim Vansa rva...@redhat.com wrote: On 03/24/2015 03:38 PM, Pedro Ruivo wrote: Hi, comments inline... On 03/24/2015 01:57 PM, Radim Vansa wrote: On 03/24/2015 02:22 PM, William Burns wrote: I am nearing

Re: [infinispan-dev] Multi get API

2015-03-24 Thread Radim Vansa
On 03/24/2015 03:38 PM, Pedro Ruivo wrote: Hi, comments inline... On 03/24/2015 01:57 PM, Radim Vansa wrote: On 03/24/2015 02:22 PM, William Burns wrote: I am nearing completion of the new multi get command [1], allowing for more efficient retrieval of multiple keys at the same time.