From 4f2ca152011ce0d4907bcc068b83af3caf3374ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 16 Feb 2021 21:43:04 +0100 Subject: [PATCH] Add CHANGES note for GL #2396 --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index aa7dc35903..b131b13d65 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +5592. [bug] Add globally available thread_id (isc_tid_v) that's + incremented for each new thread, but the old thread + ids are reused, so the maximum thread_id always + correspond to the maximum number of threads running + at the time. This fixes the hazard pointer tables + overflow on machines with many cores. [GL #2396] + 5591. [bug] Fix a crash happening when "stale-answer-client-timeout" is triggered and there is no (stale) data for it in the cache. [GL #2503]