[jboss-jira] [JBoss JIRA] (WFLY-1553) Infinispan subsystem ignores cluster name
Dennis Reed (JIRA)
jira-events at lists.jboss.org
Tue Jun 18 18:31:20 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782717#comment-12782717 ]
Dennis Reed commented on WFLY-1553:
-----------------------------------
This bug was hidden prior to AS7-5904 because the Infinispan subsystem created the JGroups channel itself with the correct cluster name.
After AS7-5904, the Infinispan subsystem delegates to Infinispan to create the cluster, where it uses the incorrect cluster name passed from the Infinispan subsystem.
The bug is in org.jboss.as.clustering.infinispan.subsystem.EmbeddedCacheManagerConfigurationService#start
> Infinispan subsystem ignores cluster name
> -----------------------------------------
>
> Key: WFLY-1553
> URL: https://issues.jboss.org/browse/WFLY-1553
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 8.0.0.Alpha1
> Reporter: Dennis Reed
> Assignee: Paul Ferraro
> Priority: Critical
>
> The Infinispan subsystem uses the name of the cache container as the cluster name, instead of the name configured in <transport cluster="foo"/>.
> This is a critical issue when using a gossip router, as only the cluster name determines what nodes form a cluster.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list