[
http://jira.jboss.com/jira/browse/JGRP-586?page=comments#action_12374729 ]
Bela Ban commented on JGRP-586:
-------------------------------
This issue does *not* exist in 2.4.x ! The reason it is in 2.5.x and CVS head is that I
changed msg.putHeader(GMS.name, ...) to msg.putHeader(name) ! In the second case, name is
"VIEW_SYNC", in the first it is "GMS" (which is correct).
So the fix applies only to 2.5 and CVS head (2.6)
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.6, 2.5.1, 2.4.1 SP5
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