Wolf-Dieter Fink created ISPN-12220:
---------------------------------------
Summary: change default configuration within the
${infinispan.cluster.stack:XXX} does not have an effect
Key: ISPN-12220
URL:
https://issues.redhat.com/browse/ISPN-12220
Project: Infinispan
Issue Type: Enhancement
Components: Server
Affects Versions: 11.0.3.Final
Reporter: Wolf-Dieter Fink
If a different stack should be configured within the XML configuration
<cache-container name="default" statistics="true">
<transport cluster="${infinispan.cluster.name}"
stack="${infinispan.cluster.stack:someDifferent}"
node-name="${infinispan.node.name:}"/>
this will not have any effect, the default tcp stack is used as long as
${infinispan.cluster.stack} is set. The default "tcp" is set hardcoded.
This is confusing if the stack should be changed inside the configuration with the
<jgroups> element.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)