diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-05-20 12:53:19 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-05-20 12:53:19 +0100 |
| commit | da29b1922180b558cb0c5098589c86e3278e7423 (patch) | |
| tree | e533177efd1501f30068b191da8b81c09c0b4a45 | |
| parent | 97494a765a8bef90b202357f04d96e4b39cc255e (diff) | |
| download | rabbitmq-server-git-da29b1922180b558cb0c5098589c86e3278e7423.tar.gz | |
Remove obsolete and wrong comment.
| -rw-r--r-- | src/rabbit_autoheal.erl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/rabbit_autoheal.erl b/src/rabbit_autoheal.erl index c00c2dd6e0..529d46b45a 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: %% |
