summaryrefslogtreecommitdiff
path: root/tools/swarmkv_simple_node.cpp
AgeCommit message (Collapse)Author
2023-12-26Fixing some bugs in the CLUSTER SANITY heal commandv4.0.4fengweihao
2023-10-26Fix the memory leak issue caused by remote request invocation failure and ↵v4.0.2fengweihao
fix the swarmkv_cli test case.
2023-09-11simple node supports performance testingv4.0.0fengweihao
2023-09-01Source file layout is changed.Zheng Chao
2023-08-22fix swarmkv sanity cmd test casefengweihao
2023-08-13Batch synchronization is now disabled by default. It can be enabled when all ↵Zheng Chao
cluster nodes are using the same number of worker threads.
2023-08-03WIP: multi-thread testZheng Chao
2023-05-26Repair Centos 7 environment, CI build failedv3.0.4fengweihao
2023-03-10token bucket CBS and CIR are set to zero, this token does not set speed limitfengweihao
2023-02-01Refactor the log.c codefengweihao
2023-01-18:construction: Refactoring Consul communication of keyspace.Zheng Chao
2023-01-16Support specifying the address of the consul agentfengweihao
2022-12-22:construction: Remove failed node from key space and CRDT space.Zheng Chao
2022-12-21:bug: When using multiple worker threads, the `CLUSTER INFO` command outputs ↵Zheng Chao
inaccurate instantaneous results.
2022-11-17Add debug assert test cases for swarmkv_clifengweihao
2022-11-13:sparkles: Add commands `INCR`, `DECR` and API swarmkv_command_on().Zheng Chao
2022-10-29Refactor colon seperated ip port郑超
2022-10-28Bugfix: sdscatvprintf() doesn't support "%I". Typos in key_entry_merge().Zheng Chao
2022-10-28A node can be a quiet follower by swarmkv_options_set_run_for_leader_flag(0).Zheng Chao
2022-10-27Performance Enhancement郑超