[infinispan-dev] ISPN-3051 configuration

2013-09-09 Thread Dan Berindei
Hi guys As you know, I'm working on ISPN-3051, allowing each node to take a higher or lower proportion of the entries in the cache. I've implemented this by adding a float loadFactor setting in each node's configuration, with 1 being the default and any positive value being accepted (including

Re: [infinispan-dev] ISPN-3051 configuration

2013-09-09 Thread Ray Tsang
Capacity factor? Capacity weight? On Sep 9, 2013, at 2:18, Dan Berindei dan.berin...@gmail.com wrote: Hi guys As you know, I'm working on ISPN-3051, allowing each node to take a higher or lower proportion of the entries in the cache. I've implemented this by adding a float loadFactor

Re: [infinispan-dev] To squash or not to squash

2013-09-09 Thread Manik Surtani
On 9 Sep 2013, at 08:49, Emmanuel Bernard emman...@hibernate.org wrote: I all put all unrelated commits like typos, style and unrelated bug fixes before so that they could be applied even in the main feature is rejected. That's actually a good idea. -- Manik Surtani

Re: [infinispan-dev] ISPN-3051 configuration

2013-09-09 Thread Tristan Tarrant
On 09/09/2013 11:18 AM, Dan Berindei wrote: Hi guys As you know, I'm working on ISPN-3051, allowing each node to take a higher or lower proportion of the entries in the cache. I've implemented this by adding a float loadFactor setting in each node's configuration, with 1 being the default

[infinispan-dev] Infinispan 6.0.0.Alpha4 is out now

2013-09-09 Thread Galder Zamarreño
New CacheLoader/CacheWriter API, REST rolling upgrades, cache listener filters… and many more are included in this mammoth release: http://goo.gl/hSjxAf Cheers, -- Galder Zamarreño gal...@redhat.com twitter.com/galderz Project Lead, Escalante http://escalante.io Engineer, Infinispan

[infinispan-dev] Moving docs

2013-09-09 Thread Manik Surtani
Guys So one of the proposed plans is to move Infinispan documentation out of Confluence, and store them as AsciiDoc in git alongside the code. Scripts will be provided to export AsciiDoc to HTML (for web), PDF (for download), possibly even MOBI for Kindles and eBook readers. As we have

Re: [infinispan-dev] ISPN-3051 configuration

2013-09-09 Thread Sanne Grinovero
On 9 September 2013 10:37, Pedro Ruivo pe...@infinispan.org wrote: On 09/09/2013 10:18 AM, Dan Berindei wrote: Hi guys As you know, I'm working on ISPN-3051, allowing each node to take a higher or lower proportion of the entries in the cache. I've implemented this by adding a float

Re: [infinispan-dev] ISPN-3051 configuration

2013-09-09 Thread Mircea Markus
On 9 Sep 2013, at 12:13, Sanne Grinovero sa...@infinispan.org wrote: On 9 September 2013 10:37, Pedro Ruivo pe...@infinispan.org wrote: On 09/09/2013 10:18 AM, Dan Berindei wrote: Hi guys As you know, I'm working on ISPN-3051, allowing each node to take a higher or lower proportion of

Re: [infinispan-dev] Moving docs

2013-09-09 Thread Mircea Markus
On Sep 9, 2013, at 11:34 AM, Manik Surtani msurt...@redhat.com wrote: Guys So one of the proposed plans is to move Infinispan documentation out of Confluence, and store them as AsciiDoc in git alongside the code. Scripts will be provided to export AsciiDoc to HTML (for web), PDF (for

Re: [infinispan-dev] To squash or not to squash

2013-09-09 Thread Mircea Markus
All very good points, thanks for the feedback! On Sep 9, 2013, at 4:59 AM, Dennis Reed der...@redhat.com wrote: I think this has the biggest effect on those of us porting fixes to other versions. When porting changes, I've seen issues with both single commits and multiple commits: 1)

Re: [infinispan-dev] Migrating the HBase cache store to 6.0.0 API

2013-09-09 Thread Mircea Markus
Thank you Guillaume, any suggestion you might have on the API are also welcomed! :-) On Sep 6, 2013, at 9:51 PM, Guillaume SCHEIBEL guillaume.schei...@gmail.com wrote: Hello, No problem I'll switch the MongoDB ASAP. And in the same time I'll directly write the new Redis cachestore with

Re: [infinispan-dev] Where is the LegacyLoaderAdapter interface ?

2013-09-09 Thread Mircea Markus
On Sep 4, 2013, at 3:08 PM, Guillaume SCHEIBEL guillaume.schei...@gmail.com wrote: Tristan, Thanks for the answer, so wait see. btw, I've noticed the copyright into java files has been deleted, is it replaced by the LICENSE file ? we only have a single license file per repo. We've

Re: [infinispan-dev] ISPN-3051 configuration

2013-09-09 Thread Dan Berindei
On Mon, Sep 9, 2013 at 12:34 PM, Tristan Tarrant ttarr...@redhat.comwrote: On 09/09/2013 11:18 AM, Dan Berindei wrote: Hi guys As you know, I'm working on ISPN-3051, allowing each node to take a higher or lower proportion of the entries in the cache. I've implemented this by adding a