[infinispan-issues] [JBoss JIRA] (ISPN-8341) CLI: Setting configuration cache attribute creates new cache-configuration
Sebastian Łaskawiec (JIRA)
issues at jboss.org
Tue Sep 26 02:45:00 EDT 2017
Sebastian Łaskawiec created ISPN-8341:
-----------------------------------------
Summary: CLI: Setting configuration cache attribute creates new cache-configuration
Key: ISPN-8341
URL: https://issues.jboss.org/browse/ISPN-8341
Project: Infinispan
Issue Type: Bug
Components: CLI, WildFly modules
Reporter: Sebastian Łaskawiec
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}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list