Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, to collect all external blob references for the Mark phase of DSGC, we need to open the segment store in a read-write mode i.e. use FileStore instead of a ReadOnlyFileStore. The task is to implement the collectBlobReferences method in the ReadOnlyFileStore.
The references being returned might be somewhat stale in this case but by not much.