]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for #1719
authorDiego Fronza <diego@isc.org>
Thu, 16 Jul 2020 18:24:48 +0000 (15:24 -0300)
committerDiego Fronza <diego@isc.org>
Mon, 3 Aug 2020 22:18:04 +0000 (19:18 -0300)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index cb4d6125802534f0157277e725baf7bd2ecb11f4..a7a85a675635dee722433170585cace224ad56b6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -33,6 +33,9 @@
 5468.  [bug]           Address potential double unlock in process_fd().
                        [GL #2005]
 
+5466.  [bug]           Addressed an error in recursive clients stats reporting.
+                       [GL #1719]
+
 5465.  [func]          Fallback to built in trust-anchors, managed-keys, or
                        trusted-keys if the bindkeys-file (bind.keys) cannot
                        be parsed. [GL #1235]
index d59f0794d49ce46545be7e748d4862c3447bfba9..7ee6470292188d60409fec6536c99f1cc91135ac 100644 (file)
@@ -39,6 +39,14 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
+- Addressed an error in recursive clients stats reporting.
+  There were occasions when an incoming query could trigger a prefetch for
+  some eligible rrset, and if the prefetch code were executed before recursion,
+  no increment in recursive clients stats would take place. Conversely,
+  when processing the answers, if the recursion code were executed before the
+  prefetch, the same counter would be decremented without a matching increment.
+  [GL #1719]
+
 - The introduction of KASP support broke whether the second field
   of sig-validity-interval was treated as days or hours. (Thanks to
   Tony Finch.) [GL !3735]