]
Tristan Tarrant closed ISPN-8341.
---------------------------------
Resolution: Out of Date
CLI: Setting configuration cache attribute creates new
cache-configuration
--------------------------------------------------------------------------
Key: ISPN-8341
URL:
https://issues.redhat.com/browse/ISPN-8341
Project: Infinispan
Issue Type: Bug
Components: CLI, WildFly modules
Reporter: Sebastian Laskawiec
Assignee: Tristan Tarrant
Priority: Minor
When I use the CLI to set cache template using the following command ({{cloud.xml}}
configuration):
{code}
/subsystem=datagrid-infinispan/cache-container=clustered/distributed-cache=default:write-attribute(name=configuration,
value=persistent-file-store-write-behind)
{code}
a new configuration element is added automatically. Here's how it looks like:
{code}
<cache-container name="clustered" default-cache="default"
statistics="true">
...
<!-- This element has been automatically created - why? -->
<distributed-cache-configuration name="default"/>
</cache-container>
{code}