Aleksandr Polovtcev created IGNITE-15079:
--------------------------------------------
Summary: 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
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)