diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2013-05-20 13:45:55 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-05-20 13:45:55 +0100 |
| commit | 47b44d3b0d073d5f5600643fbeb58ce0fa9f89bc (patch) | |
| tree | e8c3eae169bdc693ea77ee8456638ef4e60b24d6 | |
| parent | b7df1b1e014eb2e46d7e5b40831ac20b9264c818 (diff) | |
| parent | da29b1922180b558cb0c5098589c86e3278e7423 (diff) | |
| download | rabbitmq-server-git-47b44d3b0d073d5f5600643fbeb58ce0fa9f89bc.tar.gz | |
merge bug25561 into stable
| -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: %% |
