]
Dan Berindei commented on ISPN-6357:
------------------------------------
The fix for ISPN-6195 was incomplete. Because {{CacheNotFoundResponse.isSuccessful()}}
returns {{false}}, {{ClusterTopologyManagerImpl.addResponseValue()}} still throws an
exception if one of the other nodes hasn't started the Infinispan {{ForkChannel}}
yet.
Deadlock during server start
----------------------------
Key: ISPN-6357
URL:
https://issues.jboss.org/browse/ISPN-6357
Project: Infinispan
Issue Type: Bug
Components: Core, Server
Affects Versions: 8.2.0.Final
Reporter: Gustavo Fernandes
Assignee: Dan Berindei
Priority: Critical
Attachments: s0.txt, s1.txt, server1.txt, server2.txt
This happens frequently when starting servers in parallel, the more servers, the easier
to reproduce.
Attached the stack trace of server1 and server2 after hanging.