Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
The algorithm currently employed by the cold standby client doesn't store segments in the order expected for the cleanup algorithm to work correctly. In particular, if segment A references segment B, A is persisted after B. Instead, if A references B, then B should be persisted before A in the segment store.
Attachments
Issue Links
- is related to
-
OAK-4917 DefaultStandbyReferencesReader does not re-attempt to read segment upon failure
- Resolved