]
Dan Berindei updated ISPN-4511:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
NonTxBackupOwnerBecomingPrimaryOwnerTest.testPrimaryOwnerLeavingDuringPutIfAbsent random
failures
-------------------------------------------------------------------------------------------------
Key: ISPN-4511
URL:
https://issues.jboss.org/browse/ISPN-4511
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core, State Transfer, Test Suite - Core
Affects Versions: 7.0.0.Alpha4
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Blocker
Labels: testsuite_stability
Fix For: 7.0.0.Alpha5
When joining, a node is supposed to receive a cache topology without a pending CH, so
that the rebalance is processed on a different thread.
NonTxBackupOwnerBecomingPrimaryOwnerTest relies on this behaviour, however
ClusterTopologyManagerImpl doesn't enforce it strictly enough.