Replies: 2 comments 1 reply
-
Hi, what's the problem you're trying to solve, i.e. do you encounter some issues with current version? |
Beta Was this translation helpful? Give feedback.
-
@ShooterIT , you could refer to the following description. For the Raft algorithm, the leader election process is as follows:
Modified Election Process:
(6) Election Failure
Leader Election Examples
Example 2: Raft Election Fails in One Round
Example 3: Another Raft Scenario
Correctness of the Idea Efficiency |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We know that the current leader election is as following: https://redis.io/docs/latest/operate/oss_and_stack/reference/cluster-spec/ (Replica election and promotion). I have an idea about this stage, but I don't make sure whether I miss something or not. And I would give the idea in the following:
Masters reply to replica vote request
Thanks for the opinions about the ideas before.
Beta Was this translation helpful? Give feedback.
All reactions