[infinispan-issues] [JBoss JIRA] (ISPN-3997) Expired cache entries are not pruned from memory and store on access

Mircea Markus (JIRA) issues at jboss.org
Fri Feb 14 06:57:29 EST 2014


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

Mircea Markus resolved ISPN-3997.
---------------------------------

    Resolution: Rejected


we don't not remove the expired entry on access, but merely check to see if it has expired, and in that case return null. 
                
> Expired cache entries are not pruned from memory and store on access
> --------------------------------------------------------------------
>
>                 Key: ISPN-3997
>                 URL: https://issues.jboss.org/browse/ISPN-3997
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Eviction
>    Affects Versions: 6.0.1.Final, 7.0.0.Alpha1
>         Environment: Remote HotRod access to infinispan-server
>            Reporter: Wolf-Dieter Fink
>            Assignee: Dan Berindei
>
> Due to the documentation expired entries are pruned by having a scheduler or if they are accessed after expiration.
> This will not be done if the key is access.
> In case of having no scheduler to prune the entries this might cause OutOfMemory issues.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list