mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-15 15:12:56 -04:00
Add CHANGES and release notes for [GL #4074]
(cherry picked from commit 466a7d9b5f)
This commit is contained in:
parent
d91edda639
commit
545a3fe089
2 changed files with 14 additions and 0 deletions
8
CHANGES
8
CHANGES
|
|
@ -2,6 +2,14 @@
|
|||
sized send buffers for stream-based transports.
|
||||
[GL #4038]
|
||||
|
||||
6186. [bug] Fix a 'clients-per-query' miscalculation bug. When the
|
||||
'stale-answer-enable' options was enabled and the
|
||||
'stale-answer-client-timeout' option was enabled and
|
||||
larger than 0, named was taking two places from the
|
||||
'clients-per-query' limit for each client and was
|
||||
failing to gradually auto-tune its value, as configured.
|
||||
[GL #4074]
|
||||
|
||||
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]
|
||||
|
|
|
|||
|
|
@ -52,6 +52,12 @@ Bug Fixes
|
|||
stream-based DNS transports, leading to increased memory usage.
|
||||
This has been fixed. :gl:`#4038`
|
||||
|
||||
- When the :any:`stale-answer-enable` option was enabled and the
|
||||
:any:`stale-answer-client-timeout` option was enabled and larger than 0,
|
||||
``named`` was taking two places from the :any:`clients-per-query` limit for
|
||||
each client and was failing to gradually auto-tune its value, as configured.
|
||||
This has been fixed. :gl:`#4074`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue