[jira] [Commented] (IGNITE-3948) TTL manager continues to track evicted entries

2016-11-09 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-3948:


Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/1101


> 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
>Assignee: Vladimir Ozerov
> Fix For: 1.8
>
>
> 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)


[jira] [Commented] (IGNITE-3948) TTL manager continues to track evicted entries

2016-10-11 Thread Andrew Mashenkov (JIRA)

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

Andrew Mashenkov commented on IGNITE-3948:
--

Vladimir,
 Tests are fine.

> 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
>Assignee: Andrew Mashenkov
> Fix For: 1.8
>
>
> 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)


[jira] [Commented] (IGNITE-3948) TTL manager continues to track evicted entries

2016-10-11 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov commented on IGNITE-3948:
-

Andrey,
Please confirm if tests are fine.

> 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
>Assignee: Andrew Mashenkov
> Fix For: 1.8
>
>
> 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)


[jira] [Commented] (IGNITE-3948) TTL manager continues to track evicted entries

2016-10-06 Thread Andrey Gura (JIRA)

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

Andrey Gura commented on IGNITE-3948:
-

Looks good. Could be merged.

> 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
>Assignee: Andrey Gura
> Fix For: 1.8
>
>
> 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)


[jira] [Commented] (IGNITE-3948) TTL manager continues to track evicted entries

2016-10-04 Thread Andrew Mashenkov (JIRA)

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

Andrew Mashenkov commented on IGNITE-3948:
--

Andrew, 
Please, review PR, so it can be merged.

> 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
>Assignee: Andrey Gura
> Fix For: 1.8
>
>
> 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)


[jira] [Commented] (IGNITE-3948) TTL manager continues to track evicted entries

2016-09-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-3948:


GitHub user AMashenkov opened a pull request:

https://github.com/apache/ignite/pull/1101

IGNITE-3948: TTL manager continues to track evicted entries

Fixed

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-3948

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/1101.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1101


commit 4d713331c510a65c791963d2c9d722b14dd5ab17
Author: Andrey V. Mashenkov 
Date:   2016-09-22T09:23:20Z

Fixed




> 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
>Assignee: Andrew Mashenkov
>
> 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)