From c9028b4976b9f7a89bbedf9a2415e7f60b7bd6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 8 Mar 2022 18:36:08 +0100 Subject: [PATCH] Add CHANGES and release note for [GL #3190] (cherry picked from commit 23a4559b3496e392e1106de3fe263baa5b01aa74) --- CHANGES | 3 +++ doc/notes/notes-current.rst | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 56cd52c92c..dd0bb353f8 100644 --- a/CHANGES +++ b/CHANGES @@ -56,6 +56,9 @@ not negotiate "dot" ALPN token could crash BIND on shutdown. That has been fixed. [GL #3767] +5850. [func] Run the RPZ update process on the offload threads. + [GL #3190] + --- 9.18.11 released --- 6067. [security] Fix serve-stale crash when recursive clients soft quota diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index ee329b24cf..8c5dcfc488 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -22,6 +22,11 @@ New Features - None. +- Run RPZ 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 ``named`` when RPZ updates are being + applied after an RPZ zone has been successfully transfered. :gl:`#3190` + Removed Features ~~~~~~~~~~~~~~~~