]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove fixed known issue [GL #4898]
authorNicki Křížek <nicki@isc.org>
Fri, 20 Sep 2024 12:31:57 +0000 (14:31 +0200)
committerNicki Křížek <nicki@isc.org>
Fri, 20 Sep 2024 12:31:57 +0000 (14:31 +0200)
doc/notes/notes-known-issues.rst

index bc6832eced61dcd40e2ed6fd940b8112c1dc789d..3ee19285228d8c2f17a95d9dbc2626106b958976 100644 (file)
 Known Issues
 ------------
 
-- Long-running tasks in offloaded threads (e.g. loading RPZ zones or
-  processing zone transfers) may block the resolution of queries during
-  these operations and cause the queries to time out.
-
-  To work around the issue, the ``UV_THREADPOOL_SIZE`` environment
-  variable can be set to a larger value before starting :iscman:`named`.
-  The recommended value is the number of RPZ zones (or number of
-  transfers) plus the number of threads BIND should use, which is
-  typically the number of CPUs. :gl:`#4898`
+- There are no known issues affecting this BIND 9 branch.