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 2015/12/16 10:32:46 UTC

[jira] [Created] (OAK-3797) SegmentTracker#collectBlobReferences should retain fewer SegmentId instances

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

             Summary: SegmentTracker#collectBlobReferences should retain fewer SegmentId instances
                 Key: OAK-3797
                 URL: https://issues.apache.org/jira/browse/OAK-3797
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: segmentmk
            Reporter: Michael Dürig
             Fix For: 1.4


{{SegmentTracker#collectBlobReferences}} currently keeps a queue of yet unprocessed {{SegmentId}} instances internally. This potentially impacts the system as those instances are also tracked in the segment tracker's segment id tables. I think we should improve the implementation to not retain so many {{SegmentId}} instances and rely on arrays of {{msb}}, {{lsb}} instead. 



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