index
:
mesalab_git/swarmkv/swarmkv.git
Feature-add-FTBT
apbloom-perf-benchmark
apbloom-perf-optimization
bugfix-tsg-21020
dev-chenming
dev-hk-crdt-czz
dev-luting
dev-ss-crdt-czz
dev-yw
develop-version3
develop-version4
feature-fair-split-token-bucket
master
optimize-multithread-lockfree-ringbuf
perf-ap-bloom
refactor-st-hll-for-spread-sketch
Repository for swarmkv/swarmkv
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
swarmkv_simple_node.cpp
Age
Commit message (
Collapse
)
Author
2023-12-26
Fixing some bugs in the CLUSTER SANITY heal command
v4.0.4
fengweihao
2023-10-26
Fix the memory leak issue caused by remote request invocation failure and ↵
v4.0.2
fengweihao
fix the swarmkv_cli test case.
2023-09-11
simple node supports performance testing
v4.0.0
fengweihao
2023-09-01
Source file layout is changed.
Zheng Chao
2023-08-22
fix swarmkv sanity cmd test case
fengweihao
2023-08-13
Batch 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-03
WIP: multi-thread test
Zheng Chao
2023-05-26
Repair Centos 7 environment, CI build failed
v3.0.4
fengweihao
2023-03-10
token bucket CBS and CIR are set to zero, this token does not set speed limit
fengweihao
2023-02-01
Refactor the log.c code
fengweihao
2023-01-18
:construction: Refactoring Consul communication of keyspace.
Zheng Chao
2023-01-16
Support specifying the address of the consul agent
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
inaccurate instantaneous results.
2022-11-17
Add debug assert test cases for swarmkv_cli
fengweihao
2022-11-13
:sparkles: Add commands `INCR`, `DECR` and API swarmkv_command_on().
Zheng Chao
2022-10-29
Refactor colon seperated ip port
郑超
2022-10-28
Bugfix: sdscatvprintf() doesn't support "%I". Typos in key_entry_merge().
Zheng Chao
2022-10-28
A node can be a quiet follower by swarmkv_options_set_run_for_leader_flag(0).
Zheng Chao
2022-10-27
Performance Enhancement
郑超