diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-10-14 15:13:29 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-10-14 15:13:29 +0100 |
| commit | 99912404206130f34b8aa370150b624ee1320219 (patch) | |
| tree | 9ef51e395bb10811e21fe28763841d4f51f98f9c | |
| parent | 7ad60addd98f8382b102be50250d573d5524c78b (diff) | |
| download | rabbitmq-server-git-99912404206130f34b8aa370150b624ee1320219.tar.gz | |
In fact, that case can't happen since bug 26043, so let's simplify.
| -rw-r--r-- | src/rabbit_autoheal.erl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/rabbit_autoheal.erl b/src/rabbit_autoheal.erl index beb06a8cc7..5a6cd48f6e 100644 --- a/src/rabbit_autoheal.erl +++ b/src/rabbit_autoheal.erl @@ -155,13 +155,6 @@ handle_msg({become_winner, Losers}, [Losers]), filter_already_down_losers(Losers, Losers); -handle_msg({become_winner, Losers}, - {winner_waiting, WaitFor, Notify}, _Partitions) -> - rabbit_log:info("Autoheal: I am the winner, waiting additionally for " - "~p to stop~n", [Losers]), - filter_already_down_losers(lists:usort(Losers ++ WaitFor), - lists:usort(Losers ++ Notify)); - handle_msg({winner_is, Winner}, not_healing, _Partitions) -> rabbit_log:warning( |
