raft icon indicating copy to clipboard operation
raft copied to clipboard

Asynchronous C implementation of the Raft consensus protocol

Results 13 raft issues
Sort by recently updated
recently updated
newest added

I am investigating dependency build specific test failure in `test/integration/uv`. ```` [ 61s] FAIL: test/integration/uv ```` Specifically: ```` [ 61s] uv: src/unix/core.c:342: uv__finish_close: Assertion `0' failed. [ 61s] Error: child...

https://github.com/canonical/raft/commit/65351619b03844b5d7f8fe6cbb12ebb70cfa8d9a adds a callback function `raft_register_state_cb`. In gentoo we ship dqlite which is dependent on cowsql/raft and it's failing with build error ``` rc/server.c: error: implicit declaration of function raft_register_state_cb...

last time I check with canonical/raft, no async snapshot install yet. (there is async snapshot but not async install snapshot) I am plan use this library replace `canonical/raft`, is there...

During a membership change, a leader being removed should still start elections, see section 4.2.2: > Second, a server that is not part of its own latest configuration should still...

Sphinx warnings `reference target not found" ```console + /usr/bin/sphinx-build -n -T -b man docs build/sphinx/man Running Sphinx v7.1.2 making output directory... done building [mo]: targets for 0 po files that...

We should add at least clang-tidy and cppcheck.