|
| 1 | +2022-11-28 [version 1.13.4] |
| 2 | + * [FEATURE] Added "stats prefixlist" command. |
| 3 | + * [FEATURE] Added "scan prefix" command. |
| 4 | + * [FEATURE] Added "scan key" command. |
| 5 | + * [FIX] Increase the refcount when allocate a hash_item. |
| 6 | + * [FIX] Get valid connect string from dynamic reconfig. |
| 7 | + * [FIX] checked correctly whether new nodes are added in |
| 8 | + cache_list change. |
| 9 | + * [FIX] the swallow processing when 2 line command has noreply. |
| 10 | + * [FIX] thread state transition in single-line cmd pipelining. |
| 11 | + * [FIX] expand array size of rcbuf to prevent the string from |
| 12 | + being truncated. |
| 13 | + * [FIX] clear pipe_state at the end of the pipelining to avoid |
| 14 | + swallowing the next command. |
| 15 | + * [FIX] fixed -Wformat-security compile error. |
| 16 | + * [FIX] uninitialized opcost variable when lqdetect bop count. |
| 17 | + * [FIX] wrong bkey range check in lqdetect_make_bkeystring(). |
| 18 | + * [FIX] fix a persistence code bug in config command. |
| 19 | + * [FIX] wait til cmdlog flush thread terminate in cmdlog_final(). |
| 20 | + * [FIX] fixed the range argument overflow in long query detection. |
| 21 | + * [FIX] missing to set logger in lqdetect. |
| 22 | + * [FIX] handled memory allocation failure for connection object. |
| 23 | + * [FIX] the compilation errors in CentOS 8. |
| 24 | + * [ENHANCE] Add some stats to default stats command for monitoring. |
| 25 | + * [ENHANCE] optimized my znode existence checking in arcus_zk. |
| 26 | + * [INTERNAL] Not to use already used port. |
| 27 | + * [INTERNAL] sm_retry_ms setting for starting scrub stale operation |
| 28 | + * [INTERNAL] diversified retry_ms setting when zoo_wget_children() failed. |
| 29 | + * [INTERNAL] changed the boolean sm_retry to the integer sm_retry_ms. |
| 30 | + * [INTERNAL] consider the increased maximum key length in lqdetect. |
| 31 | + * [INTERNAL] reduced the max key length. 32000 => 16000. |
| 32 | + * [INTERNAL] changed the initial size of assoc hash table. 128K => 64K |
| 33 | + * [INTERNAL] No longer expand the hash table if it is fully expanded. |
| 34 | + * [INTERNAL] removed child stats from "stats prefixes" response. |
| 35 | + * [INTERNAL] replaced event_init() to event_base_new(). |
| 36 | + * [TEST] Changed port number to avoid "Address already in use" error. |
| 37 | + * [TEST] added pipeline test case of swallowing normal data issue. |
| 38 | + * [DOC] added automatic scrub feature explanation. |
| 39 | + * [CLEANUP] refactored a lot of codes and docs. |
| 40 | + |
1 | 41 | 2021-10-26 [version 1.13.3] |
2 | 42 | * [FIX] wrong parsing of delay option in flush_prefix command. |
3 | 43 |
|
|
0 commit comments