[infinispan-issues] [JBoss JIRA] (ISPN-2114) MinViewIdCalculusTest.testMinViewId1 and LockOwnerCrashPessimisticTest randomly failing with rehashing issues
Adrian Nistor (JIRA)
jira-events at lists.jboss.org
Fri Sep 21 08:37:35 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor resolved ISPN-2114.
---------------------------------
Resolution: Done
The fix is included ISPN-2312
> MinViewIdCalculusTest.testMinViewId1 and LockOwnerCrashPessimisticTest randomly failing with rehashing issues
> -------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-2114
> URL: https://issues.jboss.org/browse/ISPN-2114
> Project: Infinispan
> Issue Type: Bug
> Components: State transfer, Test Suite
> Reporter: Galder Zamarreño
> Assignee: Adrian Nistor
> Labels: testsuite_stability
> Fix For: 5.2.0.Beta1
>
>
> See http://goo.gl/Eb7ig
> Dan, assigning it to you since the issue seems related to rehashing not completing, anything missing there?
> {code}java.lang.RuntimeException: Timed out waiting for rehash to complete on node cb7b7b76-251b-1ec5-def5-45aaaeceac6f, expected member list is [Cache '___defaultcache'@cb7b7b76-251b-1ec5-def5-45aaaeceac6f, Cache '___defaultcache'@2fa81dcc-7e1c-bfa7-2d15-e1f5526e0822, Cache '___defaultcache'@dbbea849-2aff-e01c-6ea4-5267d7187b0c], current member list is CacheView{viewId=3, members=[cb7b7b76-251b-1ec5-def5-45aaaeceac6f, 2fa81dcc-7e1c-bfa7-2d15-e1f5526e0822]}!
> at org.infinispan.test.TestingUtil.waitForRehashToComplete(TestingUtil.java:174)
> at org.infinispan.test.TestingUtil.waitForRehashToComplete(TestingUtil.java:201)
> at org.infinispan.test.MultipleCacheManagersTest.waitForClusterToForm(MultipleCacheManagersTest.java:291)
> at org.infinispan.test.MultipleCacheManagersTest.waitForClusterToForm(MultipleCacheManagersTest.java:296)
> at org.infinispan.lock.singlelock.MinViewIdCalculusTest.testMinViewId1(MinViewIdCalculusTest.java:73)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:74)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:673)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:846)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1170)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
> at org.testng.TestRunner.runWorkers(TestRunner.java:1147)
> at org.testng.TestRunner.privateRun(TestRunner.java:749)
> at org.testng.TestRunner.run(TestRunner.java:600)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:317)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:34)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:351)
> at org.testng.internal.thread.ThreadUtil$CountDownLatchedRunnable.run(ThreadUtil.java:147)
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662){code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list