]
Paul Ferraro updated ISPN-9465:
-------------------------------
Attachment: Coordinator.java
Test.java
Initial state transfer timeout for joining node following previous
kill if cache does not exist on the coordinator
------------------------------------------------------------------------------------------------------------------
Key: ISPN-9465
URL:
https://issues.jboss.org/browse/ISPN-9465
Project: Infinispan
Issue Type: Bug
Components: State Transfer
Affects Versions: 9.3.1.Final
Reporter: Paul Ferraro
Priority: Blocker
Attachments: Coordinator.java, Test.java
Here's the scenario:
1. Start cache manager on node1.
2. Start cache manager on node2.
3. Start clustered cache on node2.
4. Kill node2's JVM
5. Start cache manager on node2.
6. Start clustered cache on node2.
7. #6 fails due to state transfer timeout.
To reproduce:
1. Launch Coordinator
2. Launch Test
3. kill -9 JVM process for Test
4. Relaunch Test
5. Wait for state transfer timeout