summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-06-27WIPZheng 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-09:bug: To avoid leader election blocking, keyspace uses new connection for eve...Zheng Chao
2023-02-08Support swarmkv-cli to simply generate rpm packagesfengweihao
2023-02-01Refactor the log.c codefengweihao
2023-01-26:sparkles: The SwarmKV supports cluster-announce-ip, cluster-announce-port an...Zheng Chao
2023-01-25:bug: The test case of Resilience.AddSlotOwner fails when run all tests. To f...Zheng Chao
2023-01-18:construction: Refactoring Consul communication of keyspace.Zheng Chao
2023-01-16Support specifying the address of the consul agentfengweihao
2023-01-13:bug: To avoid ambiguous, data type is mandatory in OR map SET operation.Zheng Chao
2023-01-13:recycle: The keyspace uses future-promise to do HTTP get.Zheng Chao
2022-12-30Support swamkv-cli matching path hints and fix the bugs in the leader election.fengweihao
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
2022-12-01:bug: `swarmkv-cli -l [p2p port]` does not work.Zheng Chao
2022-11-30:sparkles: Support `KEYSLOT` command.Zheng Chao
2022-11-25:sparkles: Command `CLUSTER ADDKEYOWNER` can add multiple nodes as key owner.Zheng Chao
2022-11-25:bug: Bugfix: When cluster leader handle failed nodes, invalid read of health...Zheng Chao
2022-11-22:recycle: Rename Async API. Add async example.Zheng Chao
2022-11-18Bugfix: The node is not reset, causes that this node cannot be found in the l...fengweihao
2022-11-17Add debug assert test cases for swarmkv_clifengweihao
2022-11-17Bugfix: Fix cluster sanity check/heal cmd, add multiple key test casesfengweihao
2022-11-13:memo: Add examplesZheng Chao
2022-11-13:sparkles: Add commands `INCR`, `DECR` and API swarmkv_command_on().Zheng Chao
2022-11-12:thread: The lock of STORE module are switched from mutex to rwlock.Zheng Chao
2022-11-10:sparkles: Running the same command N times in `swarmkv-cli`.Zheng Chao
2022-11-10Improvement: The Sync Master is added for batched `CRDT PUSH`.Zheng Chao
2022-11-07New `TUNNEL` command for troubleshooting. The remote command processing code ...郑超
2022-11-06New commands for latency tracking.Zheng Chao
2022-11-02New commands `INFO` and `CLUSTER INFO`.Zheng Chao
2022-10-31Swarmkv_cli test case adapter colon seperated ip portfengweihao
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郑超
2022-10-23Completely remove denpendency on MESA_handle_logger.Zheng Chao
2022-10-22The OC Token Bucket is robust to over consuming.zhengchao
2022-10-21Add a new data type token bucket, which is manipulated by TCFG, TCONSUME and ...郑超
2022-10-20Added 'Hash Tags' feature to ensure that multiple keys are allocated in the s...zhengchao
2022-10-20swarmkv-cli listens on random port, so you can run multiple swarmkv-cli in on...zhengchao
2022-10-18Add set p2p listening ports on the clifengweihao
2022-09-29Add command attach/detach to swarmkv clifengweihao
2022-09-15Add command cluster sanity check/heal to swarmkv clifengweihao
2022-09-08Test case of AddNode.zhengchao
2022-09-01swarmkv-cli can run one time command with --exec option.zhengchao
2022-08-29Refactor crdt keys command and pace to a complete sanity fix.zhengchao
2022-08-26Add command CLUSTER SANITY check | fixfengweihao
2022-08-16Add and modify log handle functionsfengweihao
2022-07-21For avoiding dead-locking, swarmkv_net run send and receive at deferred mode.zhengchao