summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-29:bug: If two nodes simultaneously open tcp connection to each other, both con...Zheng Chao
2022-11-28When cluster leader changes slot table, log changed slots.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-21Merge branch 'develop-version3' of git.mesalab.cn:swarmkv/swarmkv into develo...Zheng Chao
2022-11-21Enable performance test.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-16:bug: Bugfix: Writing on key with no local replica repeatly breaks consistency.Zheng Chao
2022-11-16:sparkles: New `TYPE` command returns the string representation of the type o...Zheng Chao
2022-11-15Fix typosZheng Chao
2022-11-15:art: Format CodeZheng Chao
2022-11-15:pencil2: Fix wrong image path.Zheng Chao
2022-11-15:art: Improve structure of the .md files.Zheng Chao
2022-11-14:sparkles: New data type Hash.Zheng Chao
2022-11-14:construction: Implementing type Hash.Zheng Chao
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:sparkles: New subcommand `LATENCY RESET [command|event|peer]`.Zheng Chao
2022-11-12:thread: The lock of STORE module are switched from mutex to rwlock.Zheng Chao
2022-11-11:hammer: Display input_buffer_sz and output_buffer_sz at 'network' section of...Zheng Chao
2022-11-11:zap: The store object uses a primitive method to do serialization.Zheng Chao
2022-11-11:zap: The PN Counter uses a primary method to do serialization and deserializ...Zheng Chao
2022-11-10:sparkles: Running the same command N times in `swarmkv-cli`.Zheng Chao
2022-11-10:bug: Concurrent execution and sync operations add duplicated objects to stor...Zheng Chao
2022-11-10Improvement: The Sync Master is added for batched `CRDT PUSH`.Zheng Chao
2022-11-09Bugfix: The `LATENCY COMMAND` shows inaccurate rate.Zheng Chao
2022-11-08Add instantaneous_output_cps and instantaneous_output_cps to `INFO` command.Zheng Chao
2022-11-08Bugfix: node_t is not initialized in node_init_from_sockaddr(). The snet_thr ...Zheng Chao
2022-11-07New `TUNNEL` command for troubleshooting. The remote command processing code ...郑超
2022-11-06Remove FieldStat2 from vendor.Zheng Chao
2022-11-06New commands for latency tracking.Zheng Chao
2022-11-02New commands `INFO` and `CLUSTER INFO`.Zheng Chao
2022-11-01Bugfix: Fix typos in TCFG command. Executing TCFG on same key twice causes se...Zheng Chao
2022-10-31Test utils can print reply on fail.Zheng Chao
2022-10-31Swarmkv_cli test case adapter colon seperated ip portfengweihao
2022-10-29Refactor colon seperated ip port郑超
2022-10-28Typos in key_entry_merge()Zheng Chao
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-26Merge branch 'develop-version3' of git.mesalab.cn:swarmkv/swarmkv into develo...Zheng Chao
2022-10-26fix typosZheng Chao
2022-10-25Repair obtain swarmkv-cli listens port is 0 and modify swarmkv-cli test case ...fengweihao
2022-10-23You can SET integer to non-zero value.Zheng Chao
2022-10-23TCONSUME on nonexist key should reply with integer 0Zheng Chao
2022-10-23Bugfix: TCONSUME on nonexist key should return integer 0.Zheng Chao
2022-10-23Completely remove denpendency on MESA_handle_logger.Zheng Chao