File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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+
1212019-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.
You can’t perform that action at this time.
0 commit comments