Re: [infinispan-dev] [hibernate-dev] HSEARCH-1296

2013-04-13 Thread Ales Justin
Hmmm, did you try our QueryTest with this fix? With HS update (your jgroupsWorkaround branch), my current run: Running org.jboss.test.capedwarf.cluster.test.QueryTest Tests run: 9, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 14.287 sec FAILURE! Results : Failed tests:

Re: [infinispan-dev] [hibernate-dev] HSEARCH-1296

2013-04-13 Thread Ales Justin
Shouldn't this synchronous flag still be used? https://github.com/Sanne/hibernate-search/blob/077f29c245d2d6e960cd6ab59ff58752320d5658/hibernate-search-engine/src/main/java/org/hibernate/search/backend/impl/jgroups/DispatcherMessageSender.java#L57 e.g. if (synchronous) { int size

Re: [infinispan-dev] [hibernate-dev] HSEARCH-1296

2013-04-13 Thread Bela Ban
On 4/13/13 2:02 AM, Sanne Grinovero wrote: @All, the performance problem seemed to be caused by a problem in JGroups, which I've logged here: https://issues.jboss.org/browse/JGRP-1617 Almost no information attached to the case :-( If it wasn't you, Sanne, I'd outright reject the case ...

Re: [infinispan-dev] [hibernate-dev] HSEARCH-1296

2013-04-13 Thread Sanne Grinovero
As I told you, we had not finished, but after 10h debugging it was night and we still where in the office, but the ugly experiment you see was working fine so I opted to send you a preview of the branch for the case I would not get up early in the morning and you would need something which worked

Re: [infinispan-dev] [hibernate-dev] HSEARCH-1296

2013-04-13 Thread Sanne Grinovero
On 13 April 2013 11:20, Bela Ban b...@redhat.com wrote: On 4/13/13 2:02 AM, Sanne Grinovero wrote: @All, the performance problem seemed to be caused by a problem in JGroups, which I've logged here: https://issues.jboss.org/browse/JGRP-1617 Almost no information attached to the case :-(

Re: [infinispan-dev] [hibernate-dev] HSEARCH-1296

2013-04-13 Thread Ales Justin
There are lots of complex moving parts in this scenario: from a Muxed JGroups Channel, and the Application Server responsible for initializing the stack with some added magic from CapeDwarf itself: it's not clear to me what configuration is exactly being used, for one. Some quick info on