You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/06/21 13:53:00 UTC

[jira] [Updated] (IGNITE-5301) JVM crashes on H2TreeIndex destroy

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

Vladimir Ozerov updated IGNITE-5301:
------------------------------------
    Priority: Major  (was: Blocker)

> JVM crashes on H2TreeIndex destroy
> ----------------------------------
>
>                 Key: IGNITE-5301
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5301
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.1
>            Reporter: Igor Seliverstov
>            Assignee: Igor Seliverstov
>         Attachments: hs_err_pid9664.log
>
>
> There is a bug in destroy method because of which {noformat}cctx.offheap().dropRootPageForIndex(idxName){noformat} method actually does nothing. It happens because idx names on create RootPage and destroy it are different (unlike creation a root page, a segment suffix isn't added to tree name on destroy, so that it can't delete the page from metastore by different key).
> After fixing this behavior I faced JVM crash. 
> I'm quite not familiar with the code, but I suppose something is wrong in MetaStoreInnerIO logic.
> Crash report is attached.
> How to reproduce:
> just create and destroy a cache with indexed types and enabled PDS feature after the fix I provided above is applied.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)