[jboss-jira] [JBoss JIRA] Created: (JBAS-3500) Ensure ClusterPartition and ClusterTreeCache use the same JChannel

Brian Stansberry (JIRA) jira-events at jboss.com
Wed Aug 9 11:09:12 EDT 2006


Ensure ClusterPartition and ClusterTreeCache use the same JChannel
------------------------------------------------------------------

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


Services like DRM and DS that are made available through ClusterPartition/HAPartition use an independent JBC instance (ClusterTreeCache) to manage state.  It is therefore imperative that the JBC instance and the ClusterPartition use the same underlying JChannel and that the JBC instance be running before the ClusterPartition starts.

Logically this would imply that the ClusterPartition must depend on the JBC service and that it either 1) gets its multiplexer config from the JBC service or 2) confirms that it has the same config as the JBC service.

This also means the ability to configure the JBC instance and the ClusterPartition to use independent JChannels must be removed.

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