[jboss-jira] [JBoss JIRA] (JGRP-1469) ReplicatedTree replication fails when construct with explicit channel
Jeremy Stone (JIRA)
jira-events at lists.jboss.org
Wed May 30 06:22:17 EDT 2012
[ https://issues.jboss.org/browse/JGRP-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12697101#comment-12697101 ]
Jeremy Stone commented on JGRP-1469:
------------------------------------
Thanks Bela.
> 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
> Fix For: 3.0.11, 3.1
>
> Attachments: replicatedTreeTest.zip
>
>
> 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