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)