From 855f49cfbad3404d695d501ed806df7d3565161f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 1 Apr 2022 14:51:42 +0200 Subject: [PATCH] Add CHANGES and release note for [GL #3249] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGES b/CHANGES index c266071852..4c3248b148 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5852. [func] Add new "load-balance-socket" option to + enable/disable load balancing of sockets. [GL #3249] + 5851. [placeholder] 5850. [func] Run the RPZ update process on the offload threads. diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 7cf1b8ebe4..c211cfec7a 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -96,6 +96,12 @@ Feature Changes received over TCP has been dropped. Previously, it was capped at 23 queries processed at the same time. :gl:`#3141` +- Add a new configuration option ``load-balance-sockets`` to disable + load balancing on sockets in scenarios in which processing of + Response Policy Zones (RPZ), Catalog Zones, or large zone transfers + can cause service disruptions. See the BIND 9 ARM for more detail. + :gl:`#3249` + Bug Fixes ~~~~~~~~~