[
https://issues.apache.org/jira/browse/IGNITE-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Goncharuk resolved IGNITE-2610.
--------------------------------------
Resolution: Fixed
Fixed in master (commit 078689b2629d2d9a7dc418f504b7e6384b0da9fc)
> Excessive memory usage in GridCacheTtlManager.
> ----------------------------------------------
>
> Key: IGNITE-2610
> URL: https://issues.apache.org/jira/browse/IGNITE-2610
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 1.5.0.final
> Reporter: Vladimir Ozerov
> Assignee: Alexey Goncharuk
> Priority: Critical
> Labels: important
> Fix For: 1.6
>
> Attachments: IGNITE-2610_Fixing_TTL_issues.patch
>
>
> *Problem*
> When key is updated with new value and new expiry policy, old entry is not
> removed from "pendingEntries". It leads to excessive memory consumption.
> *Steps to reproduce*
> 1) Create a cache
> 2) Put a lot of entries with same key, but different expiry policies one by
> one.
> 3) Observe trashed "pendingEntries".
> Concrete fix is to be defined.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)