]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #3881]
authorAram Sargsyan <aram@isc.org>
Tue, 21 Feb 2023 14:39:27 +0000 (14:39 +0000)
committerOndřej Surý <ondrej@isc.org>
Fri, 24 Feb 2023 16:06:18 +0000 (17:06 +0100)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 54a278408287a49ff78d20809b8b81c6277d5e11..1c33528f4c8427bd5d1cdcdf5c88faddd11c5edd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6114.  [func]          Run the catalog zone update process on the offload
+                       threads. [GL #3881]
+
 6113.  [func]          Add shutdown signaling for catalog zones. [GL !7571]
 
 6112.  [func]          Add reference count tracing for dns_catz_zone_t and
index af1d4162d2bbbf9b6465bb897dc4cad57488f6ec..c6394d0d214512d1592b8bee6613c70c49a27ea5 100644 (file)
@@ -61,6 +61,12 @@ Feature Changes
   failure when receiving multiple UDP messages in a single system call.
   :gl:`#3840`
 
+- Run catalog zone updates on the specialized "offload" threads to reduce the
+  amount of time they block query processing on the main networking
+  threads. This should increase the responsiveness of :iscman:`named`
+  when catalog zone updates are being applied after a catalog zone has been
+  successfully transferred. :gl:`#3881`
+
 Bug Fixes
 ~~~~~~~~~