Amit Jain created OAK-1625:
------------------------------

             Summary: 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
            Priority: Minor


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