From: Ondřej Surý Date: Mon, 19 Apr 2021 14:24:26 +0000 (+0200) Subject: Add CHANGES and release note for [GL #2638] X-Git-Tag: v9.17.13~50^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f022d2db8c41ba14214fc368e67e01a09874fd25;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #2638] --- diff --git a/CHANGES b/CHANGES index 1d17918f217..f22fab71c8a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5624. [func] Remove the taskmgr dispatch threads and run the tasks + on top of netmgr loops. [GL #2638] + 5623. [bug] Prevent double xfrin_fail() call when shutting down the server during ongoing transfer. [GL #2630] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index b9dbae2b1cd..750aa62360c 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -92,3 +92,9 @@ Bug Fixes - ``named`` would overwrite a zone file unconditionally when it recovered from a corrupted journal. [GL #2623] + +- After the networking manager was introduced to ``named`` to handle + incoming traffic, it was discovered that the recursive performance had been + degraded compared to the previous version (9.11). This has been now fixed by + running internal tasks inside the networking manager worker threads, so + they do not compete for resources. [GL #2638]