From: Ondřej Surý Date: Thu, 27 May 2021 08:34:57 +0000 (+0200) Subject: Add CHANGES and release note for [GL #2732] X-Git-Tag: v9.17.14~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e433b87fbca6bcbb2334b359b059ca5490dd598;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #2732] --- diff --git a/CHANGES b/CHANGES index 2838b49b5b6..9b37ab14fee 100644 --- a/CHANGES +++ b/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 was enabled and a prefetch was triggered during a query restart. [GL #2733] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 04f1e8db86e..4694b063b53 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -33,6 +33,9 @@ New Features became clogged up with queries that are too old and have already timeouted 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 ~~~~~~~~~~~~~~~~