Skip to content

Write full repack timestamp file after applying a transaction

The housekeeping manager depends on a timestamp file to determine if it needs to run a full repacking task. After running such task, the timestamp is updated accordingly. Recently, the transaction manager doesn't do so. Hence, it will always trigger a full repack task the next time. This MR writes that file after a full repack task is applied in the transaction manager.

Merge request reports