[infinispan-issues] [JBoss JIRA] (ISPN-2803) Memory leak on every cache write.operation
Adrian Nistor (JIRA)
jira-events at lists.jboss.org
Wed Feb 6 12:57:51 EST 2013
[ https://issues.jboss.org/browse/ISPN-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor updated ISPN-2803:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/1648, https://github.com/infinispan/infinispan/pull/1649
> Memory leak on every cache write.operation
> ------------------------------------------
>
> Key: ISPN-2803
> URL: https://issues.jboss.org/browse/ISPN-2803
> Project: Infinispan
> Issue Type: Bug
> Components: Core API
> Affects Versions: 5.2.0.Final
> Reporter: Erik Salter
> Assignee: Erik Salter
> Priority: Blocker
> Fix For: 5.2.1, 5.3.0.Alpha1
>
>
> Every cache write operation in a steady state (no state transfer) will write a copy of the key to StateConsumerImpl::updatedKey set. This set is intended to be null during steady state, but it is erroneously being created on a CH_UPDATE with a pendingCH of null.
> These keys are not removed during a cache remove operation.
> When enough keys are written to the cache, the container will OOM.
--
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