[jboss-jira] [JBoss JIRA] Created: (JGRP-586) VIEW_SYNC: GMS doesn't accept correct view because of incorrect header
Bela Ban (JIRA)
jira-events at lists.jboss.org
Fri Aug 31 04:18:18 EDT 2007
VIEW_SYNC: GMS doesn't accept correct view because of incorrect header
----------------------------------------------------------------------
Key: JGRP-586
URL: http://jira.jboss.com/jira/browse/JGRP-586
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assigned To: Bela Ban
Fix For: 2.4.1 SP5, 2.5.1, 2.6
When VIEW_SYNC gets a view V30 that's greater than its own viewV29, it creates a VIEW message, to be sent up to GMS. GMS will then install that view.
However, VIEW_SYNC adds a *VIEW_SYNC* header rather than a *GMS* header, so GMS will simply discard the new (correct) view.
SOLUTION: VIEW_SYNC must use "GMS" rather than "VIEW_SYNC" in Message.putHeader()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list