[jboss-jira] [JBoss JIRA] Updated: (JBAS-7254) Remove ChannelFactory additional_data usage
Jason T. Greene (JIRA)
jira-events at lists.jboss.org
Mon Nov 16 14:47:29 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason T. Greene updated JBAS-7254:
----------------------------------
Fix Version/s: (was: JBossAS-6.0.0.M1)
> Remove ChannelFactory additional_data usage
> -------------------------------------------
>
> Key: JBAS-7254
> URL: https://jira.jboss.org/jira/browse/JBAS-7254
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Clustering
> Reporter: Brian Stansberry
> Assignee: Vladimir Blagojevic
> Fix For: JBossAS-6.0.0.M3
>
>
> org.jboss.ha.framework.server.JChannelFactory supports a form of logical addresses by setting additional_data on the channel (see setChannelUniqueId()). This should be replaced by calling the JGroups 2.8 Channel.setName() method.
> The ClusterPartition.verifyNodeIsUnique() method uses the additional_data to try to ensure that the same node cannot rejoin the group until its previous incarnation has been removed from the view. Confirm that JGroups 2.8 handles this itself, removing the need for the AS to do it. Then make verifyNodeIsUnique a deprecated no-op (if this JIRA is done for AS 5.2) and remove it for AS 6. Can't just remove the method in 5.2 as it is protected; some subclass somewhere may invoke or override it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list