Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
The current BlobStore should be refactored into two components :
- a lower level one which do all the base operation.
- an upper level one which have the responsability of generating the ids, eventually deduplicating.
This will be needed for the implementation of the distributed blob garbage collection where the upper level blobstore component will mark the item for deletetion. And the garbage collection will call the lower level one to effectively delete the blobs to collect.