[
https://issues.apache.org/jira/browse/IGNITE-10011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16668479#comment-16668479
]
Alexey Goncharuk commented on IGNITE-10011:
-------------------------------------------
The second source of the "leak" is having multiple {{Stripe}}s per bucket. In
this case, a page is returned to a different stripe compared to the one it was
borrowed. In the long run it stabilizes.
This can be confirmed either by setting IGNITE_PAGES_LIST_STRIPES_PER_BUCKET=1
or changing {{removeAll}} to element-by-element remove (removes multithreading).
> 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)