]
Tristan Tarrant updated ISPN-5197:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.2.0.Final
Resolution: Done
JGroupsTransport.getViewId() returns too soon
---------------------------------------------
Key: ISPN-5197
URL:
https://issues.jboss.org/browse/ISPN-5197
Project: Infinispan
Issue Type: Bug
Components: Core, State Transfer
Affects Versions: 7.0.3.Final, 7.1.0.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 7.2.0.Alpha1, 7.2.0.Final
The method waits for the view to be updated in the underlying {{JChannel}}, but the
{{JGroupsTransport}} fields containing the view information may not be updated yet.
Callers of the method that try to read the view information (e.g. the coordinator address)
from {{JGroupsTransport}} could then see the old values.