summaryrefslogtreecommitdiff
path: root/src/rabbit_node_monitor.erl
Commit message (Expand)AuthorAgeFilesLines
* Separate out responsibilities in the various node state detection functions. ...bug26225Simon MacMullen2014-06-271-8/+18
* Hard-kill all connections and stop all listeners as soon as we decide we are ...Simon MacMullen2014-06-251-0/+1
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* stable to defaultSimon MacMullen2014-03-111-3/+4
|\
| * Don't corrupt the node montor state even if we are about to shut down.bug26063Simon MacMullen2014-03-111-3/+4
* | Eliminate the node_stopped message, since it is possible that a badly-timed s...Simon MacMullen2014-02-261-3/+5
* | Refactor: distinction between handle_dead_rabbit and handle_dead_rabbit_state...Simon MacMullen2014-02-261-13/+9
* | stable to defaultSimon MacMullen2014-02-191-2/+4
|\ \ | |/ |/|
| * Log nodedown_reason.bug25922Simon MacMullen2013-12-101-2/+4
* | Inform autoheal that a node is down on nodedown not rabbit app down; therefor...bug26006Simon MacMullen2014-02-171-13/+10
|/
* Fix stupiditybug25780Simon MacMullen2013-09-251-1/+2
* Don't go through the legacy code path when not dealing with a legacy file; do...Simon MacMullen2013-09-231-10/+8
* Silence the badarg on two near-simultaneous pauses.bug25710Simon MacMullen2013-08-131-4/+6
* await_cluster_recovery/0 should return ok.bug25700Simon MacMullen2013-08-071-1/+2
* Refresh branch from stableEmile Joubert2013-07-311-3/+8
|\
| * More sensible API for partitions, do not return errors.bug25651Simon MacMullen2013-07-041-3/+8
* | s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
|/
* Look for the rabbit process, not the rabbit application.Simon MacMullen2013-05-241-1/+1
* Switch pause_minority mode to making its decisions entirely based on node-upn...bug25471Simon MacMullen2013-04-221-2/+18
* Move those functions to their own place, and replace the autoheal all_nodes_u...Simon MacMullen2013-04-221-20/+29
* I suppose it would be polite to add specs here.Simon MacMullen2013-04-181-0/+3
* First pass at splitting all the autoheal stuff out into a separate module.Simon MacMullen2013-04-171-188/+15
* Remove io:formatsSimon MacMullen2013-04-081-2/+0
* Deal with partial partitions.Simon MacMullen2013-04-081-13/+19
* Umm, order by *best* partition first!Simon MacMullen2013-04-081-2/+3
* WIP commit: start to deal with non-consistent partitions. all_partitions/1 ne...Simon MacMullen2013-03-281-16/+54
* Merge defaultSimon MacMullen2013-03-271-9/+161
|\
| * CosmeticSimon MacMullen2013-03-271-1/+2
| * Merge in default, add a touch more logging, and don't restart autoheal if it'...Simon MacMullen2013-03-271-19/+57
| |\
| * | Simplistic way of selecting a winner: order by the number of connections, the...Simon MacMullen2013-03-261-19/+28
| * | Figure out a global view of partitions.Simon MacMullen2013-03-261-1/+21
| * | Add some loggingSimon MacMullen2013-03-261-3/+11
| * | First pass at autohealing.Simon MacMullen2013-03-191-11/+121
* | | Merged bug25499 into defaultEmile Joubert2013-03-271-1/+4
|\ \ \ | |_|/ |/| |
| * | Check if the rabbit process is running and thus avoid deadlocks in the applic...bug25499Simon MacMullen2013-03-221-1/+1
| * | A node counts as down if it is not running rabbit in this case.Simon MacMullen2013-03-191-1/+4
| |/
* | Don't call rabbit_mnesia:cluster_nodes(all) as much, don't use floating point...bug25491Simon MacMullen2013-03-251-9/+14
* | Use a macroSimon MacMullen2013-03-251-1/+1
* | Do the pinging in a separate process so we don't block the node monitor.Simon MacMullen2013-03-211-6/+18
* | First attempt at pinging that doesn't really work well.Simon MacMullen2013-03-201-5/+22
|/
* Code comment about clearing partitionsbug25474Emile Joubert2013-03-181-2/+2
* If we have been partitioned, and we are now in the only remaining partition, ...Simon MacMullen2013-03-121-3/+21
* Treat {inconsistent_database, running_partitioned_network, Node} as being sor...bug25486Simon MacMullen2013-03-121-2/+11
* Oops. This was part of an (early, wrong) attempt at bug 25474 which got commi...Simon MacMullen2013-03-121-4/+3
* Register the process name to make sure we only have one running at a time.bug25358Simon MacMullen2013-03-061-0/+3
* We don't need this - net_adm:ping/1 will not return pong for nodes that have ...Simon MacMullen2013-03-051-4/+4
* Merge in default (umm, again)Simon MacMullen2013-03-051-5/+17
|\
| * Merged stable into defaultEmile Joubert2013-03-051-1/+1
| |\
| * | Allow subscribing to node down events from the node monitor.bug25472Simon MacMullen2013-03-011-5/+17
* | | Rename this thing, to make space for bug 25471Simon MacMullen2013-03-011-6/+12