Add CHANGES and release note for [GL #4596]
This commit is contained in:
committed by
Michał Kępień
parent
2df147cb12
commit
774204ea74
5
CHANGES
5
CHANGES
@@ -1,3 +1,8 @@
|
||||
6352. [bug] Decrease lock contention during RBTDB tree pruning
|
||||
introduced in change 6319 by making the prunenodes list
|
||||
bucketed and not cleaning up nodes recursively within a
|
||||
single prune_tree() call. [GL #4596]
|
||||
|
||||
6338. [func] Optimize slabheader placement, so the infrastructure
|
||||
records are put in the beginning of the slabheader
|
||||
linked list. [GL !8675]
|
||||
|
||||
@@ -35,7 +35,9 @@ Feature Changes
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
||||
- None.
|
||||
- A regression in cache-cleaning code enabled memory use to grow
|
||||
significantly more quickly than before, until the configured
|
||||
``max-cache-size`` limit was reached. This has been fixed. :gl:`#4596`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user