[
https://issues.apache.org/jira/browse/IGNITE-10390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Goncharuk updated IGNITE-10390:
--------------------------------------
Description:
{code}
long rootId, rootPage = acquirePage(rootId = treeMeta.rootId);
{code}
The acquired page is never released. Corresponding tests should be added.
was:
{code}
long rootId, rootPage = acquirePage(rootId = treeMeta.rootId);
{code}
The acquires page is never released. Corresponding tests should be added.
> BPlusTree#isEmpty() does not release root page
> ----------------------------------------------
>
> Key: IGNITE-10390
> URL: https://issues.apache.org/jira/browse/IGNITE-10390
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexey Goncharuk
> Priority: Major
>
> {code}
> long rootId, rootPage = acquirePage(rootId = treeMeta.rootId);
> {code}
> The acquired page is never released. Corresponding tests should be added.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)