diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-11-24 13:26:58 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-11-24 13:26:58 +0000 |
| commit | d72955e8b315115dd6646edd22110dde2715d0d5 (patch) | |
| tree | 7161f43ef9f475840fdbf99a6f0ff1013b58dc90 | |
| parent | d4626b8900536796b974d1b4b6088193dc262d2d (diff) | |
| download | rabbitmq-server-git-d72955e8b315115dd6646edd22110dde2715d0d5.tar.gz | |
Even closer to reality.
| -rw-r--r-- | src/rabbit_node_monitor.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_node_monitor.erl b/src/rabbit_node_monitor.erl index 74685d6564..6f40015d85 100644 --- a/src/rabbit_node_monitor.erl +++ b/src/rabbit_node_monitor.erl @@ -288,8 +288,8 @@ 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. The "down" node -%% (in 'ignore' or 'autoheal' mode) will then disconnect from the +%% node as up, they inform it that this has happened. The original +%% 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 |
