[jboss-jira] [JBoss JIRA] (JGRP-1503) RSVP: view change callback is not handled and membership list needs to be updated
Bela Ban (JIRA)
jira-events at lists.jboss.org
Tue Aug 21 07:49:14 EDT 2012
[ https://issues.jboss.org/browse/JGRP-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban resolved JGRP-1503.
----------------------------
Resolution: Done
> RSVP: view change callback is not handled and membership list needs to be updated
> ---------------------------------------------------------------------------------
>
> Key: JGRP-1503
> URL: https://issues.jboss.org/browse/JGRP-1503
> Project: JGroups
> Issue Type: Bug
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 3.0.13, 3.2
>
>
> 2 problems:
> #1 A view is handled in the down() callback, however, as RSVP is usually at the top of the stack, this is never called !
> SOLUTION: handle the view callback in up().
> #2 In down(), if we create an Entry with {A,B,C,D}, but - *before* we add it to the ids hashmap - a new view {A,B,C} is installed, Entry will *never* get updated.
> SOLUTION: update the Entry *after* adding it to the ids hashmap
--
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