Summary
The library has modular design: its core part implements only the core Raft algorithm logic, in a fully platform independent way. On top of that, a pluggable interface defines the I/O implementation for networking (send/receive RPC messages) and disk persistence (store log entries and snapshots).
Versions
v0.9.25 :: 0 :: gentoo
- Modified
- License
- LGPL-3-with-linking-exception
- Keywords
- amd64 ~arm64
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
Runtime Dependencies
Depending packages
app-emulation / lxd : Fast, dense and secure container management
dev-libs / dqlite : Embeddable, replicated and fault tolerant SQL engine
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
dev-libs/raft: skip faulty test
Closes: https://bugs.gentoo.org/760072 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
dev-libs/raft: stabilize 0.9.25 on amd64
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Luca Barbato · gentoo
dev-libs/raft: Mark ~arm64
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Luca Barbato <lu_zero@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-libs/raft: Disable building of static libraries
Closes: https://bugs.gentoo.org/750806 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
dev-libs/raft: don't install .a & .la files
Closes: https://bugs.gentoo.org/750806 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Joonas Niilola · gentoo
dev-libs/raft: new package
- C implementation of the Raft consensus protocol, - dep of lxd. Signed-off-by: Joonas Niilola <juippis@gentoo.org>