[ 
https://issues.apache.org/jira/browse/OAK-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Marth updated OAK-1625:
-------------------------------

    Assignee: Jukka Zitting

> 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)

Reply via email to