From 4b14bcedcfeca583bf08e192612b2db084607607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 20 Feb 2024 13:27:05 +0100 Subject: [PATCH] Add CHANGES note for [GL #4591] (cherry picked from commit db69cc7891d966dfc767cb2da469771fbe4d0997) (cherry picked from commit 9584c4338e26024d0900b4bf9931b920fd64bde4) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 1cee1334fb..749b0f1b66 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6353. [bug] Improve the TTL-based cleaning by removing the expired + headers from the heap, so they don't block the next + cleaning round and clean more than a single item for + each new addition to the RBTDB. [GL #4591] + 6352. [bug] Revert change 6319 and decrease lock contention during RBTDB tree pruning by not cleaning up nodes recursively within a single prune_tree() call. [GL #4596]