]
Bela Ban updated JGRP-1477:
---------------------------
Fix Version/s: 3.1
ParticipantGmsImpl.handleJoinResponse ignores the digest
--------------------------------------------------------
Key: JGRP-1477
URL:
https://issues.jboss.org/browse/JGRP-1477
Project: JGroups
Issue Type: Bug
Reporter: David Hotham
Assignee: Bela Ban
Fix For: 3.1
... so we can install a view but there may be members of that view - including maybe even
the coordinator - not in NAKACK2's xmit_table.
I think that this can be fixed by changing ParticipantGmsImpl.handleJoinResponse() so
that
{noformat}
gms.installView(v);
{noformat}
becomes
{noformat}
Digest d=join_rsp.getDigest();
gms.installView(v, d);
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: