[jboss-jira] [JBoss JIRA] Updated: (JGRP-1302) RELAY: issues with shared transport
Bela Ban (JIRA)
jira-events at lists.jboss.org
Mon Apr 11 03:14:33 EDT 2011
[ https://issues.jboss.org/browse/JGRP-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban updated JGRP-1302:
---------------------------
Fix Version/s: 3.1
(was: 3.0)
> RELAY: issues with shared transport
> -----------------------------------
>
> Key: JGRP-1302
> URL: https://issues.jboss.org/browse/JGRP-1302
> Project: JGroups
> Issue Type: Task
> Affects Versions: 2.12
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 3.1
>
>
> JBoss 6 creates a separate channel for each of its webapps that are marked as <distributable/> when mode=distribution. The reason is outlined in https://issues.jboss.org/browse/ISPN-658. This is a problem if we have for example a stack called "relay" (and in infinispan-configs.xml the "web" configuration refers to "relay"), and the transport is shared (singleton_name is set):
> - webapp web.war is deployed
> - A channel for web.war is created by Infinispan
> - The channel creates the shared transport and RELAY establishes the TCP bridge cluster as first member
> - Webapp SessionDemo.war is deployed
> - A new channel is created. The shared transport is not initialized again, as it already was for web.war
> - However, RELAY joins the TCP bridge cluster and thus is in the same cluster as web.war !
> ==> However, both subclusters are named the same ! This leads to issues
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list