issues
search
baidu
/
braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Apache License 2.0
3.99k
stars
886
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
braft learner 接口相关
#478
lengmoXXL
opened
3 weeks ago
0
Support user specific CMAKE_MODULE_PATH
#477
vaavaav
opened
3 weeks ago
0
Do not restrict CMAKE_MODULE_PATH to a single path
#476
vaavaav
opened
1 month ago
0
fix typo in route_table
#475
thweetkomputer
closed
1 month ago
0
API exposed to raft leader when follower node goes down in braft implementation
#474
s-rajpoot
opened
1 month ago
0
arm64 架构 leader 创建的 replicator 有概率不再发送日志给 follower
#473
lengmoXXL
closed
3 weeks ago
6
fix typo in example
#472
ideal
closed
1 month ago
0
fix use after free in handle_timeout_now_request
#471
BusyJay
closed
1 month ago
0
fix the bug that causes the crash due to the wrong format of the PeerID
#470
LIBA-S
opened
3 months ago
0
数据同步失败
#469
helloworld0xff
opened
4 months ago
0
leader can still accept read requests when transferring leader
#468
BusyJay
opened
4 months ago
0
_append_entries_in_fly的一些困惑
#467
cangfengzhs
opened
4 months ago
3
fix mem leak in Replicator::_prepare_entry
#466
AlexStocks
closed
4 months ago
0
election timer should be restarted after step down by term change
#465
BusyJay
opened
4 months ago
0
election timeout should be randomized again if campaign fails
#464
BusyJay
closed
4 months ago
1
_leader_lease should also be considered when handling vote
#463
BusyJay
opened
4 months ago
0
快照逻辑在极端场景下存在数据无法正常恢复的风险
#462
Axlgrep
opened
5 months ago
1
Snapshot logic has flaws in scenarios where the disk is full
#461
Axlgrep
opened
5 months ago
0
NodeImpl重构
#460
saz97
opened
5 months ago
0
如果没有新增数据是否会每次启动时重复发送快照?
#459
cangfengzhs
opened
5 months ago
6
fix mem leak in Replicator::_prepare_entry
#458
walterzhaoJR
closed
5 months ago
0
support set truncate_index manually in on_snapshot_save
#457
JayiceZ
opened
5 months ago
0
NodeImpl::_mutex死锁
#456
amoxic
opened
5 months ago
2
fix peerid
#455
CkTD
opened
5 months ago
0
Potential memory leak?
#454
walterzhaoJR
closed
5 months ago
0
support diasble election in unit-test
#453
JayiceZ
opened
6 months ago
0
add snapshot start time
#452
lipanpan03
opened
6 months ago
0
在leader已经异常退出的时候, 如何快速选出新leader
#451
gamezhoulei
closed
7 months ago
8
fix mock fsm on_leader_stop signature
#450
ehds
opened
7 months ago
0
[ballot] Update ballot init function signature
#449
ehds
closed
7 months ago
0
为什么不发布新tag了?最新的tag还是2021年的
#448
historyliao
closed
5 months ago
0
decrease _next_index when when the request with the minimum log
#447
ehds
opened
7 months ago
0
add on_install_snapshot callback for statemachine
#446
lhsoft
opened
8 months ago
0
Unittest NodeTest.LeaderFailWithWitness is not stable.
#445
ehds
opened
8 months ago
1
query once within get_leader
#444
xiangpdu
opened
8 months ago
0
check follower's log gap before transfer leader to it
#443
JayiceZ
opened
8 months ago
0
braft 节点如何高性能判断是否是 leader 且在 lease 内?
#442
ergesun
closed
3 months ago
4
定制 snapshotReader 问题。
#441
dingxiaoshuai123
closed
8 months ago
2
Append entries cache 有设计文档吗
#440
boringhello
closed
9 months ago
0
iter->set_error_and_rollback()框架内不应该调用当前entry的done->Run(),应该由业务方统一处理(成功、失败都调用done->Run())
#439
historyliao
closed
8 months ago
0
optimize get term
#438
CkTD
opened
9 months ago
2
sync log immediately when there is configuration
#437
lhsoft
closed
9 months ago
0
recover log from data corrupt
#436
lhsoft
closed
9 months ago
1
prevote/vote中获取last_log_id()时,为什么需要去触发一下log flush呢,有什么考虑吗?是不是没有必要去做flush呢?
#435
Tgianter
opened
10 months ago
0
mac 上 example 编译失败
#434
dingxiaoshuai123
closed
8 months ago
1
状态机Apply时出错,恢复后是否会自动恢复
#433
answer3x
opened
11 months ago
1
Solve the problem that when changing the cluster configuration through the joint consensus algorithm, a new leader cannot be elected under abnormal circumstances.
#432
walterzhaoJR
opened
11 months ago
0
死锁问题
#431
mengqingzhong
opened
11 months ago
0
fix an issue with forgetting to unlock
#430
mengqingzhong
closed
11 months ago
0
feat: replace the type of PeerId::addr from butil::EndPoint to string
#429
gulu-goolu
opened
11 months ago
3
Next