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 "Francesco Mari (JIRA)" <ji...@apache.org> on 2016/09/06 15:40:21 UTC

[jira] [Created] (OAK-4766) StandbyStore should own the Segment and SegmentId it uses

Francesco Mari created OAK-4766:
-----------------------------------

             Summary: StandbyStore should own the Segment and SegmentId it uses
                 Key: OAK-4766
                 URL: https://issues.apache.org/jira/browse/OAK-4766
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: segment-tar
            Reporter: Francesco Mari
            Assignee: Francesco Mari
             Fix For: Segment Tar 0.0.12


The current implementation of the {{StandbyStore}} delegates to the underlying {{FileStore}} every time a new {{Segment}} or {{SegmentId}} is created. This delegation implies that every {{Segment}} and {{SegmentId}} will be bound to the underlying {{FileStore}} instead of the {{StandbyStore}}. As a direct consequence, the {{readSegment}} method in {{StandbyStore}} is consistently bypassed, thus preventing the standby instance from loading dependent segments.



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