Dan Berindei created ISPN-4549:
----------------------------------
Summary:
StateTransferSuppressForMemcacheIT.testRebalanceWithJoinedNodeStop random failures
Key: ISPN-4549
URL:
https://issues.jboss.org/browse/ISPN-4549
Project: Infinispan
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Test Suite - Server
Affects Versions: 7.0.0.Alpha5
Reporter: Dan Berindei
Assignee: Mircea Markus
Priority: Blocker
Fix For: 7.0.0.Beta1
The test checks that the rebalance is complete by waiting for the
{{CommittedViewAsString}} reported by the RpcManager MBean to be
{{"DefaultConsistentHash{numSegments=60, numOwners=2, members=[node0/" +
getCacheManagerName() + ", node1/" + getCacheManagerName() + "]}"}}
and the {{PendingViewAsString}} to be {{null}}.
But immediately after the 3rd server is stopped, the coordinator installs a topology with
exactly the same string representation. It only starts the rebalance after that.
So the test could start checking the number of entries before the rebalance actually
started.
Failure in CI:
http://ci.infinispan.org/viewLog.html?buildId=9804&tab=buildResultsDi...
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)