[infinispan-issues] [JBoss JIRA] (ISPN-7129) Duplicate cache names shouldn't be allowed

Jakub Markos (JIRA) issues at jboss.org
Thu Oct 20 10:52:00 EDT 2016


     [ https://issues.jboss.org/browse/ISPN-7129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakub Markos updated ISPN-7129:
-------------------------------
    Summary: Duplicate cache names shouldn't be allowed  (was: Duplicit cache names shouldn't be allowed)


> Duplicate cache names shouldn't be allowed
> ------------------------------------------
>
>                 Key: ISPN-7129
>                 URL: https://issues.jboss.org/browse/ISPN-7129
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 9.0.0.Alpha2
>            Reporter: Jakub Markos
>
> Multiple caches with the same name can be defined without a WARN/ERROR message.
> It's also unclear which one will be used, for example with this configuration
> {code}
> <distributed-cache name="testCache"/>
> <distributed-cache name="testCache">
>     <eviction max-entries="100" />
> </distributed-cache>
> <distributed-cache name="testCache"/>
> {code}
> the cache with eviction will be used.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list