Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Issue Links
- blocks
-
OAK-4673 Segment Tar should implement a cold standby functionality
- Closed