From 89c41fbd0377aebc1ad8d892278741cd831ed146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 7 Oct 2021 21:55:18 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #2941] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 42f6bd2814..a0bf41bc2b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5740. [func] Implement incremental resizing of RBT hash table to + perform the rehashing gradually. [GL #2941] + 5739. [func] Change default of 'dnssec-dnskey-kskonly' to 'yes'. [GL #1316] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 3076250a50..0235cbf023 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -36,6 +36,10 @@ New Features possible to achieve perfect forward secrecy for DNS-over-TLS and DNS-over-HTTPS. :gl:`#2796` +- Implement incremental resizing of RBT hash tables to perform the rehashing + gradually instead all-at-once to be able to grow the memory usage gradually + while keeping steady response rate during the rehashing. :gl:`#2941` + Removed Features ~~~~~~~~~~~~~~~~