[jboss-jira] [JBoss JIRA] (AS7-3917) Eviction gets enabled even when strategy==NONE w/Infinispan 5.1.2/5.2.x

Tristan Tarrant (JIRA) jira-events at lists.jboss.org
Mon Feb 27 04:39:36 EST 2012


Tristan Tarrant created AS7-3917:
------------------------------------

             Summary: 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

        


More information about the jboss-jira mailing list