From 56a997b0b5dab63b78d20abda0b6ba1ae3fcd2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 7 Dec 2022 16:52:07 +0100 Subject: [PATCH] Add CHANGES and release note for [GL #3727] --- CHANGES | 4 ++++ doc/notes/notes-current.rst | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index 053f841bb0..cd33d76bfd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6043. [bug] The key file IO locks objects would never get + deleted from the hashtable due to off-by-one error. + [GL #3727] + 6042. [bug] ANY responses could sometimes have the wrong TTL. [GL #3613] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 8081eb498b..b8bf8f81de 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -79,6 +79,12 @@ Bug Fixes - The ``named`` would wait for some outstanding recursing queries to finish before shutting down. This has been fixed. :gl:`#3183` +- When a zone is deleted from a server, an key management objects related to + that zone would be kept in the memory and released only at the server + shutdown. This could lead to constantly increasing memory usage for servers + with a high zone churn. :gl:`#3727` + + Known Issues ~~~~~~~~~~~~