]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #3226]
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Mar 2022 12:53:54 +0000 (13:53 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 1 Apr 2022 21:51:12 +0000 (23:51 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 3b8025e8c75cf994869c5d1bd4eb55264452191b..1a3210e1adface8db7b540893ddac43a7fb0a73a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+5846.  [func]          In dns_zonemgr, create per-thread task, zonetask, and
+                       loadtask and pin the zones to individual threads,
+                       instead of having "many", spreading the zones among
+                       them and hoping for the best.  This also removes any
+                       need to dynamically reallocate the pools with memory
+                       contexts and tasks. [GL #3226]
+
 5845.  [bug]           Refactor the timer to keep track of posted events
                        as to use isc_task_purgeevent() instead of using
                        isc_task_purgerange().  The isc_task_purgeevent()