You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr Polovtcev (Jira)" <ji...@apache.org> on 2021/07/08 12:44:00 UTC

[jira] [Updated] (IGNITE-15079) SharedPageLockTracker.structureNameToId map is populated but never cleaned - 1.3G retained heap

     [ https://issues.apache.org/jira/browse/IGNITE-15079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksandr Polovtcev updated IGNITE-15079:
-----------------------------------------
    Attachment: structureNameById.png

> SharedPageLockTracker.structureNameToId map is populated but never cleaned - 1.3G retained heap
> -----------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-15079
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15079
>             Project: Ignite
>          Issue Type: Task
>    Affects Versions: 2.10
>            Reporter: Aleksandr Polovtcev
>            Assignee: Aleksandr Polovtcev
>            Priority: Major
>             Fix For: 2.11
>
>         Attachments: structureNameById.png
>
>
> I can see SharedPageLockTracker.structureNameToId.put() being called, but never remove() or clear().
> Naturally, this leads to memory leak. During 36d uptime, an 1.3G of total retained heap (keys, values and cells) were reached. This is unacceptable, it should have either TTL or max size to avoid using 1% of heap (20% in this case).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)