[jboss-jira] [JBoss JIRA] Created: (JBAS-3531) ClusterPartition and related services must share the same multiplexed JChannel

Brian Stansberry (JIRA) jira-events at jboss.com
Fri Aug 18 18:48:38 EDT 2006


ClusterPartition and related services must share the same multiplexed JChannel
------------------------------------------------------------------------------

                 Key: JBAS-3531
                 URL: http://jira.jboss.com/jira/browse/JBAS-3531
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Clustering
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
             Fix For: JBossAS-5.0.0.Beta


ClusterPartition/HAPartition expose DistributedReplicantManager and DistributedState as part of their API.  These 2 services use the "ClusterTreeCache" JBC instance to manage state.  To allow consistent use of HAPartition and DRM/DS, they must be talking to the same underlying JChannel.  To ensure this:

1) ClusterTreeCache will be injected into ClusterPartition.
2) ClusterPartiton will check that ClusterTreeCache is using the multiplexer.  It will obtain it's multiplexer reference and stack name from ClusterTreeCache.
3) ClusterPartition will no longer support creation of a JChannel from a jgroups protocol stack config element.


-- 
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