[
https://issues.apache.org/jira/browse/IGNITE-10011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16668511#comment-16668511
]
ASF GitHub Bot commented on IGNITE-10011:
-----------------------------------------
GitHub user agoncharuk opened a pull request:
https://github.com/apache/ignite/pull/5208
IGNITE-10011 Fixed pages leak
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10011
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5208.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 #5208
----
commit c4d52c527050e006767850e04bdde653463ae9fe
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date: 2018-10-30T10:42:01Z
IGNITE-10011 Fixed pages leak
----
> Pages leak suspicion in PDS
> ---------------------------
>
> Key: IGNITE-10011
> URL: https://issues.apache.org/jira/browse/IGNITE-10011
> Project: Ignite
> Issue Type: Bug
> Components: persistence
> Reporter: Ilya Kasnacheev
> Assignee: Alexey Goncharuk
> Priority: Major
> Labels: performance
> Fix For: 2.8
>
> Attachments: Main.java
>
>
> See the attached Main which adds 500k records to 3 caches, then clears them,
> rinse, repeat.
> When ran with default settings, totalAllocatedSize will slowly double over
> the course of a few hours and then continue to grow.
> When ran with 2 FreeList buckets, it will double every time, 600M -> 1200M ->
> 1800M -> etc.
> See the userlist discussion
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)