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

Use the correct counter name for segment writer. #376

Closed kjnilsson closed 1 year ago

kjnilsson commented 1 year ago

Else all Ra systems would use the same key and you would only get segment writer counters for the last system to start.