You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2018/03/16 17:33:00 UTC

[jira] [Commented] (IGNITE-7978) Recovery from WAL may result in JVM crash

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

Dmitriy Pavlov commented on IGNITE-7978:
----------------------------------------

Could you provide some reproducer/logs here?

> Recovery from WAL may result in JVM crash
> -----------------------------------------
>
>                 Key: IGNITE-7978
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7978
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Denis Mekhanikov
>            Priority: Major
>
> {{GridCacheDatabaseSharedManager}} checks page tags, when acquiring page write locks. If the actual tag doesn't match the expected value, then {{PageSupport#writeLock}} method returns 0 pointer, which results in JVM crash.
> A proposed solution here is to make {{GridCacheDatabaseSharedManager}} ignore the page tag, i.e. use {{restore=true}} option in {{PageSupport#writeLock}} method.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)