summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-05-20 12:53:19 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-05-20 12:53:19 +0100
commit665b622697ffcfbd0c1bffa459cb704f39a943f4 (patch)
treee533177efd1501f30068b191da8b81c09c0b4a45
parent0d428b8c04937659e0f7bd2b69722f81e0dc372a (diff)
downloadrabbitmq-server-665b622697ffcfbd0c1bffa459cb704f39a943f4.tar.gz
Remove obsolete and wrong comment.
-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:
%%