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

Bela Ban (JIRA) jira-events at lists.jboss.org
Thu Jun 7 10:56:17 EDT 2012


     [ https://issues.jboss.org/browse/JGRP-1477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bela Ban resolved JGRP-1477.
----------------------------

    Resolution: Done

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