]
Sebastian Łaskawiec closed ISPN-6390.
-------------------------------------
Transport initial cluster timeout resets whenever a new node joins
------------------------------------------------------------------
Key: ISPN-6390
URL:
https://issues.jboss.org/browse/ISPN-6390
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 8.2.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 8.2.1.Final, 9.0.0.Alpha1, 9.0.0.Final
{{JGroupsTransport.waitForInitialNodes()}} calls {{waitForView(currentViewId + 1,
timeout, MILLISECONDS)}} repeatedly, and doesn't adjust the timeout when a new view is
installed.
This means a node joining/leaving just before the timeout expire will effectively double
the timeout.