diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-11-24 13:24:29 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-11-24 13:24:29 +0000 |
| commit | d4626b8900536796b974d1b4b6088193dc262d2d (patch) | |
| tree | d8a0a7db51010ac3a9398a2ae607bd3248176881 | |
| parent | 6d3f2ac7297316c6b85c4c131b1f8b461a4d6af6 (diff) | |
| download | rabbitmq-server-git-d4626b8900536796b974d1b4b6088193dc262d2d.tar.gz | |
Remove out of date subclause.
| -rw-r--r-- | src/rabbit_node_monitor.erl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/rabbit_node_monitor.erl b/src/rabbit_node_monitor.erl index 052636b14e..74685d6564 100644 --- a/src/rabbit_node_monitor.erl +++ b/src/rabbit_node_monitor.erl @@ -288,11 +288,9 @@ handle_cast(notify_node_up, State = #state{guid = GUID}) -> %% When one node gets nodedown from another, it then sends %% 'check_partial_partition' to all the nodes it still thinks are %% alive. If any of those (intermediate) nodes still see the "down" -%% node as up, they inform it that this has happened (after a short -%% delay to ensure we don't detect something that would become a full -%% partition anyway as a partial one). The "down" node (in 'ignore' or -%% 'autoheal' mode) will then disconnect from the intermediate node to -%% "upgrade" to a full partition. +%% node as up, they inform it that this has happened. The "down" node +%% (in 'ignore' or 'autoheal' mode) will then disconnect from the +%% intermediate node to "upgrade" to a full partition. %% %% In pause_minority mode it will instead immediately pause until all %% nodes come back. This is because the contract for pause_minority is |
