]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES and release note
authorEvan Hunt <each@isc.org>
Tue, 31 Mar 2020 23:26:14 +0000 (16:26 -0700)
committerEvan Hunt <each@isc.org>
Wed, 1 Apr 2020 08:32:55 +0000 (01:32 -0700)
(cherry picked from commit 899f9440c08520b4238a01bbb142f1cbcbf7dcfe)

CHANGES
doc/arm/notes-9.16.2.xml

diff --git a/CHANGES b/CHANGES
index 106e0b1f5cc9ff01ed81a406b0b0f9c1ddc96b53..9db9511b7c57f5c8bdcac981abdd309224c11d56 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+5371.  [bug]           Improve incremental updates of the RPZ summary
+                       database to reduce delays that could occur when
+                       a policy zone update included a large number of
+                       record deletions. [GL #1447]
+
 5370.  [bug]           Deactivation of a netmgr handle associated with a
                        socket could be skipped in some circumstances.
                        Fixed by deactivating the netmgr handle before
index 459736f0c8e0531b3f3345a00a02f027a4ecd970..0508e27a425a7d4f5b3d85f5ff63e03502f79c75 100644 (file)
     <itemizedlist>
       <listitem>
         <para>
-         None.
+         When an RPZ policy zone was updated via zone transfer
+         and a large number of records were deleted, <command>named</command>
+         could become nonresponsive for a short period while deleted
+         names were removed from the RPZ summary database. This database
+         cleanup is now done incrementally over a longer period of time,
+         reducing such delays. [GL #1447]
         </para>
       </listitem>
     </itemizedlist>