mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 21:17:54 +00:00
Add CHANGES and release note for [GL #2732]
This commit is contained in:
parent
e83b6569da
commit
3e433b87fb
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
|||||||
|
5651. [func] Refactor zone dumping to be processed asynchronously
|
||||||
|
via the uv_work_t thread pool API. [GL #2732]
|
||||||
|
|
||||||
5650. [bug] Prevent a crash that could occur if serve-stale
|
5650. [bug] Prevent a crash that could occur if serve-stale
|
||||||
was enabled and a prefetch was triggered during a
|
was enabled and a prefetch was triggered during a
|
||||||
query restart. [GL #2733]
|
query restart. [GL #2733]
|
||||||
|
@ -33,6 +33,9 @@ New Features
|
|||||||
became clogged up with queries that are too old and have already timeouted
|
became clogged up with queries that are too old and have already timeouted
|
||||||
on the receiving side. :gl:`#2313`
|
on the receiving side. :gl:`#2313`
|
||||||
|
|
||||||
|
- Run zone dumping tasks on separate asynchronous thread pools. This change
|
||||||
|
makes zone dumping no longer block networking I/O. :gl:`#2732`
|
||||||
|
|
||||||
Removed Features
|
Removed Features
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user