emqx / mria

Asynchronously replicated Mnesia-like database for Erlang/Elixir
https://www.emqx.com
Apache License 2.0
120 stars 23 forks source link

fix: protect 'join' operation with a global lock #137

Closed SergeTupchiy closed 1 year ago

SergeTupchiy commented 1 year ago

The lock must resolve conflicts between two nodes trying to join each other simultaneously

Fixes: EMQX-9588, #10380