Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The SegmentNodeStore created when the standby store is constructed builds an initial SegmentNodeState from the head state of the repository at the moment of construction.
The initial reference to SegmentNodeState is never updated, hindering the cleanup phase of the garbage collection process. It should be investigated if it's possible to avoid the creation of an initial SegmentNodeState or if it's possible to avoid the initialisation of the SegmentNodeStore at all.