]
Tristan Tarrant closed ISPN-8668.
---------------------------------
Resolution: Out of Date
Template configuration should be replicated across the cluster in
standalone mode
---------------------------------------------------------------------------------
Key: ISPN-8668
URL:
https://issues.redhat.com/browse/ISPN-8668
Project: Infinispan
Issue Type: Feature Request
Reporter: Diego Lovison
Priority: Minor
Create a cluster with 3 servers in standalone mode.
You can create a cluster executing the following command:
./standalone.sh -Djboss.socket.binding.port-offset=100 -Djboss.node.name=nodeA -c
clustered.xml
./standalone.sh -Djboss.socket.binding.port-offset=200 -Djboss.node.name=nodeB -c
clustered.xml
./standalone.sh -Djboss.socket.binding.port-offset=300 -Djboss.node.name=nodeC -c
clustered.xml
Open the Web Console on the nodeA and create a template configuration.
The template configuration will not be replicated to nodeB and nodeC.