Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-2305

ConcurrentCacheManagerTest hangs up

    XMLWordPrintable

Details

    Description

      Several issues that appear to be rooted in ISPN-2256:

      1. ConcurrentCacheManagerTest hangs

      "testng-ConcurrentCacheManagerTest" prio=5 tid=7fb8ca077800 nid=0x115b97000 waiting on condition [115b95000]
         java.lang.Thread.State: WAITING (parking)
      	at sun.misc.Unsafe.park(Native Method)
      	- parking to wait for  <7d5d373b8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
      	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:156)
      	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
      	at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:199)
      	at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:327)
      	at org.infinispan.manager.ConcurrentCacheManagerTest.testConcurrentGetCacheCalls(ConcurrentCacheManagerTest.java:94)

      2. Query tests fail with messages like:

        testLocalQueryCacheRestart(org.infinispan.query.blackbox.QueryCacheRestartTest): It was expected to find the Query interceptor registered in the InterceptorChain but it wasn't found

      This was working fine in https://infinispan.ci.cloudbees.com/job/Infinispan-master-JDK6-tcp/814/consoleText, so since the issue appears to be related to cache startup, it's almost for sure related to ISPN-2256 (appeared in https://infinispan.ci.cloudbees.com/job/Infinispan-master-JDK6-tcp/815/consoleText).

      Btw, as part of fixing up ISPN-2290 to avoid duplicate domains, I'm making the tests that caused the testsuite to halt more resilient.

      Attachments

        Issue Links

          Activity

            People

              mircea.markus Mircea Markus (Inactive)
              rh-ee-galder Galder Zamarreño
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: