[
https://issues.apache.org/jira/browse/IGNITE-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15153655#comment-15153655
]
Valentin Kulichenko commented on IGNITE-1661:
---------------------------------------------
I tried to verify the issue, but was not able to reproduce the leak with the
provided code neither in current master, nor on revision before changes made
for IGNITE-2610.
@wjw465150, can you run your test on current master and check if it works for
you now?
> memory leak
> -----------
>
> Key: IGNITE-1661
> URL: https://issues.apache.org/jira/browse/IGNITE-1661
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: ignite-1.4
> Environment: centos 6.3
> Reporter: wjw465150
> Assignee: Valentin Kulichenko
> Priority: Blocker
> Fix For: 1.6
>
>
> when use withExpiryPolicy cache,and CacheConfiguration.eagerTtl is set true,
> this will cause heap memory leak!
> code sample:
> IgniteCache<String, String> cacheDefault =
> ignite.cache("default");
> cache1 = cacheDefault.withExpiryPolicy(new
> CreatedExpiryPolicy(new Duration(TimeUnit.MINUTES, 30)));
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)