[
https://issues.apache.org/jira/browse/OAK-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved OAK-1625.
--------------------------------
Resolution: Fixed
Of course, thanks! Fixed as suggested in http://svn.apache.org/r1582758.
> SegmentTracker: Blob references not added
> -----------------------------------------
>
> Key: OAK-1625
> URL: https://issues.apache.org/jira/browse/OAK-1625
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: core
> Reporter: Amit Jain
> Assignee: Jukka Zitting
> Priority: Minor
> Fix For: 0.20
>
>
> The conditional logic inside the loop in the method
> {{SegmentTracker#collectBlobReferences}} requires a minor fix.
> {{if (id.isDataSegmentId() && !processed.add(id))}} should be changed to
> {{if (id.isDataSegmentId() && processed.add(id))}}.
--
This message was sent by Atlassian JIRA
(v6.2#6252)