We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7df1b1 + da29b19 commit 47b44d3Copy full SHA for 47b44d3
src/rabbit_autoheal.erl
@@ -39,13 +39,8 @@
39
%% To coordinate the restarting nodes we pick a special node from the
40
%% winning partition - the "winner". Restarting nodes then stop, tell
41
%% 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.
+%% safe to start again. The winner and the leader are not necessarily
+%% the same node.
49
%%
50
%% Possible states:
51
0 commit comments