Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
580
Issues
580
List
Boards
Labels
Service Desk
Milestones
Merge Requests
112
Merge Requests
112
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
2b4f0f03
Commit
2b4f0f03
authored
Jul 20, 2020
by
Ondřej Surý
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CHANGES and release note for
#1775
parent
a9182c89
Pipeline
#47151
failed with stages
in 136 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
CHANGES
CHANGES
+8
-0
doc/notes/notes-current.rst
doc/notes/notes-current.rst
+6
-1
No files found.
CHANGES
View file @
2b4f0f03
5473. [func] The rbt hashtable implementation has been changed
to use faster hash-function (HalfSipHash2-4) and
uses Fibonacci hashing for better distribution.
Setting the max-cache-size now preallocates fixed
size hashtable, so the rehashing doesn't cause
resolution brownouts when growing the hashtable.
[GL #1775]
5472. [func] The statistics channel has been updated to use the
new network manager. [GL #2022]
...
...
doc/notes/notes-current.rst
View file @
2b4f0f03
...
...
@@ -39,7 +39,12 @@ New Features
Feature Changes
~~~~~~~~~~~~~~~
- None.
- BIND's cache database implementation has been updated to use a faster
hash-function with better distribution. In addition, the effective
max-cache-size (configured explicitly, defaulting to a value based on system
memory or set to 'unlimited') now pre-allocates fixed size hash tables. This
prevents interruption to query resolution when the hash tables need to be
increased in size. [GL #1775]
Bug Fixes
~~~~~~~~~
...
...
Ondřej Surý
@ondrej
mentioned in commit
ad45712d
·
Jul 21, 2020
mentioned in commit
ad45712d
mentioned in commit ad45712db91afcc3537f2f9dec2938452ff55534
Toggle commit list
Ondřej Surý
@ondrej
mentioned in commit
34333041
·
Jul 30, 2020
mentioned in commit
34333041
mentioned in commit 343330413a9ffb51d499743f26a8c47aa6b4d0cc
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment