rabbitmq / ra

A Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
Other
813 stars 96 forks source link

Make pre_vote machine version logic less strict #354

Closed kjnilsson closed 1 year ago

kjnilsson commented 1 year ago

So that votes will be given whenever the candidate version is higher than the effective version and lower than the local version.