]
Tristan Tarrant closed ISPN-3306.
---------------------------------
Resolution: Out of Date
RehashWithSharedCacheStoreTest.testRehashes fails randomly
----------------------------------------------------------
Key: ISPN-3306
URL:
https://issues.jboss.org/browse/ISPN-3306
Project: Infinispan
Issue Type: Bug
Components: State Transfer, Test Suite - Core
Affects Versions: 5.3.0.Final
Reporter: Pedro Ruivo
Labels: testsuite_stability
Attachments: RehashWithSharedCacheStoreTest.testRehashes.tar.gz
{code:java}
java.lang.RuntimeException: Timed out waiting for rebalancing to complete on node
RehashWithSharedCacheStoreTest-NodeB-2392, current topology is CacheTopology{id=8,
currentCH=DefaultConsistentHash{numSegments=60, numOwners=2,
members=[RehashWithSharedCacheStoreTest-NodeB-2392,
RehashWithSharedCacheStoreTest-NodeC-18606]},
pendingCH=DefaultConsistentHash{numSegments=60, numOwners=2,
members=[RehashWithSharedCacheStoreTest-NodeB-2392,
RehashWithSharedCacheStoreTest-NodeC-18606]}}
at org.infinispan.test.TestingUtil.waitForRehashToComplete(TestingUtil.java:181)
at org.infinispan.test.TestingUtil.waitForRehashToComplete(TestingUtil.java:191)
at
org.infinispan.distribution.rehash.RehashWithSharedCacheStoreTest.testRehashes(RehashWithSharedCacheStoreTest.java:76)
...
{code}