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
798 stars 93 forks source link

Fix bug where cluster_change_permitted flag is incorrect #447

Closed kjnilsson closed 4 weeks ago

kjnilsson commented 4 weeks ago

after a leader re-enters leader state from await_condition.

Also ensure pending commands that were received during await_condition are retried.