[infinispan-dev] grouping and GridFS

2014-03-05 Thread Ales Justin
Just having a discussion with Bela about this. I guess having grouping on GridFS' content would make sense. e.g. put all chunks on the same node Is this doable? Afaiu, we would need to have some sort of similarity function for content's metadata? -Ales

[infinispan-dev] Infinispan HotRod C# Client 7.0.0.Alpha1

2014-03-05 Thread Ion Savin
Hi all, Infinispan HotRod C# Client 7.0.0.Alpha1 is now available. This new version is a C# wrapper over the native client and brings support for L2 and L3 client intelligence levels in addition to L1. As more features are added to the native client they will make their way into the C# client

Re: [infinispan-dev] grouping and GridFS

2014-03-05 Thread Sanne Grinovero
Why do you chunk at all if you want them stored together? I only use chunking if I can't avoid it, to spread large files. On 5 Mar 2014 11:22, Ales Justin ales.jus...@gmail.com wrote: Just having a discussion with Bela about this. I guess having grouping on GridFS' content would make sense.

Re: [infinispan-dev] grouping and GridFS

2014-03-05 Thread Sanne Grinovero
On 5 March 2014 14:54, Ales Justin ales.jus...@gmail.com wrote: Why do you chunk at all if you want them stored together? I only use chunking if I can't avoid it, to spread large files. That's what's GridFS all about -- store very large files. Hence chunking. So you're saying we should

[infinispan-dev] Cluster Listeners 7.0.0.Alpha1

2014-03-05 Thread William Burns
Hello everyone, I am happy to announce that the latest Infinispan 7.0.0.Alpha1 build has the first pass of Cluster Listeners implemented. You can read all about the details at the blog post [1]. You can get the latest build of Infinispan from our site [2]. Try it out and let us know what you

[infinispan-dev] Since it's almost Friday: the next code name for Infinispan

2014-03-05 Thread Bela Ban
https://www.facebook.com/HumanFishBrewery -- Bela Ban, JGroups lead (http://www.jgroups.org) ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Since it's almost Friday: the next code name for Infinispan

2014-03-05 Thread Vladimir Blagojevic
+1 Are you in Slovenia? On 3/5/2014, 10:26 AM, Bela Ban wrote: https://www.facebook.com/HumanFishBrewery ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev

Re: [infinispan-dev] Since it's almost Friday: the next code name for Infinispan

2014-03-05 Thread Ales Justin
+1 Are you in Slovenia? No, just an IRC chat with me. :-) To add to this link: * http://en.wikipedia.org/wiki/Olm On 3/5/2014, 10:26 AM, Bela Ban wrote: https://www.facebook.com/HumanFishBrewery ___ infinispan-dev mailing list

Re: [infinispan-dev] Since it's almost Friday: the next code name for Infinispan

2014-03-05 Thread Bela Ban
No, my good friend Ales sent me that link... On 05/03/14 16:31, Vladimir Blagojevic wrote: +1 Are you in Slovenia? On 3/5/2014, 10:26 AM, Bela Ban wrote: https://www.facebook.com/HumanFishBrewery ___ infinispan-dev mailing list

Re: [infinispan-dev] grouping and GridFS

2014-03-05 Thread Mircea Markus
On Mar 5, 2014, at 3:04 PM, Ales Justin ales.jus...@gmail.com wrote: But yeah, the moment I start chunking, I would still like to have the grouped -- same node. Or that doesn't make sense? (hence having this discussion ;-) -Ales On 05 Mar 2014, at 16:01, Sanne Grinovero

Re: [infinispan-dev] grouping and GridFS

2014-03-05 Thread Sanne Grinovero
On 5 March 2014 16:29, Mircea Markus mmar...@redhat.com wrote: On Mar 5, 2014, at 3:04 PM, Ales Justin ales.jus...@gmail.com wrote: But yeah, the moment I start chunking, I would still like to have the grouped -- same node. Or that doesn't make sense? (hence having this discussion ;-)

Re: [infinispan-dev] grouping and GridFS

2014-03-05 Thread Dennis Reed
It doesn't make sense. :) The reason grid file systems exist is to distribute the file around the cluster. (both for performance so the network interface of a single server isn't a bottleneck, and for disk space so the available space on a single server isn't a bottlenect) If you don't want

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

2014-03-05 Thread Mircea Markus
On Mar 4, 2014, at 10:03 PM, Sanne Grinovero sa...@infinispan.org wrote: My impression is that this thread is boiling down to an identity problem of the project. It is a key/value store with some properties which make it a great fit for a Cache; I don't think there are doubts that

Re: [infinispan-dev] Since it's almost Friday: the next code name for Infinispan

2014-03-05 Thread Mircea Markus
+1 :-) On Mar 5, 2014, at 3:39 PM, Bela Ban b...@redhat.com wrote: No, my good friend Ales sent me that link... On 05/03/14 16:31, Vladimir Blagojevic wrote: +1 Are you in Slovenia? On 3/5/2014, 10:26 AM, Bela Ban wrote: https://www.facebook.com/HumanFishBrewery

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

2014-03-05 Thread Mircea Markus
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 better have to be prepared to run gazillions of M/R

Re: [infinispan-dev] JBoss Marshalling 1.4.4.Final + ASL + Infinispan 6

2014-03-05 Thread David M. Lloyd
On 03/05/2014 02:12 PM, Tristan Tarrant wrote: Dear all, David Lloyd has kindly release JBoss Marshalling 1.4.4.Final under the ASL: this means that all of our core deps are now ASL. Should we release a 6.0.2 with this dependency change only ? FWIW there's also a nice bugfix in there: the

[infinispan-dev] Problem with HotRod cache updates

2014-03-05 Thread Mark Kowaliszyn
Hi, I am using the RemoteCacheManager to access a cache on my cluster. Getting an entry and updating it on the client works no problem, however on the server, the cache receives an entry with a byte array cache key, rather than the original string I put. My server results in the following