[
https://issues.jboss.org/browse/AS7-3917?page=com.atlassian.jira.plugin.s...
]
Tristan Tarrant commented on AS7-3917:
--------------------------------------
Rado, I changed the "Affects Version" field. However this is not a feature
request, but an inconsistency that will be triggered when upgrading to Infinispan 5.1.2
(which will be out this week and will be included in AS 7.1.1).
Eviction gets enabled even when strategy==NONE w/Infinispan
5.1.2/5.2.x
-----------------------------------------------------------------------
Key: AS7-3917
URL:
https://issues.jboss.org/browse/AS7-3917
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Reporter: Tristan Tarrant
Assignee: Paul Ferraro
Fix For: 7.1.1.Final
Infinispan 5.1.2 and 5.2.x introduce a change where the eviction strategy is set to LIRS
if maxEntries is set without specifying a strategy. This causes an issue with AS7
because:
clustering/infinispan/src/main/resources/infinispan-defaults.xml: <eviction
strategy="NONE" maxEntries="10000"/>
so users get eviction enabled on their caches unknowingly. I suggest modifying the above
to remove the maxEntries attribute.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira