-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: BlobManager
-
Release Notes Summary:Records blob provider are no longer scrolled for Full GC
-
Release Notes Description:
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #122, nxplatform #123
-
Story Points:2
When triggering a Full GC on a repository, we iterate over each blob provider to scroll its blobs. However, the Records blob provider (if any) should not be scrolled by default.
There should not be any orphaned blobs associated with a record document because they are deleted immediately whenever a record document is removed. (see DefaultBlobDispatcher#notifyBeforeRemove)
We can still introduce a nuxeo.conf property to exceptionally enable the Full GC on record blob providers.
- is related to
-
NXP-32788 Fix S3BlobScroll on Blob Provider with KeyStrategyDocId
- Resolved