Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Segment Tar 0.0.16
-
None
-
Patch
Description
With oak-segment-tar, the trigger for running cleanup on the standby instance could be determined by the GC generation number of the head which is bound to increase every time a cleanup is ran.
fileStore.getHead().getRecordId().getSegment().getGcGeneration();
The current trigger mechanism consists of detecting a 25% size increase over a client cycle (typ. 5 sec).
This would be dropped in favor of the new detection mechanism.
The auto-compaction mode would remain configurable.