raft
Here are 559 public repositories matching this topic...
-
Updated
Mar 7, 2022 - Rust
-
Updated
Mar 5, 2022 - Go
-
Updated
Mar 6, 2022 - C++
-
Updated
Mar 2, 2022 - Python
Is egctl has any way to delete all objects using just one command, right now I can put all Easegress objects(including HTTPServer、GlobalFilter、NacosServiceRegistry、HTTPPipeline etc) in a file and use just one command egctl object create -f file to create. But for any reason if I change one of these objects especially for local debug,it is very hard for me to apply these new changes(I need to
-
Updated
Feb 8, 2022 - Go
-
Updated
Feb 25, 2022 - C++
-
Updated
Mar 1, 2022 - C
Describe the bug
https://github.com/sofastack/sofa-jraft/blob/bc4cfb3397bd5a610879d9b070ec158060d363b5/jraft-core/src/main/java/com/alipay/sofa/jraft/core/NodeImpl.java#L414-L424
line_417. It should be addingLearners.
-
Updated
Feb 17, 2022 - Java
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
Mar 7, 2022 - C++
-
Updated
Feb 22, 2021 - Rust
-
Updated
Oct 19, 2021 - Go
-
Updated
Oct 19, 2019
-
Updated
May 14, 2021 - Java
-
Updated
Mar 11, 2021 - Go
-
Updated
Mar 5, 2022 - Go
Here is a rough idea of what this test should do:
- It should be quite similar to the other tests which are currently in place.
- It should isolate a follower node, write a data to the cluster which will cause that node to fall behind into lagging state, but not into snapshotting state.
- It should then spawn a task which will continue to write data to the cluster.
- Just after it is spawne
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."
What happened?
Not really a bug, but maybe unexpected behavior. Since
etcdctl delaccepts an optional second parameter which deletes all keys in a range, these are very easy mistakes to make: