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

Commit down commands as low priority. #396

Closed kjnilsson closed 9 months ago

kjnilsson commented 9 months ago

This ensures that any pending low priority commands from the monitored process are committed before the down command so that state machines can rely on no further commands arriving from a given process.

Fixes: #393