]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #4074]
authorAram Sargsyan <aram@isc.org>
Sat, 27 May 2023 11:30:56 +0000 (11:30 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 1 Jun 2023 08:14:31 +0000 (08:14 +0000)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 2e36700d07e0b615990670cdbcfc14e01c1a09cd..6ffefc54e2b02cc264372418cbc567f173bce1c5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+6186.  [bug]           Fix a 'clients-per-query' miscalculation bug. When the
+                       'stale-answer-enable' options was enabled and the
+                       'stale-answer-client-timeout' option was enabled and
+                       larger than 0, named was taking two places from the
+                       'clients-per-query' limit for each client and was
+                       failing to gradually auto-tune its value, as configured.
+                       [GL #4074]
+
 6185.  [func]          Add "ClientQuota" statistics channel counter, which
                        indicates the number of the resolver's spilled queries
                        due to reaching the clients per query quota. [GL !7978]
index 1e3c2e00e9fd70ceadbd9d9eea3fb933f1da43d2..b96f0ed854583247659ca0a17e59ffef16ac70a7 100644 (file)
@@ -54,7 +54,11 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- None.
+- When the :any:`stale-answer-enable` option was enabled and the
+  :any:`stale-answer-client-timeout` option was enabled and larger than 0,
+  ``named`` was taking two places from the :any:`clients-per-query` limit for
+  each client and was failing to gradually auto-tune its value, as configured.
+  This has been fixed. :gl:`#4074`
 
 - It could happen that after the :any:`stale-answer-client-timeout` duration,
   a delegation from cache was returned to the client. This has now been fixed.