You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ilya Kasnacheev (JIRA)" <ji...@apache.org> on 2018/10/25 15:53:00 UTC

[jira] [Created] (IGNITE-10011) Pages leak suspicion in PDS

Ilya Kasnacheev created IGNITE-10011:
----------------------------------------

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