Re: [infinispan-dev] ISPN-2281 effect on Infinispan Server

2013-05-07 Thread Mircea Markus
On 7 May 2013, at 18:00, Dan Berindei wrote: > That won't help, the moment Tristan sees there are less than 10 PRs open > he'll come up with a couple more :) ROFL! Cheers, -- Mircea Markus Infinispan lead (www.infinispan.org) ___ infinispan-dev

Re: [infinispan-dev] ISPN-2281 effect on Infinispan Server

2013-05-07 Thread Dan Berindei
That won't help, the moment Tristan sees there are less than 10 PRs open he'll come up with a couple more :) On Tue, May 7, 2013 at 7:57 PM, Sanne Grinovero wrote: > You can avoid half a day of trouble by merging the trivial pulls I've set > a week ago ;-) > On 7 May 2013 17:53, "Dan Berindei"

Re: [infinispan-dev] ISPN-2281 effect on Infinispan Server

2013-05-07 Thread Mircea Markus
On 7 May 2013, at 17:57, Sanne Grinovero wrote: > You can avoid half a day of trouble by merging the trivial pulls I've set a > week ago ;-) you mean last Sunday? :-) Cheers, -- Mircea Markus Infinispan lead (www.infinispan.org) ___ infinispan-

Re: [infinispan-dev] ISPN-2281 effect on Infinispan Server

2013-05-07 Thread Sanne Grinovero
You can avoid half a day of trouble by merging the trivial pulls I've set a week ago ;-) On 7 May 2013 17:53, "Dan Berindei" wrote: > > > > On Fri, May 3, 2013 at 1:49 PM, Galder Zamarreño wrote: > >> Here's what I replied in a separate email last. Since then the issue has >> been sorted: >> >> >

Re: [infinispan-dev] ISPN-2281 effect on Infinispan Server

2013-05-07 Thread Ales Justin
And it looks like this change results in mem leak as well ... On May 7, 2013, at 6:53 PM, Dan Berindei wrote: > > > > On Fri, May 3, 2013 at 1:49 PM, Galder Zamarreño wrote: > Here's what I replied in a separate email last. Since then the issue has been > sorted: > > > The reason I designe

Re: [infinispan-dev] ISPN-2281 effect on Infinispan Server

2013-05-07 Thread Dan Berindei
On Fri, May 3, 2013 at 1:49 PM, Galder Zamarreño wrote: > Here's what I replied in a separate email last. Since then the issue has > been sorted: > > > The reason I designed a byte[] specific Equivalence class is to avoid > doing instanceof on the type passed. This would slow things in a > critic

Re: [infinispan-dev] [infinispan-internal] Message flow tracer/analyzer

2013-05-07 Thread Radim Vansa
OK, I'll post more info after I add some more analyses. Btw., could you recommend me any lightweight off-memory Map implementation? Is ISPN local + file cache store the right implementation, or is this too heavyweight? I just need to record number of appearances for every message (in parallel) a

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

2013-05-07 Thread Manik Surtani
On 7 May 2013, at 15:39, Martin Gencur wrote: > I can make a blog post once we have this for Memcached and REST. I guess it > is not ready yet. Yes please. Nice work. :) -- Manik Surtani ma...@jboss.org twitter.com/maniksurtani Platform Architect, JBoss Data Grid http://red.ht/data-grid _

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

2013-05-07 Thread Mircea Markus
On 7 May 2013, at 15:39, Martin Gencur wrote: > Hey, > so I have some good news. I've re-ran my tests for memory consumption where I > store 100MB of data and here's the results for in-VM mode and client-server > with HotRod: > > Previously, the memory overhead for HotRod was (can be found at

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

2013-05-07 Thread Martin Gencur
Hey, so I have some good news. I've re-ran my tests for memory consumption where I store 100MB of data and here's the results for in-VM mode and client-server with HotRod: Previously, the memory overhead for HotRod was (can be found at http://infinispan.blogspot.cz/2013/01/infinispan-memory-o

Re: [infinispan-dev] write-heavy performance degradation between 5.1 and 5.2

2013-05-07 Thread Paul Ferraro
Good summary Martin. To this day, I'm not convinced there was ever any performance regression - but throw some aberrant graphs at management without sufficient context and things get escalated quickly... One of the issues with testing across versions is considering the baseline. In the case of E

Re: [infinispan-dev] write-heavy performance degradation between 5.1 and 5.2

2013-05-07 Thread Martin Gencur
Kind oftheir configuration is replicated & embedded cache + async replication + batching + file store + passivation off + write-heavy We, indeed, do *not* test this configuration for regression (especially the batching + file store + write-heavy). And even if we did, we wouldn't spot the pr

Re: [infinispan-dev] [Discussion] TimeService implementation

2013-05-07 Thread Manik Surtani
On 3 May 2013, at 17:00, Mircea Markus wrote: > > On 3 May 2013, at 16:54, Pedro Ruivo wrote: > >> On 05/03/2013 04:49 PM, Manik Surtani wrote: >>> >>> On 2 May 2013, at 19:01, Pedro Ruivo wrote: >>> preciseTime() {return (cached = System.nanoTime());} impreciseTime() {retur

Re: [infinispan-dev] infinispan-quickstart vs. infinispan/demos

2013-05-07 Thread Manik Surtani
On 2 May 2013, at 23:58, Mircea Markus wrote: > > I'd much rather have them in infinispan-quickstart just to keep the > infinispan core modules to a minimum. > Unless objection, let's move them into the quick-start during the repackaging > work that will be done in 6.0. +1. Tristan, are yo

Re: [infinispan-dev] [infinispan-internal] Message flow tracer/analyzer

2013-05-07 Thread Manik Surtani
On 3 May 2013, at 09:36, Radim Vansa wrote: > > | p.s. It's written in Scala. > > Oh, great! ;-) Making good use of Scala's in-line XML? :) -- Manik Surtani ma...@jboss.org twitter.com/maniksurtani Platform Architect, JBoss Data Grid http://red.ht/data-grid ___

Re: [infinispan-dev] [infinispan-internal] Message flow tracer/analyzer

2013-05-07 Thread Manik Surtani
On 3 May 2013, at 11:05, Bela Ban wrote: > > But kudos to you, this framework is cerainly already useful ! Do you > have a more detailed docu on what the numbers mean ? Yes, awesome work, Radim. And do keep us posted as this progresses - more info/docs will certainly help. -- Manik Surtani

Re: [infinispan-dev] JGroups 3.3.0.Final released

2013-05-07 Thread Mircea Markus
Thanks bela. https://github.com/infinispan/infinispan/pull/1806 On 7 May 2013, at 09:07, Bela Ban wrote: > As a consequence I need some PTO: May 9-17... :-) Biking in Southern Tyrolea, > yeah ! > Cheers, > > On 5/7/13 10:04 AM, Bela Ban wrote: >> FYI, and sorry for the wide distribution ! :-) >