summaryrefslogtreecommitdiff
path: root/src/rabbit_node_monitor.erl
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | We no longer need two different death detectors since we no longer look at Mn...Simon MacMullen2013-02-271-10/+1
* | | SimplifySimon MacMullen2013-02-271-3/+1
* | | Base the whole thing off net_adm:ping/1 - because we might see other nodes co...Simon MacMullen2013-02-271-5/+10
* | | When we lose majority, stop the applications and wait for the cluster to come...Simon MacMullen2013-02-271-4/+17
* | | cluster_cp_modeSimon MacMullen2013-02-181-0/+26
| |/ |/|
* | stable to defaultSimon MacMullen2013-01-241-1/+1
|\ \ | |/
| * Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* | Fix a couple of partition-related specs.Simon MacMullen2012-12-101-1/+1
|/
* Explain whySimon MacMullen2012-11-131-0/+4
* rabbit_node_monitor traps exits, so shutdown allows us time to flush anyTim Watson2012-11-131-0/+1
* roll back to (almost) default - keeping the extra error information whenTim Watson2012-11-131-25/+8
* Fix idiocySimon MacMullen2012-11-091-1/+1
* Take two monitors into the shower.Simon MacMullen2012-11-081-8/+23
* Further cleanSimon MacMullen2012-11-081-1/+1
* reduce distance to defaultSimon MacMullen2012-11-081-18/+16
* introduce a noop process at the head of rabbit_sup's children,Tim Watson2012-11-081-27/+31
* We can be partitioned from more than one node. And ignore the starting_partit...Simon MacMullen2012-10-151-12/+15
* Subscribe to system events, receive inconsistent_database.Simon MacMullen2012-10-151-6/+32
* track monitors explicitlyMatthias Radestock2012-09-251-14/+7
* cosmeticMatthias Radestock2012-09-251-26/+29
* replace cluster_multicall with gen_server:abcastMatthias Radestock2012-09-251-31/+12
* merge default into bug25160Matthias Radestock2012-09-251-1/+1
|\
| * fix a bugMatthias Radestock2012-09-251-1/+1
* | it's a discMatthias Radestock2012-09-251-1/+1
* | more workingness (and efficiency)Matthias Radestock2012-09-241-4/+7
* | cosmeticMatthias Radestock2012-09-241-9/+9
* | cosmeticMatthias Radestock2012-09-241-37/+28
* | cosmeticMatthias Radestock2012-09-241-4/+2
* | unify the various functions to get the cluster nodes into oneFrancesco Mazzoli2012-09-211-2/+2