Hi all,
Using UPGRADE protocol with jgroups 5.2 from:
It seems the asynchronous nature of the UPGRADE protocol leads to a race-condition in JChannel.connect(), where it is possible that canFetchState is evaluated before a view is installed installed. When this happens, getState() is not called within JChannel.connect()
... but I completely missed the request to create a ticket at the time
I guess I'm wondering if this behavior is still considered broken? Should I raise an issue to track it?
Thanks in advance,
/Eoin