Re: [infinispan-dev] TEST_PING on a Mac?

2011-09-27 Thread Galder Zamarreño
Seems like discovery phase did not complete. I have not seen it myself. If u can replicate it easily, can u send me some TRACE logs on org.infinispan and org.jgroups ? On Sep 26, 2011, at 7:22 PM, Manik Surtani wrote: Guys - has anyone seen this? Happens on many tests when I run on OSX, but

Re: [infinispan-dev] ISPN-ARQUILLIAN - embedded mode

2011-09-27 Thread Galder Zamarreño
On Sep 26, 2011, at 5:42 PM, Martin Gencur wrote: On Mon, 2011-09-26 at 15:50 +0200, Galder Zamarreño wrote: On Sep 22, 2011, at 2:45 PM, Martin Gencur wrote: Hi, I'm currently implementing support for testing of embedded caches in

Re: [infinispan-dev] ISPN-ARQUILLIAN - embedded mode

2011-09-27 Thread Martin Gencur
On Tue, 2011-09-27 at 09:11 +0200, Galder Zamarreño wrote: On Sep 26, 2011, at 5:42 PM, Martin Gencur wrote: On Mon, 2011-09-26 at 15:50 +0200, Galder Zamarreño wrote: On Sep 22, 2011, at 2:45 PM, Martin Gencur wrote: Hi, I'm currently implementing support for testing of embedded

Re: [infinispan-dev] TEST_PING on a Mac?

2011-09-27 Thread Dan Berindei
I've seen the same thing on Linux but a lot less often, about 4 times in the whole test suite with DEBUG logging. I didn't see it at all when I switched TRACE logging on. Dan On Mon, Sep 26, 2011 at 7:22 PM, Manik Surtani ma...@jboss.org wrote: Guys - has anyone seen this?  Happens on many

Re: [infinispan-dev] TEST_PING on a Mac?

2011-09-27 Thread Mircea Markus
I haven't seen this on my Mac env. On 27 Sep 2011, at 08:38, Dan Berindei wrote: I've seen the same thing on Linux but a lot less often, about 4 times in the whole test suite with DEBUG logging. I didn't see it at all when I switched TRACE logging on. Dan On Mon, Sep 26, 2011 at 7:22

Re: [infinispan-dev] TEST_PING on a Mac?

2011-09-27 Thread Galder Zamarreño
Do you have any logs when you had DEBUG on and this happened? On Sep 27, 2011, at 9:38 AM, Dan Berindei wrote: I've seen the same thing on Linux but a lot less often, about 4 times in the whole test suite with DEBUG logging. I didn't see it at all when I switched TRACE logging on. Dan

Re: [infinispan-dev] TEST_PING on a Mac?

2011-09-27 Thread Manik Surtani
Ok this works now. The issue is that our tests (Maven, etc) used to use -Dbind.address=127.0.0.1 and in JGroups 3.x this system property has changed to -Djgroups.bind_addr. So please make sure you update your IDE settings, etc accordingly. On 27 Sep 2011, at 08:51, Mircea Markus wrote: I

[infinispan-dev] ISPN-1384 - InboundInvocationHandlerImpl should wait for cache to be started? (not just defined)

2011-09-27 Thread Galder Zamarreño
Hi, Re: https://issues.jboss.org/browse/ISPN-1384 I've had a look to this and this race condition could, in theory, be resolved by making InboundInvocationHandlerImpl.handle() waiting for cache not only to be defined, but to be started. Otherwise there'll always be a potential race condition

Re: [infinispan-dev] ISPN-1384 - InboundInvocationHandlerImpl should wait for cache to be started? (not just defined)

2011-09-27 Thread Dan Berindei
On Tue, Sep 27, 2011 at 5:59 PM, Galder Zamarreño gal...@redhat.com wrote: Hi, Re: https://issues.jboss.org/browse/ISPN-1384 I've had a look to this and this race condition could, in theory, be resolved by making InboundInvocationHandlerImpl.handle() waiting for cache not only to be

[infinispan-dev] optimistic locking - the time has come

2011-09-27 Thread Mircea Markus
Hi, I've issued a pull request for SPN-1131 (Add support for optimistic locking). My last run brought the same number of test failures in master and in my branch, so might be a good idea to integrate it first and then continue fixing tests. Cheers, Mircea