You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is no prevote in current raft implementation, when network partition happends and recovers later, a rejoin server may disrupt the cluster by starting a new election.
Is your feature request related to a problem? Please describe.
There is no prevote in current raft implementation, when network partition happends and recovers later, a rejoin server may disrupt the cluster by starting a new election.
Describe the solution you'd like
On the paper CONSENSUS: BRIDGING THEORY AND PRACTICE 9.6(fulll version of raft paper), there describe a way called pre-vote to avoid this situation.
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: