Skip to content

Commit cd30726

Browse files
committed
version 1.11.7
1 parent b5e59c0 commit cd30726

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ChangeLog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2019-09-26 [version 1.11.7]
2+
* [FEATURE] Added scrub_count config command.
3+
* [FEATURE] Reflect immediately the changed scrub_count while scrubbing.
4+
* [ENHANCE] New scrub execution to reduce CPU usage and cache lock duration.
5+
* [ENHANCE] Consider the number of collection elements when do scan next.
6+
* [ENHANCE] Reduce cache lock duration when evict/reclaim collection items.
7+
* [ENHANCE] Define and use NULL bkrange to access all elements of b+tree.
8+
* [ENHANCE] Reduce initial size of roottable and realloc as necessary.
9+
* [FIX] Fixed invalid memory access in trim_copy().
10+
* [FIX] Freed the response string buffer only when it exists.
11+
* [FIX] Fixed memory leak when getting hostname by address.
12+
* [TEST] Added code coverage test.
13+
* [TEST] Added lop operation test on a large list collection.
14+
* [INTERNAL] Added functions for getting all collection elements.
15+
* [INTERNAL] Added change log generation macros for future use.
16+
* [CLEANUP] Fixed cppcheck's errors and warnings.
17+
* [CLEANUP] Devided store_item() into detailed store functions.
18+
* [CLEANUP] Used global engine pointer instead of passing engine argument.
19+
* [CLEANUP] Refactored a lot of code for readbility and others.
20+
121
2019-06-05 [version 1.11.6]
222
* [FEATURE] Add long query detection for map collection.
323
* [FEATURE] Check cache_server_mapping ZK node with hostname.

0 commit comments

Comments
 (0)