Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
d369915
[feat]hot standby for ha
Libotry Dec 19, 2025
cb96c19
ha
Libotry Dec 24, 2025
3a68768
fix
Libotry Dec 24, 2025
db782bb
fix
Libotry Dec 24, 2025
6a90b32
Ack
Libotry Dec 24, 2025
de5c4fc
real Ack
Libotry Dec 24, 2025
bb70f07
add thread for check
Libotry Dec 25, 2025
02950cf
based on etcd
Libotry Dec 26, 2025
2cafab1
based on etcd 2
Libotry Dec 26, 2025
4d693d2
phase 1
Libotry Dec 27, 2025
7daf123
fix
Libotry Dec 27, 2025
f9f3660
fix
Libotry Dec 27, 2025
a95051c
fix
Libotry Dec 27, 2025
693d5de
fix
Libotry Dec 27, 2025
59bf00e
fix
Libotry Dec 27, 2025
78d38ca
fix
Libotry Dec 27, 2025
0e572fe
oplog watcher
Libotry Dec 27, 2025
e082439
ApplyOpLogEntry
Libotry Dec 27, 2025
c8227bc
HotStandbyService
Libotry Dec 27, 2025
83eb05a
fix
Libotry Dec 29, 2025
44d0d74
fix
Libotry Dec 29, 2025
fd893ae
fix
Libotry Dec 29, 2025
dccb000
mod
Libotry Dec 29, 2025
6ba449b
oplog seq
Libotry Dec 29, 2025
373f823
fix
Libotry Dec 29, 2025
4b73166
fix doc
Libotry Dec 29, 2025
fdb90d4
delete key_seq_map_
Libotry Dec 29, 2025
af9f082
序列化和反序列化metadata:standby同步恢复数据
Libotry Dec 29, 2025
16e3bf1
fix
Libotry Dec 29, 2025
d24cfcb
fix
Libotry Dec 29, 2025
19b6f07
修改上报seqid机制
Libotry Dec 29, 2025
972b20a
delete
Libotry Dec 29, 2025
71cfb8d
fix hash
Libotry Dec 29, 2025
6e5e68b
refactor
Libotry Dec 31, 2025
a483987
fix
Libotry Dec 31, 2025
c1402e6
fix
Libotry Dec 31, 2025
a4a9512
retry and seq miss process
Libotry Jan 5, 2026
a55525c
fix dependency
Libotry Jan 5, 2026
44449f7
fix
Libotry Jan 5, 2026
c7fcb8b
fix ci
Libotry Jan 5, 2026
4ac8031
delete doc
Libotry Jan 5, 2026
1b4d3f1
fix V2
Libotry Jan 5, 2026
bf5af33
fix
Libotry Jan 5, 2026
b1221e3
fix important bug
Libotry Jan 5, 2026
7e328fa
fix gap and limit of pendingMutation and OpLogEntry checksum verify
Libotry Jan 5, 2026
50f1b18
fix
Libotry Jan 5, 2026
338a0b5
fix wrap-around
Libotry Jan 6, 2026
3164aea
fix security
Libotry Jan 6, 2026
54dd5d4
fix cluster_id invalid
Libotry Jan 6, 2026
6818263
add state machine
Libotry Jan 6, 2026
c3edf2d
fix compile
Libotry Jan 6, 2026
6905b5c
fix retry
Libotry Jan 6, 2026
e05354a
ha metrics
Libotry Jan 6, 2026
97efa87
fix compile
Libotry Jan 6, 2026
2b83373
fix
Libotry Jan 6, 2026
0f1f919
add ut test: standby_state_machine
Libotry Jan 6, 2026
0806716
fix CMakeLists
Libotry Jan 6, 2026
919afbc
fix CMakeLists 2
Libotry Jan 6, 2026
035e6c8
fix ut
Libotry Jan 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ SYSTEM_PACKAGES="build-essential \
libcurl4-openssl-dev \
libhiredis-dev \
libjemalloc-dev \
libxxhash-dev \
pkg-config \
patchelf"

Expand Down
Loading
Loading