Re: [infinispan-dev] Infinispan - Hadoop integration

2014-03-14 Thread Emmanuel Bernard
On 13 mars 2014, at 23:39, Sanne Grinovero sa...@infinispan.org wrote: On 13 March 2014 22:19, Mircea Markus mmar...@redhat.com wrote: On Mar 13, 2014, at 22:17, Sanne Grinovero sa...@infinispan.org wrote: On 13 March 2014 22:05, Mircea Markus mmar...@redhat.com wrote: On Mar 13,

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

2014-03-14 Thread Galder Zamarreño
On 13 Mar 2014, at 10:48, Mircea Markus mmar...@redhat.com wrote: On Mar 12, 2014, at 17:45, Galder Zamarreño gal...@redhat.com wrote: On 05 Mar 2014, at 18:16, Mircea Markus mmar...@redhat.com wrote: If anything, this model reduces type safety and reusability. E.g. say you want a

Re: [infinispan-dev] Infinispan - Hadoop integration

2014-03-14 Thread Sanne Grinovero
On 14 March 2014 09:06, Emmanuel Bernard emman...@hibernate.org wrote: On 13 mars 2014, at 23:39, Sanne Grinovero sa...@infinispan.org wrote: On 13 March 2014 22:19, Mircea Markus mmar...@redhat.com wrote: On Mar 13, 2014, at 22:17, Sanne Grinovero sa...@infinispan.org wrote: On 13 March

Re: [infinispan-dev] Infinispan - Hadoop integration

2014-03-14 Thread Mircea Markus
On Mar 14, 2014, at 9:06, Emmanuel Bernard emman...@hibernate.org wrote: On 13 mars 2014, at 23:39, Sanne Grinovero sa...@infinispan.org wrote: On 13 March 2014 22:19, Mircea Markus mmar...@redhat.com wrote: On Mar 13, 2014, at 22:17, Sanne Grinovero sa...@infinispan.org wrote: On

[infinispan-dev] Deprecating parent dependencies migrating to JUnit

2014-03-14 Thread Sanne Grinovero
TLDR: I'm banning TestNG from the Query modules, and this will affect the parent poms. -- I needed to run some quick experiment rounds in Query, but *some* tests fail, and I simply want to know which ones to evaluate some approaches. But I can't get to know the full list easily, as failing a

[infinispan-dev] Disabling unstable tests: push on master directly?

2014-03-14 Thread Sanne Grinovero
I'm blocked as usual on some core tests failing. Since I've found evidence that it's not just me, I'm using the new cute annotation to mark them as unstable. Would we all be good for me to push such findings - when I'm sure - directly to master skipping the Pull Request process? My reasoning is

Re: [infinispan-dev] Infinispan - Hadoop integration

2014-03-14 Thread Alan Field
Hey, First off, I think integrating Infinispan with Hadoop using the InputFormat and OutputFormat interfaces is a really good idea, instead of using the file system interfaces. That's the approach that Gluster is using, but I don't think it's ideal for Infinispan. So to clarify, we will have

[infinispan-dev] OpenJDK and HashMap …. Safely Teaching an Old Dog New (Off-Heap!) Tricks

2014-03-14 Thread Sanne Grinovero
http://www.infoq.com/articles/Open-JDK-and-HashMap-Off-Heap Great Article! ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] OpenJDK and HashMap …. Safely Teaching an Old Dog New (Off-Heap!) Tricks

2014-03-14 Thread cotton-ben
Thanks Sanne. Interesting how many penguins were involved: 1. openJDK (duke) 2. Linux (mascot) 3. Infinispan 5.3 (T.N.P) ;) -- View this message in context:

[infinispan-dev] Learning ISPN7 DataContainer internals ... first steps

2014-03-14 Thread cotton-ben
Hi Mircea and RedHat, Dmitry, and I are now taking initial steps to code the integration of OpenHFT SHM as an off-heap ISPN7 DataContainer. We have mused that a possible approach to this may be to use the symmetry of ISPN7's existing DefaultDataContainer.java impl and (copy a/o extend) that