Re: [infinispan-dev] The windup of 6.0.0

2013-10-16 Thread Erik Salter
Hi all, I grabbed some sampling (2ms) profiling runs (5.2.x on JGroups 3.4.x) for review. https://dl.dropboxusercontent.com/u/50401510/profiling/jgroups_340_final2.jp s https://dl.dropboxusercontent.com/u/50401510/profiling/jgroups_340_test2.jps The "test" is my hacked-up branch. It's pretty co

Re: [infinispan-dev] Is anyone else experiencing JGRP-1675

2013-10-16 Thread Radim Vansa
On 10/16/2013 04:08 PM, Bela Ban wrote: > (1) Taking flow control out of a config is a *bad thing* unless >* your message is small or >* you make a blocking RPC. In this case you could use NO_FC, > bypassing flow control. Not sure if Infinispan does this Infinispan mostly uses dispa

Re: [infinispan-dev] The windup of 6.0.0

2013-10-16 Thread Bela Ban
Hi Erik, On 10/11/13 3:30 AM, Erik Salter wrote: > Hi all, > > I'm interested in the performance regression, Which perf regression ? JGRP-1716 ? The diff between using DONT_BUNDLE and not using it ? > and since I saw a similar > regression with JGroups 3.4.0 coupled with ISPN 5.2.x (until 6.0.x

Re: [infinispan-dev] ISPN-3557: interactions between a clear() operation and a Transaction

2013-10-16 Thread Sanne Grinovero
On 16 October 2013 15:15, Galder Zamarreño wrote: > > On Oct 16, 2013, at 3:11 PM, Sanne Grinovero wrote: > >> On 16 October 2013 12:21, Galder Zamarreño wrote: >>> >>> Guys, there's some context to this topic that Sanne has left out. >>> >>> This discussion origins comes from Scott Marlow who's

Re: [infinispan-dev] ISPN-3557: interactions between a clear() operation and a Transaction

2013-10-16 Thread Galder Zamarreño
On Oct 16, 2013, at 3:11 PM, Sanne Grinovero wrote: > On 16 October 2013 12:21, Galder Zamarreño wrote: >> >> Guys, there's some context to this topic that Sanne has left out. >> >> This discussion origins comes from Scott Marlow who's found a bug in a >> Hibernate 2LC test. The test itself

Re: [infinispan-dev] Is anyone else experiencing JGRP-1675

2013-10-16 Thread Bela Ban
On 10/11/13 3:21 PM, Dan Berindei wrote: > I've seen StateTransferLargeObjectTest hang on my machine with all OOB > threads waiting in FlowControl$Credit.decrementIfEnoughCredits, but I > thought that was because the JGroups internal thread pool wasn't enabled > in the test configuration. Now tha

Re: [infinispan-dev] Is anyone else experiencing JGRP-1675

2013-10-16 Thread Bela Ban
(1) Taking flow control out of a config is a *bad thing* unless * your message is small or * you make a blocking RPC. In this case you could use NO_FC, bypassing flow control. Not sure if Infinispan does this (2) Use MFC/UFC rather than FC, which is deprecated On 10/11/13 3:22 PM, Er

Re: [infinispan-dev] Is anyone else experiencing JGRP-1675

2013-10-16 Thread Bela Ban
On 10/11/13 2:40 PM, Radim Vansa wrote: > Hi, > > since Infinispan moved to JGroups 3.4, we're experiencing occassional > deadlocks in some tests - most of threads that send anything over > JGroups are waiting in JGroups' FlowControl.decrementCredits. Are those real deadlocks ? Meaning, the sys

Re: [infinispan-dev] ISPN-3557: interactions between a clear() operation and a Transaction

2013-10-16 Thread Sanne Grinovero
On 16 October 2013 12:21, Galder Zamarreño wrote: > > Guys, there's some context to this topic that Sanne has left out. > > This discussion origins comes from Scott Marlow who's found a bug in a > Hibernate 2LC test. The test itself can be found in [1]. > > Basically, the test loads a couple of e

Re: [infinispan-dev] ISPN-3557: interactions between a clear() operation and a Transaction

2013-10-16 Thread Dan Berindei
On Wed, Oct 16, 2013 at 2:33 PM, Galder Zamarreño wrote: > > On Oct 16, 2013, at 1:21 PM, Galder Zamarreño wrote: > > > Guys, there's some context to this topic that Sanne has left out. > > > > This discussion origins comes from Scott Marlow who's found a bug in a > Hibernate 2LC test. The test

Re: [infinispan-dev] ISPN-3557: interactions between a clear() operation and a Transaction

2013-10-16 Thread Galder Zamarreño
On Oct 16, 2013, at 1:21 PM, Galder Zamarreño wrote: > Guys, there's some context to this topic that Sanne has left out. > > This discussion origins comes from Scott Marlow who's found a bug in a > Hibernate 2LC test. The test itself can be found in [1]. > > Basically, the test loads a couple

Re: [infinispan-dev] ISPN-3557: interactions between a clear() operation and a Transaction

2013-10-16 Thread Galder Zamarreño
Guys, there's some context to this topic that Sanne has left out. This discussion origins comes from Scott Marlow who's found a bug in a Hibernate 2LC test. The test itself can be found in [1]. Basically, the test loads a couple of entities into the 2LC, and then calls evictAll in the cache tha