[
https://issues.jboss.org/browse/WFLY-1553?page=com.atlassian.jira.plugin....
]
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