[
https://issues.jboss.org/browse/AS7-3917?page=com.atlassian.jira.plugin.s...
]
Radoslav Husar commented on AS7-3917:
-------------------------------------
Thistan this doesn't seem right. AS 7.1.0 (affected version) uses Infinispan 5.1.1,
not 5.1.2. Can you correct the Jira? (probably make this a feature request?)
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
Affects Versions: 7.1.0.Final
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