Skip to content

Commit

Permalink
Changed api to make staged joins mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Schimpf committed Feb 18, 2020
1 parent dec5453 commit c589e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riak_core.erl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ stop(Reason) ->
%% @doc Join the ring found on the specified remote node
%%
join(Node) ->
join(Node, true).
join(Node, false).

%% @doc Join the remote cluster without automatically claiming ring
%% ownership. Used to stage a join in the newer plan/commit
Expand Down

0 comments on commit c589e2a

Please sign in to comment.