Add CHANGES and release note for [GL #2638]

This commit is contained in:
Ondřej Surý
2021-04-19 16:24:26 +02:00
committed by Ondřej Surý
parent b540722bc3
commit f022d2db8c
2 changed files with 9 additions and 0 deletions

View File

@@ -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]

View File

@@ -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]