]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3727]
authorOndřej Surý <ondrej@isc.org>
Wed, 7 Dec 2022 15:52:07 +0000 (16:52 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 8 Dec 2022 09:56:31 +0000 (10:56 +0100)
(cherry picked from commit 56a997b0b5dab63b78d20abda0b6ba1ae3fcd2b1)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 276060d935fd605aa937e8f16e220c37ef0c0e44..d88bc3084f8523fcc91789d4b291f69157c697f4 100644 (file)
--- 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]
 
index 9383fdc4d7b8ac1cd5f07abd2bdcee9722bf499d..1a3ed8518a9e1a7838d7abfeb8521acfbbb5a5c4 100644 (file)
@@ -73,6 +73,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
 ~~~~~~~~~~~~