You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Tomek Rękawek (JIRA)" <ji...@apache.org> on 2017/06/02 09:28:04 UTC

[jira] [Created] (OAK-6294) The "missing" node cache value breaks the DNStore#applyChanges

Tomek Rękawek created OAK-6294:
----------------------------------

             Summary: The "missing" node cache value breaks the DNStore#applyChanges
                 Key: OAK-6294
                 URL: https://issues.apache.org/jira/browse/OAK-6294
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: documentmk
    Affects Versions: 1.4.10
            Reporter: Tomek Rękawek
             Fix For: 1.8


In the {{DocumentNodeStore#nodeCache}}, the special object {{missing}} is being used to mark the node entries that don't exists in the repository.

This object should be unwrapped to {{null}} every time we call {{nodeCache#getIfPresent()}} method. It's not the case in the applyChanges() method - as a result, we may get a NPE (since the {{missing.getLastRev() == null}}).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)