issues
search
cowsql
/
raft
Asynchronous C implementation of the Raft consensus protocol
https://raft.readthedocs.io
Other
53
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow uv_tcp_transport to be used for custom point-to-point communication
#191
NorbertHeusser
opened
2 months ago
3
Forwarding commands to the leader
#190
NorbertHeusser
closed
2 months ago
2
github: Update downstream incus test by adding MinIO client
#189
freeekanayaka
closed
4 months ago
0
Add read handler to uv_send to detect remote socket close faster
#188
NorbertHeusser
opened
4 months ago
8
Add raft_voter_contact()
#187
ralight
opened
5 months ago
7
C++ compiler reject sizeof of anonymous structs
#186
buschulte
closed
5 months ago
1
Functionallity for snapshot suggestion
#185
atlesn
opened
7 months ago
11
dependency version / build specific test failures in test/integration/uv
#184
andreasstieger
opened
7 months ago
1
Use of uninitialized memory in outgoing append entries result frames
#183
atlesn
closed
7 months ago
4
Release 0.22.1
#182
freeekanayaka
closed
7 months ago
1
lint: Fix formatting in encoding code
#181
freeekanayaka
closed
7 months ago
1
[atlesn] Fix misc. usage of uninitialized memory
#180
atlesn
closed
7 months ago
5
recv: Fix double-free of entries batch
#179
freeekanayaka
closed
7 months ago
1
backporting raft_register_state_cb and making compatible with canonical/raft v0.18.1
#178
listout
opened
8 months ago
3
docs: Add section about struct raft update
#177
freeekanayaka
closed
8 months ago
1
docs: Document struct raft_event and struct raft_message
#176
freeekanayaka
closed
8 months ago
1
docs: Basic documentation about struct raft v1
#175
freeekanayaka
closed
9 months ago
1
docs: Switch to furo theme
#174
freeekanayaka
closed
9 months ago
1
v1: Move snapshot threshold and trailing configs to legacy layer
#173
freeekanayaka
closed
9 months ago
1
Release v0.22.0
#172
freeekanayaka
closed
9 months ago
1
replication: Update commit index eagerly on followers
#171
freeekanayaka
closed
9 months ago
1
v1: Drop the "io" prefix from message type names
#170
freeekanayaka
closed
9 months ago
1
replication: Wait for snapshot before truncation
#169
freeekanayaka
closed
9 months ago
1
v1: Drop entries from persisted entries event
#168
freeekanayaka
closed
9 months ago
1
replication: Apply configuration changes eagerly upon receiving them
#167
freeekanayaka
closed
9 months ago
1
raft.h: Fix static assert macro when compiling with C++
#166
freeekanayaka
closed
9 months ago
1
convert: Wait for writes to complete before turning candidate
#165
freeekanayaka
closed
9 months ago
1
legacy: Hold persist snapshot until take snapshot completes
#164
freeekanayaka
closed
9 months ago
1
uv: Retry failed snapshot writes
#163
freeekanayaka
closed
9 months ago
1
uv: Allocate snapshot files before writing them
#162
freeekanayaka
closed
9 months ago
1
uv: Skip snapshots with invalid metadata or data files
#161
freeekanayaka
closed
9 months ago
1
legacy: Remove redundant logic already contained in raft_step()
#160
freeekanayaka
closed
9 months ago
1
v1: Drop status field from RAFT_PERSISTED_SNAPSHOT
#159
freeekanayaka
closed
9 months ago
1
v1: Drop status field from RAFT_PERSISTED_ENTRIES event
#158
freeekanayaka
closed
9 months ago
1
Release v0.21.0
#157
freeekanayaka
closed
9 months ago
1
uv: Retry failed segment writes
#156
freeekanayaka
closed
9 months ago
1
replication: Honor capacity threshold
#155
freeekanayaka
closed
9 months ago
1
Release v0.20.0
#154
freeekanayaka
closed
9 months ago
1
v1: Report server disk capacity
#153
freeekanayaka
closed
9 months ago
1
Revert PR #151
#152
freeekanayaka
closed
9 months ago
1
replication: Set a saturated status flag when entries are lagging
#151
freeekanayaka
closed
9 months ago
1
Server should start new elections if it was voter in previous configuration
#150
freeekanayaka
opened
9 months ago
0
replication: Limit maximum the number of total entries in-flight
#149
freeekanayaka
closed
9 months ago
1
replication: Fix the value of the last log index in AppendEntries results
#148
freeekanayaka
closed
9 months ago
1
replication: Turn max parameter of sendAppendEntries() into a bool
#147
freeekanayaka
closed
9 months ago
0
progress: Add helpers for check online/recency status
#146
freeekanayaka
closed
9 months ago
1
replication: Drop unnecessary check on `prev_index` being the last
#145
freeekanayaka
closed
9 months ago
1
test: Add `CLUSTER_SUBMIT()` helper macro
#144
freeekanayaka
closed
9 months ago
1
v1: Retry failed writes in the backend
#143
freeekanayaka
closed
9 months ago
1
github: Enable address sanitizer when running Incus tests
#142
freeekanayaka
opened
9 months ago
1
Next