issues
search
canonical
/
raft
Unmaintained C implementation of the Raft consensus protocol
Other
940
stars
136
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Mothball the project
#497
cole-miller
closed
8 months ago
6
resolve LICENSE link 404
#496
smithed
closed
8 months ago
3
github: Update package name
#495
cole-miller
closed
9 months ago
1
Remove lunar, add noble
#494
cole-miller
closed
9 months ago
1
Mem
#493
MathieuBordere
closed
9 months ago
1
Add raft_voter_contact()
#492
ralight
closed
9 months ago
3
tracing: Align raft log message with dqlite log message.
#491
MathieuBordere
closed
10 months ago
2
test_uv_os: Silence compiler on mantic ppc64le.
#490
MathieuBordere
closed
10 months ago
0
packages: Add mantic.
#489
MathieuBordere
closed
10 months ago
1
raft: Add user-supplied state_cb
#488
MathieuBordere
closed
11 months ago
1
raft: Add user-supplied state_cb
#487
MathieuBordere
closed
11 months ago
2
Initial log format rework
#486
just-now
closed
11 months ago
1
uv_fs: EAGAIN is no hard error when probing Async IO.
#485
MathieuBordere
closed
11 months ago
1
Only publish to the PPA from master
#484
cole-miller
closed
1 year ago
1
replication: Try to reinstate entries that have been truncated away
#483
cole-miller
closed
11 months ago
14
packages: remove kinetic, add lunar
#482
MathieuBordere
closed
1 year ago
0
CI: `xfs` test failures
#481
MathieuBordere
closed
11 months ago
1
packages: build, sign and push package from GHA.
#480
MathieuBordere
closed
1 year ago
1
client: Only send timeout now message if persisted state is up-to-date.
#477
MathieuBordere
closed
1 year ago
3
`uvOsFallocateEmulation` taking too long time
#476
MathieuBordere
closed
1 year ago
1
[suggestion] add lock/unlock function pointers to raft_io (and use them)
#475
mdorier
closed
8 months ago
1
uv_fs: Don't do synced writes when emulating fallocate
#474
MathieuBordere
closed
1 year ago
3
Log build
#473
MathieuBordere
closed
1 year ago
1
Jepsen: Another truncate-related assertion failure
#471
cole-miller
closed
1 year ago
0
src/log.c:87: refsTryInsert: Assertion `next_slot->term != term' failed.
#470
MathieuBordere
closed
11 months ago
9
test_uv_append: run loop to avoid race.
#469
MathieuBordere
closed
1 year ago
1
Don't convert to candidate while entries are being persisted, take 2
#467
cole-miller
closed
1 year ago
4
Handle segment write failures
#466
MathieuBordere
closed
1 year ago
4
Update commit index and apply configs eagerly
#465
cole-miller
closed
1 year ago
40
Don't convert to candidate while entries are being persisted
#464
cole-miller
closed
1 year ago
18
Trace current term in a couple of key places
#463
cole-miller
closed
1 year ago
1
uv_append: Initialize barrier upon creation.
#462
MathieuBordere
closed
1 year ago
10
Segment writes blocked when taking a snapshot.
#461
MathieuBordere
closed
1 year ago
3
replication: Cancel correct request type when append fails.
#460
MathieuBordere
closed
1 year ago
1
Turn off auto-recovery-by-default during integration tests
#459
freeekanayaka
closed
1 year ago
12
Configure cleanups
#458
freeekanayaka
closed
1 year ago
1
Handle segment write failures
#457
MathieuBordere
closed
1 year ago
3
uv_append: trace failed segment prepare.
#456
MathieuBordere
closed
1 year ago
0
Trace value of uv->append_next_index
#455
MathieuBordere
closed
1 year ago
1
src/replication.c:457: getRequest: Assertion `req->type == type' failed.
#454
MathieuBordere
closed
1 year ago
3
github: ASan for all downstream go-dqlite tests
#452
cole-miller
closed
1 year ago
0
downstream.yml: go test -asan and -race don't combine.
#451
MathieuBordere
closed
1 year ago
0
Assertion: src/uv_truncate.c:168: UvTruncate: Assertion `index < uv->append_next_index' failed.
#450
MathieuBordere
closed
1 year ago
3
Fix position of `if` in the new downstream workflow
#449
cole-miller
closed
1 year ago
0
configure: Remove redundant with_lz4 checks
#448
freeekanayaka
closed
1 year ago
2
Invoke the new downstream checks workflow for PRs
#447
cole-miller
closed
1 year ago
6
Remove blocking barrier distinctions
#446
MathieuBordere
closed
1 year ago
13
Remove blocking barrier
#445
MathieuBordere
closed
1 year ago
1
New segment format
#444
MathieuBordere
closed
1 year ago
11
Skip lz4 check when unnecessary
#442
freeekanayaka
closed
1 year ago
1
Next