[ 
https://issues.apache.org/jira/browse/IGNITE-10390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16696619#comment-16696619
 ] 

ASF GitHub Bot commented on IGNITE-10390:
-----------------------------------------

GitHub user agoncharuk opened a pull request:

    https://github.com/apache/ignite/pull/5486

    IGNITE-10390 Fixed BPlusTree#isEmpty

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-10390

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/5486.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5486
    
----
commit fc8ee6b42785d4da11d19df26d2314b43ea53845
Author: Alexey Goncharuk <alexey.goncharuk@...>
Date:   2018-11-23T10:07:42Z

    IGNITE-10390 Fixed BPlusTree#isEmpty

----


> 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
>            Assignee: Alexey Goncharuk
>            Priority: Major
>             Fix For: 2.8
>
>
> {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)

Reply via email to