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 "Michael Dürig (JIRA)" <ji...@apache.org> on 2016/03/11 15:21:49 UTC

[jira] [Created] (OAK-4121) CompactionMap#get not transitive across compaction map generations

Michael Dürig created OAK-4121:
----------------------------------

             Summary: CompactionMap#get not transitive across compaction map generations
                 Key: OAK-4121
                 URL: https://issues.apache.org/jira/browse/OAK-4121
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: segmentmk
            Reporter: Michael Dürig
            Assignee: Michael Dürig


{{CompactionMap#get(RecordId before)}} searches through the compaction maps until it finds one containing {{before}} returning its value. However that one might already have been compacted again an be present as key in a later compaction map generation. 

A correct implementation of {{CompactionMap#get(RecordId before)}} should consider the transitive closure over all maps starting at {{before}}. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)