[jboss-jira] [JBoss JIRA] (JGRP-1477) ParticipantGmsImpl.handleJoinResponse ignores the digest

David Hotham (JIRA) jira-events at lists.jboss.org
Thu Jun 7 07:30:17 EDT 2012


David Hotham created JGRP-1477:
----------------------------------

             Summary: 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


... 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list