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 "Marcel Reutegger (Jira)" <ji...@apache.org> on 2021/02/01 16:52:00 UTC

[jira] [Created] (OAK-9342) JournalDiffLoader should ignore linked invalidation entries

Marcel Reutegger created OAK-9342:
-------------------------------------

             Summary: JournalDiffLoader should ignore linked invalidation entries
                 Key: OAK-9342
                 URL: https://issues.apache.org/jira/browse/OAK-9342
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: documentmk
            Reporter: Marcel Reutegger
            Assignee: Marcel Reutegger


The JournalDiffLoader reads journal documents to identify paths that have been changed between two given revisions. It uses the JournalEntry to read those changes. The latter class always resolves linked invalidation journal entries. This is necessary for the background read to invalidate documents in the cache, but unnecessary for the JournalDiffLoader use case.

The {{invalidate}} parameter of {{JournalEntry.fillExternalChanges()}} should become optional.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)