Andrey Gura created IGNITE-3948:
-----------------------------------
Summary: TTL manager continues to track evicted entries
Key: IGNITE-3948
URL:
https://issues.apache.org/jira/browse/IGNITE-3948 Project: Ignite
Issue Type: Bug
Affects Versions: 1.7
Reporter: Andrey Gura
Cache uses only heap memory and has eviction and expiry policies. During loading data into cache TTL manager consumes heap memory even if entries were evicted because it still track this entries.
It's ok in case of offheap memory or/and swap are enabled but doesn't make sense in case of using only heap memory.
See also
http://stackoverflow.com/questions/39447690/apache-ignite-cache-eviction-still-in-memory--
This message was sent by Atlassian JIRA
(v6.3.4#6332)