raft
Here are 402 public repositories matching this topic...
-
Updated
Oct 12, 2020 - Rust
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-
- Support
multi vid_ref_expressioninfrom clause. - Support
uuidinwhere clause.
issue from vesoft-inc/nebula-java#81
-
Updated
Oct 8, 2020 - Python
-
Updated
Oct 12, 2020 - Go
-
Updated
Oct 9, 2020 - C++
-
Updated
Oct 12, 2020 - Java
Use case and problem
We make a system that uses SOFAJRaft for leader election and we also want to use it for cluster member management. The basic idea that we want to consider our cluster member "live" for our systems as long as it's "live" for current leader of SOFAJRaft cluster.
As for now SOFAJRaft provides a Node#listAlivePeers() API method that almost sufficient for our task. The mi
How to use this lib?
Or more specifically how does one build transport component?
I'm feeling kind of lost after reading docs, readme and examples as none of them (at least to my knowledge) shows/points to information about transport implementation. Readme mentions gRPC but I couldn't find any further information on the matter besides raft-rs/proto/, which is
-
Updated
Sep 6, 2020 - Rust
-
Updated
Oct 12, 2020 - C++
-
Updated
Jan 20, 2020 - Go
-
Updated
Oct 19, 2019
-
Updated
Apr 24, 2019 - Go
-
Updated
Feb 24, 2020 - Java
-
Updated
Jul 15, 2020 - Go
-
Updated
Jul 4, 2020 - Go
-
Updated
Jul 12, 2017 - Java
-
Updated
Sep 28, 2020 - Go
-
Updated
Sep 18, 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.