[jboss-jira] [JBoss JIRA] Resolved: (JGRP-557) MuxChannel should not receive views after it disconnects or closes
Vladimir Blagojevic (JIRA)
jira-events at lists.jboss.org
Wed Feb 6 18:28:06 EST 2008
[ http://jira.jboss.com/jira/browse/JGRP-557?page=all ]
Vladimir Blagojevic resolved JGRP-557.
--------------------------------------
Fix Version/s: (was: 2.5)
Resolution: Done
Resolved on HEAD:
Revision Changes Path
1.49 +2 -2 JGroups/src/org/jgroups/mux/MuxChannel.java
Resolved on 2.6:
Revision Changes Path
1.38.2.8 +2 -2 JGroups/src/org/jgroups/mux/MuxChannel.java
> MuxChannel should not receive views after it disconnects or closes
> ------------------------------------------------------------------
>
> Key: JGRP-557
> URL: http://jira.jboss.com/jira/browse/JGRP-557
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 2.5, 2.6, 2.7
> Reporter: Vladimir Blagojevic
> Assigned To: Vladimir Blagojevic
> Fix For: 2.6.2, 2.7
>
>
> Brian Stansberry said:
> Noticed a behavior difference between a MuxChannel and a regular JChannel. If a service uses a regular JChannel and calls disconnect, it does not get a viewAccepted callback with the new view that excludes itself. If the service uses a MuxChannel, it does get the callback.
> I have a vague memory that this came up in discussions a long time ago (and that maybe we decided to ignore it???). Couldn't find anything in the archive though. In a way it's nice to get the view, but if we leave this as is, services that can handle either type of channel (e.g. JBoss Cache) will need to properly handle both cases.
--
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