mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
Add CHANGES and release notes for [GL #3881]
(cherry picked from commit cb1cd67bea)
This commit is contained in:
parent
8b059b211f
commit
bc885fb489
2 changed files with 9 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,6 +1,9 @@
|
|||
6116. [bug] Fix error path cleanup issues in dns_catz_new_zones()
|
||||
and dns_catz_new_zone() functions. [GL #3900]
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -56,6 +56,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
|
||||
~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue