Skip to content

Commit 47b44d3

Browse files
committed
merge bug25561 into stable
2 parents b7df1b1 + da29b19 commit 47b44d3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/rabbit_autoheal.erl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,8 @@
3939
%% To coordinate the restarting nodes we pick a special node from the
4040
%% winning partition - the "winner". Restarting nodes then stop, tell
4141
%% the winner they have done so, and wait for it to tell them it is
42-
%% safe to start again.
43-
%%
44-
%% The winner and the leader are not necessarily the same node! Since
45-
%% the leader may end up restarting, we also make sure that it does
46-
%% not announce its decision (and thus cue other nodes to restart)
47-
%% until it has seen a request from every node that has experienced a
48-
%% partition.
42+
%% safe to start again. The winner and the leader are not necessarily
43+
%% the same node.
4944
%%
5045
%% Possible states:
5146
%%

0 commit comments

Comments
 (0)