rabbitmq / ra

A Multi-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
830 stars 96 forks source link

Log init bug #476

Closed kjnilsson closed 2 weeks ago

kjnilsson commented 2 weeks ago

When the log was initialising from only a snapshot it would set the wrong last written index and then refuse subsequent writes.

This bug was introduced in #475 so is not in any current GA version.