From 46b1c558ce706d8ffcd397da92b7fe429a74a1b1 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Fri, 27 Jan 2023 09:38:33 +0000 Subject: [PATCH] Add a CHANGES note for [GL #3777] --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 1c33528f4c..739fbafc55 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +6115. [bug] Unregister db update notify callback before detaching + from the previous db inside the catz update notify + callback. Also, call the db notify callbacks only after + zone_postload() returns successfully. [GL #3777] + 6114. [func] Run the catalog zone update process on the offload threads. [GL #3881]