issues
search
eBay
/
NuRaft
C++ implementation of Raft core logic as a replication library
Apache License 2.0
1.02k
stars
240
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix race on precommit when cluster is changed
#554
antonio2368
opened
4 days ago
0
learner can became leader after (request_leadership/yield_leadership)
#553
UnamedRus
opened
1 week ago
3
Merge streaming branch
#552
greensky00
closed
2 weeks ago
0
Add missing tests to code coverage list
#551
greensky00
closed
2 weeks ago
0
Merge streaming branch into master
#550
greensky00
closed
2 weeks ago
0
Bump codecov/codecov-action from 4.5.0 to 4.6.0
#549
dependabot[bot]
closed
2 weeks ago
0
Bump actions/checkout from 4.2.0 to 4.2.2
#548
dependabot[bot]
closed
2 weeks ago
0
give a chance for the last obj to retry
#547
JacksonYao287
closed
4 weeks ago
0
Why would asio::buffer(my_buffer) change the input my_buffer so dramatically?
#546
iTomGeller
closed
2 weeks ago
4
Priority-based leader election
#545
Dieterfu
opened
1 month ago
1
Fix LCOV exception error
#544
greensky00
closed
1 month ago
0
Support new joiner functionality
#543
greensky00
closed
1 month ago
0
Add flying_bytes for throttling.
#542
ZZhongge
closed
1 month ago
0
Become leader and become follower callbacks
#541
as51340
opened
1 month ago
2
Bump actions/checkout from 4.1.7 to 4.2.0
#540
dependabot[bot]
closed
1 month ago
0
Fix checking distance of last snapshot
#539
antonio2368
closed
1 month ago
0
Enhance Stream
#538
ZZhongge
closed
1 month ago
0
Add a callback to handle misbehaving messages from peer
#537
greensky00
closed
1 month ago
0
Use pthread_exit to terminate raft service.
#536
szmyd
closed
2 months ago
3
Use `pthread_exit` instead of `exit` to allow proper process shutdown.
#535
szmyd
closed
2 months ago
0
typo: src/handle_commit.cxx fix to current idx; issue #533
#534
rockett-m
closed
2 months ago
1
typo 'curruent' in src/handle_commit.cxx
#533
rockett-m
closed
2 months ago
0
Add stream functional test and fix bugs
#532
ZZhongge
closed
1 month ago
1
Please don't ignore election safety invariant
#531
andrewjstone
closed
1 month ago
4
Implement stream mode in peer and raft server(a proposal)
#530
ZZhongge
closed
2 months ago
0
Implement stream mode in peer and raft server(a proposal)
#529
ZZhongge
closed
3 months ago
0
Enhance test for stream asio
#528
ZZhongge
closed
3 months ago
0
asio_service support stream mode
#527
ZZhongge
closed
3 months ago
1
Fix to bug in `handle_cli_req`
#526
greensky00
closed
3 months ago
0
Properly join asio threads in case of std::thread throws exception
#525
azat
closed
3 months ago
0
Remove unnecessary listener_lock_ guard in start method
#524
e0c9
closed
3 months ago
1
Use leadership_expiry_ to deem nodes unhealthy
#523
antoniofilipovic
closed
3 months ago
0
Leadership expiry not respected as a limit for leadership expiry
#522
antoniofilipovic
opened
4 months ago
2
Matching format specifies type to argument type to eliminate compile …
#521
ZexiLiu
closed
4 months ago
0
rpc_listener
#520
as51340
closed
4 months ago
2
Bump actions/checkout from 4.1.6 to 4.1.7
#519
dependabot[bot]
closed
4 months ago
0
Bump codecov/codecov-action from 4.4.1 to 4.5.0
#518
dependabot[bot]
closed
4 months ago
0
Notify user code about follower loss
#517
apostolpav113
closed
4 months ago
3
Add timeout to async_connect operation
#516
amichon-kalray
closed
5 months ago
0
Add result code to response messages
#515
amichon-kalray
closed
5 months ago
0
Fix to the wrong example in `calc_state_machine.hxx`
#514
greensky00
closed
5 months ago
0
Misleading append_entries result code
#513
amichon-kalray
closed
5 months ago
3
Bump codecov/codecov-action from 4.3.0 to 4.4.1
#512
dependabot[bot]
closed
5 months ago
0
Bump actions/checkout from 4.1.4 to 4.1.6
#511
dependabot[bot]
closed
5 months ago
0
Merge two clusters into one
#510
anthonio9
opened
6 months ago
1
The semantics of the nuraft::snapshot
#509
unixod
closed
3 weeks ago
4
Add more sanity checks on a new connection
#508
greensky00
closed
6 months ago
0
Bump actions/checkout from 4.1.2 to 4.1.4
#507
dependabot[bot]
closed
6 months ago
0
1. cmd_result::get_result_str add SERVER_IS_LEAVING (#505)
#506
byronhe
closed
6 months ago
0
cmd_result::get_result_str missing `SERVER_IS_LEAVING`
#505
byronhe
opened
7 months ago
0
Next