-
we have wrote a raft implementation https://github.com/Qihoo360/floyd and used it as the core feature in our storage's meta server. However, I don't find some case to use the consensus algorithm.
c…
-
Currently, users can call start_console() on a node as many times as they want, with each call starting a new IPMI tool. This could cause 2 DOS-y types of problems:
a) I'm not sure if IPMI even suppor…
-
Hey @TomPallister,
Just been looking through the code trying to understand how it all works. I've got a few thoughts about the middleware implementation...
1. Is there any reason for `ExceptionH…
-
Hi, my friends ! I'm very interested in your project which is the best implementation of the raft consensus algorithm in JAVA. And the project give me a lot of help to my work.
Nevertheless, I find…
-
(Note: I'll update the description here as the discussion evolves)
## Background
It was asked multiple times by activists in the area of inclusiveness for Redis to migrate to a different termino…
-
Hello,
I'm fairly new to Consul (2nd day of POC) and hoping someone could shed light on how Consul would look like in a clustered docker environment. Would Consul need to be installed on every node i…
-
I had a look through the code, but no raft implementation could be correct if doesn't call fsync or equivalent at the appropriate places. Please forgive me if I missed it, but does this code call fsyn…
eloff updated
7 years ago
-
why not use raft to replicate the WAL
-
The ongoing Run 1.1 has revealed a background issue with phoSim. A summary from Rachael Mandelbaum in the slack desc-dc2 channel (2 Mar 2018, 09:21am Pacific):
```
For those who did not see all t…
-
Hi, I have looked into the 7nodes example, where some nodes are configured as block-makers and voters.
I'll be happy to get some clarification about how this process works.
It seems that configuri…