Re: [infinispan-dev] Design change in Infinispan Query

2014-03-06 Thread Emmanuel Bernard
On Wed 2014-03-05 17:16, Mircea Markus wrote: Sanne came with a good follow up to this email, just some small clarifications: On Mar 4, 2014, at 6:02 PM, Emmanuel Bernard emman...@hibernate.org wrote: If you have to do a map reduce for tasks so simple as age 18, I think you system

Re: [infinispan-dev] Design change in Infinispan Query

2014-03-06 Thread Sanne Grinovero
On 6 March 2014 09:21, Emmanuel Bernard emman...@hibernate.org wrote: On Wed 2014-03-05 17:16, Mircea Markus wrote: Sanne came with a good follow up to this email, just some small clarifications: On Mar 4, 2014, at 6:02 PM, Emmanuel Bernard emman...@hibernate.org wrote: If you have to do

Re: [infinispan-dev] Problem with HotRod cache updates

2014-03-06 Thread Radim Vansa
For such questions, please, use forum. Mailing list is intended for developers' discussions. The three bytes come from JBoss Marshalling, where the key type has to be marshalled as well. In this case the 3 and 62 identify that it's a java.lang.String and 4 is the string's length (variable-size

Re: [infinispan-dev] Cluster Listeners 7.0.0.Alpha1

2014-03-06 Thread Vladimir Blagojevic
Very cool stuff Will! Just to clarify, one could define clustered listener, filter and converter and tie them all up together. Such a listener will be invoked when filter criteria is met, and converter converts key/value to some C object which is then sent of to listener, right? So how do you

Re: [infinispan-dev] Cluster Listeners 7.0.0.Alpha1

2014-03-06 Thread William Burns
The way Listeners work they are only half typed, which is unfortunate. It determines what method to invoke solely on annotations, so Listener methods can define any type for the Event that they want. The developer using a Converter would have to be cognizant that they should be the same or super

[infinispan-dev] Update on the testsuite state

2014-03-06 Thread Sanne Grinovero
Results : Failed tests: NotifyingFutureTest.testExceptionOtherThread2:51-testExceptionOtherThread:68-testException:151 expected [true] but found [false]

Re: [infinispan-dev] Infinispan embedded off-heap cache

2014-03-06 Thread cotton-ben
FYI. https://github.com/OpenHFT/HugeCollections/issues/13 -- View this message in context: http://infinispan-developer-list.980875.n3.nabble.com/infinispan-dev-Infinispan-embedded-off-heap-cache-tp4026102p4028966.html Sent from the Infinispan Developer List mailing list archive at