#
raft
Here are 389 public repositories matching this topic...
JeanGolang
commented
Feb 7, 2017
Hello Philip!
I think there is an issue with this part of the code of rqlite (store/store.go).
func (s *Store) Database(leader bool) ([]byte, error) {
if leader && s.raft.State() != raft.Leader {
return nil, ErrNotLeader
}
// Ensure only one snapshot can take place at once, and block all queries.
s.mu.Lock()
defer s.mu.Unlock()
f, err := ioutil.TempFile("", "rqlilte-snap-
laura-ding
commented
Apr 1, 2020
- Support
multi vid_ref_expressioninfrom clause. - Support
uuidinwhere clause.
issue from vesoft-inc/nebula-java#81
A template for PostgreSQL High Availability with Etcd, Consul, ZooKeeper, or Kubernetes
-
Updated
Sep 2, 2020 - Python
A feature complete and high performance multi-group Raft library in Go.
go
golang
distributed-systems
raft
consensus
distributed-storage
raft-protocol
raft-algorithm
paxos
distributed-consensus
replicated-state-machines
-
Updated
Sep 7, 2020 - Go
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
raft
distributed-storage
raft-protocol
raft-consensus-algorithm
distributed-consensus
state-machine-replication
raft-cpp
raft-cxx
-
Updated
Aug 18, 2020 - C++
A reactive Java framework for building fault-tolerant distributed systems
java
distributed-systems
raft
consensus
data-structures
java-8
atomix
raft-protocol
distributed-lock
leader-election
consensus-algorithm
raft-consensus-algorithm
-
Updated
Aug 29, 2020 - Java
A production-grade java implementation of RAFT consensus algorithm.
java
raft
consensus
raft-algorithm
raft-java
sofastack
distributed-consensus-algorithms
sofa-bolt
sofa-jraft
-
Updated
Aug 26, 2020 - Java
nrc
commented
Sep 26, 2019
Async/await is on the path to stable, and is much clearer to read and write than raw futures. Tokio is also working on futures 0.3 native support, so it would be great to use async/await and futures 0.3 in Raft.
A full-text search and indexing server written in Rust.
-
Updated
Sep 6, 2020 - Rust
A consortium blockchain platform (联盟区块链底层技术平台)
security
crud
synchronization
crypto
raft
blockchain
p2p
consensus
rpc
fintech
solidity
evm
consortium
zero-knowledge
precompiled
pbft
bcos
fisco-bcos
fisco
-
Updated
Sep 7, 2020 - C++
Distributed transactional NoSQL database, Redis protocol compatible using tikv as backend
redis
rocksdb
database
nosql
raft
transaction
tikv
shared-nothing
2pc
transaction-storage
distributed-nosql-database
-
Updated
Jan 20, 2020 - Go
必看!java后端,亮剑诛仙。java发展路线技术要点。
mysql
java
linux
shell
docker
redis
http
kafka
spring-boot
jvm
netty
raft
jdk
concurrent
raft-protocol
shardingsphere
-
Updated
Oct 19, 2019
A distributed MySQL binlog storage system built on Raft
-
Updated
Apr 24, 2019 - Go
Raft Java implementation which is simple and easy to understand.
raft
distributed-storage
raft-protocol
distributed-file-system
raft-algorithm
raft-consensus-algorithm
raft-consensus
raft-java
-
Updated
Feb 24, 2020 - Java
A reference use of Hashicorp's Raft implementation
-
Updated
Jul 15, 2020 - Go
distributed_computing include mapreduce kvstore etc.
-
Updated
Jul 4, 2020 - Go
A novel implementation of the Raft consensus algorithm
java
distributed-systems
database
replication
state-machine
raft
consensus
java-8
atomix
copycat
consensus-algorithm
raft-consensus-algorithm
-
Updated
Jul 12, 2017 - Java
Fast Raft framework using the Redis protocol for Go
-
Updated
Dec 19, 2019 - Go
The MySQL Cluster Autopilot Management with GTID and Raft
-
Updated
Aug 27, 2020 - Go
Improve this page
Add a description, image, and links to the raft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the raft topic, visit your repo's landing page and select "manage topics."
Today,
etcdctl endpoint healthonly performs a quorum GET. If server is corrupted or exceeded quota (which put the server into read only mode), this command incorrectly returnshealthy.