[jboss-jira] [JBoss JIRA] (JGRP-1469) ReplicatedTree replication fails when construct with explicit channel
Jeremy Stone (JIRA)
jira-events at lists.jboss.org
Mon May 28 05:02:18 EDT 2012
Jeremy Stone created JGRP-1469:
----------------------------------
Summary: ReplicatedTree replication fails when construct with explicit channel
Key: JGRP-1469
URL: https://issues.jboss.org/browse/JGRP-1469
Project: JGroups
Issue Type: Bug
Affects Versions: 3.0.8
Reporter: Jeremy Stone
Assignee: Bela Ban
When a ReplicatedTree is constructed using ReplicatedTree(JChannel channel) a pre connected channel must be used.
This means that the tree which sets itself as the receiver for the channel misses the viewAccepted callback and (when this member is the second member) therefore doesn't set the send_message flag to true.
Subsequent modifications to the tree on this node do not get replicated (or notified to the other node's ReplicatedTreeListener).
Using the ReplicatedTree constructor that creates a channel implicitly is not affected by this issue.
--
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