]
RH Bugzilla Integration commented on ISPN-5197:
-----------------------------------------------
Sebastian Ćaskawiec <slaskawi(a)redhat.com> changed the Status of [bug
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
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.