From 9a3e00478fc5a7798897cc66d1f2a5839b16ac52 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Mon, 29 May 2023 18:01:31 +0000 Subject: [PATCH] Add a CHANGES note for [GL !7978] (cherry picked from commit fa9172d99634719914866775c8c96968fa834a5c) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index b6f5147db4..47104d87e5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6185. [func] Add "ClientQuota" statistics channel counter, which + indicates the number of the resolver's spilled queries + due to reaching the clients per query quota. [GL !7978] + 6183. [bug] Fix a serve-stale bug where a delegation from cache could be returned to the client. [GL #3950]