[
https://issues.jboss.org/browse/ISPN-8220?page=com.atlassian.jira.plugin....
]
Ryan Emerson commented on ISPN-8220:
------------------------------------
I ran this test locally, in isolation with trace logging, for over 5000 runs and was
unable to reproduce this failure :(
ClusteredCacheMgmtInterceptorMBeanTest fails intermittently
-----------------------------------------------------------
Key: ISPN-8220
URL:
https://issues.jboss.org/browse/ISPN-8220
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management, Test Suite - Core
Affects Versions: 9.1.0.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Labels: testsuite_stability
Fix For: 9.1.1.Final
{code:java}
org.infinispan.util.concurrent.TimeoutException: Timed out waiting for topology 6
at
org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:259)
at
org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1679)
at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1327)
at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1793)
at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:282)
at
org.infinispan.cache.impl.AbstractDelegatingCache.put(AbstractDelegatingCache.java:358)
at org.infinispan.cache.impl.EncoderCache.put(EncoderCache.java:655)
at
org.infinispan.jmx.ClusteredCacheMgmtInterceptorMBeanTest.testCorrectStatsInCluster(ClusteredCacheMgmtInterceptorMBeanTest.java:48)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.infinispan.util.concurrent.TimeoutException: Timed out waiting for
topology 6
at
org.infinispan.interceptors.impl.BaseStateTransferInterceptor$CancellableRetry.run(BaseStateTransferInterceptor.java:347)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
... 3 more
... Removed 16 stack frames
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)