]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for GL #2396
authorOndřej Surý <ondrej@sury.org>
Tue, 16 Feb 2021 20:43:04 +0000 (21:43 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 26 Feb 2021 20:19:33 +0000 (21:19 +0100)
(cherry picked from commit 4f2ca152011ce0d4907bcc068b83af3caf3374ea)

CHANGES

diff --git a/CHANGES b/CHANGES
index 87530a398275a87af7c3de9a74926368502ffb84..710554c50045ac74d08035eb024ed7e325179b6e 100644 (file)
--- 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]