issues
search
willemt
/
raft
C implementation of the Raft Consensus protocol, BSD licensed
Other
1.13k
stars
271
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Build on EL9
#126
brianjmurrell
closed
1 year ago
1
Bmurrell/build-static-lib
#125
brianjmurrell
closed
1 year ago
1
Errors `undefined reference to raft_new()` and `undefined reference to raft_add_node(void**, void*, int, int)`
#124
layters
closed
1 year ago
1
Allow easy build without coverage & debugging.
#123
FGasper
opened
2 years ago
0
Allow easy build without coverage symbols and AddressSanitizer
#122
FGasper
opened
2 years ago
0
raft_append_entry try fix set voting_cfg_change_log_idx
#121
fflyingfree
closed
6 months ago
0
Should we submit empty log after a new leader elected?
#120
clicx
opened
2 years ago
0
potential race condition in removing/adding same node?
#119
skygragon
opened
3 years ago
0
Fix bugs mainly caused by snapshot
#118
tangruize
opened
3 years ago
0
only remove nodes from node list after removal is commited to removed node
#117
sjpotter
closed
3 years ago
1
DAOS-6833 server: Grant repeated RequestVotes
#116
liw
closed
8 months ago
1
docs: fix raft_node_get_match_idx's comment
#115
debug-zhang
opened
3 years ago
0
Unused raft_term_t term in log_load_from_snapshot
#114
debug-zhang
opened
3 years ago
0
fix potential null entry reference
#113
ShaoxunZeng
opened
3 years ago
0
Daos-5044 test: Fix bandit error on log_fuzzer.py
#112
dinghwah
closed
3 years ago
0
docs: fix simple typo, propogate -> propagate
#111
timgates42
closed
3 years ago
0
Fix a typo in the README
#110
gavrie
opened
4 years ago
0
reserved identifier violation
#109
elfring
opened
4 years ago
0
Not implemented log_clear callback leads to not synchronized logs
#108
langchr86
opened
4 years ago
0
How to add SOVERSION to libraft.so?
#107
GitHuaKuang
opened
4 years ago
0
DAOS-4328 raft: fix missing va_end() identified by Coverity
#106
bfaccini
closed
4 years ago
0
make typedefs platform independent
#105
langchr86
opened
4 years ago
2
add cmake
#104
hww1996
closed
5 years ago
0
README: Fix a typo
#103
vlendec
opened
5 years ago
0
Possible issues
#102
clicx
opened
5 years ago
1
Raft server's nodes vector is not freed when raft_free is invoked
#101
sturcotte06
closed
5 years ago
1
DAOS-1406 build: Regenerate tests_main.c properly
#100
liw
closed
6 years ago
1
Fix a memory leak with log_clear.
#99
yossigo
closed
6 years ago
1
Fix memory leak on snapshot loading.
#98
yossigo
opened
6 years ago
2
AE error response not properly handled.
#97
yossigo
closed
6 years ago
2
Log message incorrect idx when applying entries.
#96
yossigo
closed
6 years ago
1
log_get_from_idx not including entries that have wrapped around?
#95
freeekanayaka
opened
6 years ago
2
Async interfaces
#94
freeekanayaka
closed
6 years ago
1
Make tests_main exit non-zero if any test fails
#93
freeekanayaka
closed
6 years ago
1
Meaning of entry_idx in log_offer
#92
anujkaliaiitd
closed
6 years ago
0
Leader goes into infinite send_snapshot loop
#91
yossigo
opened
6 years ago
4
FSM log entries are applied lazily
#90
freeekanayaka
opened
6 years ago
1
Only send "heartbeat" AppendEntries requests during idle periods
#89
freeekanayaka
opened
6 years ago
0
Empty AppendEntries requests are sent during non-idle periods
#88
freeekanayaka
opened
6 years ago
0
Fix test
#87
jolivier23
closed
6 years ago
0
Allow entries to apply during snapshot
#86
yossigo
closed
6 years ago
2
Add raft_cancel_snapshot().
#85
yossigo
closed
6 years ago
1
End snapshot fixes.
#84
yossigo
opened
6 years ago
0
Make clean did not remove object files.
#83
yossigo
closed
6 years ago
0
Log interface decoupling
#82
yossigo
opened
6 years ago
5
Remove erronous(?) assertion on compaction.
#81
yossigo
closed
6 years ago
1
Add raft_entry_t to membership event callback.
#80
yossigo
closed
6 years ago
1
raft_send_appendentries_all logic
#79
q96456
opened
6 years ago
1
Add PreVote support
#78
willemt
opened
6 years ago
0
Fix typos and extra spaces
#77
calio
closed
6 years ago
1
Next