summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2013-05-20 13:45:55 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2013-05-20 13:45:55 +0100
commit100822952ad9a94d5d6b8d66ce877e50bbe58101 (patch)
treee8c3eae169bdc693ea77ee8456638ef4e60b24d6
parenta0b66cae63bf62e432b6d2e52a9d39f1703f07bf (diff)
parent665b622697ffcfbd0c1bffa459cb704f39a943f4 (diff)
downloadrabbitmq-server-100822952ad9a94d5d6b8d66ce877e50bbe58101.tar.gz
merge bug25561 into stable
-rw-r--r--src/rabbit_autoheal.erl9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/rabbit_autoheal.erl b/src/rabbit_autoheal.erl
index c00c2dd6..529d46b4 100644
--- a/src/rabbit_autoheal.erl
+++ b/src/rabbit_autoheal.erl
@@ -39,13 +39,8 @@
%% To coordinate the restarting nodes we pick a special node from the
%% winning partition - the "winner". Restarting nodes then stop, tell
%% the winner they have done so, and wait for it to tell them it is
-%% safe to start again.
-%%
-%% The winner and the leader are not necessarily the same node! Since
-%% the leader may end up restarting, we also make sure that it does
-%% not announce its decision (and thus cue other nodes to restart)
-%% until it has seen a request from every node that has experienced a
-%% partition.
+%% safe to start again. The winner and the leader are not necessarily
+%% the same node.
%%
%% Possible states:
%%