[jboss-jira] [JBoss JIRA] (AS7-3917) Eviction gets enabled even when strategy==NONE w/Infinispan 5.1.2/5.2.x
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Thu Mar 29 15:07:48 EDT 2012
[ https://issues.jboss.org/browse/AS7-3917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680425#comment-12680425 ]
RH Bugzilla Integration commented on AS7-3917:
----------------------------------------------
Ondrej Nevelik <onevelik at redhat.com> made a comment on [bug 797265|https://bugzilla.redhat.com/show_bug.cgi?id=797265]
Fixed. Verified by removing <eviction-strategy=NONE max-entries=0/> from our configs and running a test, no entries are evicted, see chart - https://bugzilla.redhat.com/show_bug.cgi?id=797265
> 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
More information about the jboss-jira
mailing list