mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Add Known Issue [#GL 4898]
This commit is contained in:
@@ -122,6 +122,12 @@ Bug Fixes
|
|||||||
Known Issues
|
Known Issues
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
- There are no new known issues with this release. See :ref:`above
|
- Long-running tasks in offloaded threads (e.g. the loading of RPZ zones
|
||||||
<relnotes_known_issues>` for a list of all known issues affecting this
|
or processing zone transfers) may block the resolution of queries
|
||||||
BIND 9 branch.
|
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`
|
||||||
|
@@ -14,4 +14,12 @@
|
|||||||
Known Issues
|
Known Issues
|
||||||
------------
|
------------
|
||||||
|
|
||||||
- There are no known issues affecting this BIND 9 branch.
|
- 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`
|
||||||
|
Reference in New Issue
Block a user