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

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

Denis Mekhanikov created IGNITE-7978:
----------------------------------------

             Summary: 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


{{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)