Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-04-23 Thread Thomas SEGISMONT
Hi Will, I will create the JIRA and provide the TRACE level logs as soon as possible. Thanks for the update. 2018-04-20 20:10 GMT+02:00 William Burns : > On Fri, Apr 20, 2018 at 9:43 AM Thomas SEGISMONT > wrote: > >> I tried our test suite on a

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-04-20 Thread William Burns
On Fri, Apr 20, 2018 at 9:43 AM Thomas SEGISMONT wrote: > I tried our test suite on a slower machine (iMac from 2011). It passes > consistently there. > > On my laptop, I keep seeing this from time to time (in different tests): > > 2018-04-19T19:53:09.513 WARN

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-04-20 Thread Thomas SEGISMONT
I tried our test suite on a slower machine (iMac from 2011). It passes consistently there. On my laptop, I keep seeing this from time to time (in different tests): 2018-04-19T19:53:09.513 WARN [Context=org.infinispan.LOCKS]ISPN000320: After merge (or coordinator change), cache still hasn't

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-04-18 Thread Thomas SEGISMONT
So here's the Circular Referenced Suppressed Exception [stateTransferExecutor-thread--p221-t33] 2018-04-18T16:15:06.662+02:00 WARN [org.infinispan.statetransfer.InboundTransferTask] ISPN000210: Failed to request state of cache __vertx.subs from node sombrero-25286, segments {0}

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-04-18 Thread Thomas SEGISMONT
Hi folks, Sorry I've been busy on other things and couldn't get back to you earlier. I tried running vertx-infinispan test suite with 9.2.1.Final today. There are some problems still but I can't say which ones yet because I hit: https://jira.qos.ch/browse/LOGBACK-1027 We use logback for test

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-03-27 Thread Pedro Ruivo
JIRA: https://issues.jboss.org/browse/ISPN-8994 On 27-03-2018 10:08, Pedro Ruivo wrote: > > > On 27-03-2018 09:03, Sebastian Laskawiec wrote: >> At the moment, the cluster health status checker enumerates all caches >> in the cache manager [1] and checks whether those cashes are running >>

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-03-27 Thread Pedro Ruivo
On 27-03-2018 09:03, Sebastian Laskawiec wrote: > At the moment, the cluster health status checker enumerates all caches > in the cache manager [1] and checks whether those cashes are running and > not in degraded more [2]. > > I'm not sure how counter caches have been implemented. One thing

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-03-27 Thread Thomas SEGISMONT
Thanks Sebastian. Is there a JIRA for this already? 2018-03-27 10:03 GMT+02:00 Sebastian Laskawiec : > At the moment, the cluster health status checker enumerates all caches in > the cache manager [1] and checks whether those cashes are running and not > in degraded more

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-03-27 Thread Sebastian Laskawiec
At the moment, the cluster health status checker enumerates all caches in the cache manager [1] and checks whether those cashes are running and not in degraded more [2]. I'm not sure how counter caches have been implemented. One thing is for sure - they should be taken into account in this loop

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-03-26 Thread Thomas SEGISMONT
2018-03-26 13:16 GMT+02:00 Pedro Ruivo : > > > On 23-03-2018 15:06, Thomas SEGISMONT wrote: > > Hi Pedro, > > > > 2018-03-23 13:25 GMT+01:00 Pedro Ruivo > >: > > > > Hi Thomas, > > > > Is the test in question using

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-03-23 Thread Thomas SEGISMONT
I'll give it a try and keep you posted. Thanks 2018-03-23 14:41 GMT+01:00 Radim Vansa : > This looks similar to [1] which has a fix [2] ready for a while. Please > try with it to see if it solves your problem. > > [1] https://issues.jboss.org/browse/ISPN-8859 > [2]

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-03-23 Thread Thomas SEGISMONT
Hi Pedro, 2018-03-23 13:25 GMT+01:00 Pedro Ruivo : > Hi Thomas, > > Is the test in question using any counter/lock? > I have seen the problem on a test for counters, on another one for locks, as well as well as caches only. But Vert.x starts the ClusteredLockManager and

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-03-23 Thread Radim Vansa
This looks similar to [1] which has a fix [2] ready for a while. Please try with it to see if it solves your problem. [1] https://issues.jboss.org/browse/ISPN-8859 [2] https://github.com/infinispan/infinispan/pull/5786 On 03/23/2018 01:25 PM, Pedro Ruivo wrote: > Hi Thomas, > > Is the test in

Re: [infinispan-dev] 9.2 EmbeddedCacheManager blocked at shutdown

2018-03-23 Thread Pedro Ruivo
Hi Thomas, Is the test in question using any counter/lock? I did see similar behavior with the counter's in our server test suite. The partition handling makes the cache degraded because nodes are starting and stopping concurrently. I'm not sure if there are any JIRA to tracking. Ryan, Dan do