You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "wjw465150 (JIRA)" <ji...@apache.org> on 2015/12/28 07:19:49 UTC

[jira] [Commented] (IGNITE-1661) memory leak

    [ https://issues.apache.org/jira/browse/IGNITE-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15072471#comment-15072471 ] 

wjw465150 commented on IGNITE-1661:
-----------------------------------

Ignite a mess, so serious problem, so long time, no one attention!

> 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
>
> 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)