-
Updated
Jun 25, 2020 - Go
raft-protocol
Here are 38 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
Configuration options are not documented on the web site.
Describe the solution you'd like
I need to look at the code (i.e. the *Config classes) or at the Javadoc in order to determine the configuration options. I'd like to have it documented on the website and to be sure that the configuration options match whatever
-
Updated
Oct 19, 2019
-
Updated
Feb 24, 2020 - Java
I'm confused about the example for data migration during code updates. The runMigration example function asserts that this is an upgrade from version 0 to version 1. Shouldn't this be from version 1 to version 2? Or am I completely misunderstanding how migrations work?
-
Updated
May 11, 2020 - C
kv_server.cc:156:31: error: ‘class floyd::Floyd’ has no member named ‘DirtyWrite’
Status result = floyd_->DirtyWrite(request.key(), request.value());
kv_server.cc:139:47: error: no matching function for call to ‘floyd::Floyd::GetServerStatus(std::string&)’
bool ret = floyd_->GetServerStatus(value);
lots of bug exists
-
Updated
Jul 20, 2018 - C#
-
Updated
Oct 8, 2018 - Go
-
Updated
Mar 11, 2020 - Go
-
Updated
Jul 30, 2018 - Go
-
Updated
Sep 21, 2018 - Rust
-
Updated
Apr 6, 2019 - Kotlin
-
Updated
Apr 19, 2017
-
Updated
Mar 15, 2017 - Python
-
Updated
May 19, 2017 - Python
-
Updated
Oct 14, 2019 - Jolie
-
Updated
Feb 13, 2017 - JavaScript
-
Updated
Nov 6, 2017 - C++
-
Updated
Dec 21, 2016 - C++
-
Updated
Aug 29, 2018 - Go
-
Updated
Apr 17, 2016 - Python
-
Updated
Jan 23, 2014 - Java
-
Updated
Aug 5, 2019 - Go
-
Updated
Aug 18, 2016 - Go
Improve this page
Add a description, image, and links to the raft-protocol topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the raft-protocol topic, visit your repo's landing page and select "manage topics."
Looks like the error code in braft::Status is mapped as error codes in the C++ standard. For example, I saw this in
closure_queue.cpp:Similar logic is scattered around the code base.
I am wondering whether we have any documentation for all the possible error codes (i.e. the mapping)?