Re: [infinispan-dev] Infinispan DEF - Custom parameters upon a failover

2013-05-29 Thread Galder Zamarreño
On May 28, 2013, at 11:56 AM, Strahinja Lazetic lazet...@yahoo.com wrote: Hi Galder, thank you for your response. I can serialize the parameters that I passed in the constructor upon first start, but they remain the same upon a failover and recreation of the Callable, so I can not get

Re: [infinispan-dev] Supporting notifications for entries expired while in the cache store - ISPN-694

2013-05-29 Thread Galder Zamarreño
On May 28, 2013, at 1:52 PM, Sanne Grinovero sa...@infinispan.org wrote: This notification feature seems to be very confusing, or at least I find it awkward to understand all special conditions. ^ I agree, it's confusing and akward but you're mistaken in thinking that it's a problem of the

Re: [infinispan-dev] still to do on HR-embedded integration in ISPN-2281

2013-05-29 Thread Galder Zamarreño
On May 29, 2013, at 2:17 PM, Dan Berindei dan.berin...@gmail.com wrote: Cheers Dan On Tue, May 28, 2013 at 4:20 PM, Galder Zamarreño gal...@redhat.com wrote: Basically, the difference between Hot Rod then and now is: 32 bytes, which is: new metadata object, a reference to it, and 2

[infinispan-dev] CommandAwareRpcDispatcher desired logic

2013-05-29 Thread Pedro Ruivo
Hi all, //related to https://issues.jboss.org/browse/ISPN-3100 In here [1] I've added three simple tests to the CARD logic with the ResponseFilter. #1 testResponses() = tests if all the responses are returned. This test is failing because the FutureCollactor only returns the last response.

Re: [infinispan-dev] CommandAwareRpcDispatcher desired logic

2013-05-29 Thread Dan Berindei
On Wed, May 29, 2013 at 4:50 PM, Pedro Ruivo pe...@infinispan.org wrote: Hi all, //related to https://issues.jboss.org/browse/ISPN-3100 In here [1] I've added three simple tests to the CARD logic with the ResponseFilter. #1 testResponses() = tests if all the responses are returned. This

Re: [infinispan-dev] CommandAwareRpcDispatcher desired logic

2013-05-29 Thread Pedro Ruivo
Hi, I'm adding Bela in CC for a quick question: We are doing a UnicastRequest and register a FutureListener. The FutureListener is not being notified if the timeout expires. Is this normal? @Dan: other comments inline Cheers, Pedro On 05/29/2013 03:06 PM, Dan Berindei wrote: On Wed, May

Re: [infinispan-dev] CommandAwareRpcDispatcher desired logic

2013-05-29 Thread Bela Ban
Hi Pedro, On 5/29/13 4:41 PM, Pedro Ruivo wrote: Hi, I'm adding Bela in CC for a quick question: We are doing a UnicastRequest and register a FutureListener. The FutureListener is not being notified if the timeout expires. Is this normal? Yes @Dan: other comments inline Cheers,