From a302f79e5e1c46e810badc4d4e9018530bf56328 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 3 May 2021 11:38:09 +0300 Subject: [PATCH] docs/CHANGELOG.md: document the bugfix for proper removal of stale parts (477369b62f94632b762209d0d874c3649b26e241) --- docs/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4f8545b02..bb44bbf48 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,9 @@ sort: 15 # CHANGELOG +* BUGFIX: properly remove stale parts outside the configured retention if `-retentionPeriod` is smaller than one month. Previously stale parts could remain active for up to a month after they go outside the retention. + + ## tip