From 8fc229c17a356cba89c4d478d02669439759cc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondr=CC=8Cej=20Sury=CC=81?= Date: Mon, 31 Oct 2022 10:19:36 +0000 Subject: [PATCH] Add CHANGES note for [GL #3628] --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 8a86367eee..9afbfe405f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6006. [cleanup] The zone dumping was using isc_task API to launch + the zonedump on the offloaded threadpool. Remove + the task and launch the offloaded work directly. + [GL #3628] + 6005. [func] The zone loading has been moved to the offload threadpool instead of doing incremental repeated tasks, so zone loading scheduling is now driven