summaryrefslogtreecommitdiff
path: root/src/rabbit_node_monitor.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | revert all the ordsets operations to listsFrancesco Mazzoli2012-09-211-16/+19
* | ordsets, not lists, in `rabbit_node_monitor'Francesco Mazzoli2012-09-191-8/+7
* | ditch the booleans to control decisions on disc/ram nodesFrancesco Mazzoli2012-09-181-12/+11
|/
* file_name -> filenameMatthias Radestock2012-09-171-15/+15
* fix comment in node_monitor, keep {error, enoent} in `try_read_file'bug24914Francesco Mazzoli2012-09-141-12/+8
* get cluster nodes from mnesia when legacy/non existant status fileFrancesco Mazzoli2012-09-131-2/+8
* check the cluster consistency after the upgradeFrancesco Mazzoli2012-09-131-0/+1
* more informative and useful error messagesFrancesco Mazzoli2012-09-121-0/+4
* oopsFrancesco Mazzoli2012-09-111-2/+2
* split cluster status file and running nodes fileFrancesco Mazzoli2012-09-111-111/+89
* missing specFrancesco Mazzoli2012-08-301-0/+1
* get nodes and whether the node should be disc or ram from config if virgin nodeFrancesco Mazzoli2012-08-221-18/+18
* do not update the cluster status file by getting the mnesia statusFrancesco Mazzoli2012-07-091-8/+4
* ?SERVER instead of explicit nameFrancesco Mazzoli2012-07-091-3/+3
* correct invocations of `on_node_{up,down}' in `rabbit_node_monitor'.Francesco Mazzoli2012-07-061-2/+3
* wipe the mnesia data before starting if the cluster nodes are inconsistentFrancesco Mazzoli2012-07-031-0/+3
* instead of manually removing the current node, filter it in `cluster_status'Francesco Mazzoli2012-06-281-12/+0
* moved the status file handling to `rabbit_node_monitor', status from mnesia w...Francesco Mazzoli2012-06-271-64/+245
* notify cluster of new nodes as soon as they join, and not when they startFrancesco Mazzoli2012-06-261-13/+24
* add a "leave cluster" hook in `rabbit_node_monitor', handle cluster nodes joi...Francesco Mazzoli2012-06-141-11/+36
* monitor nodes just oncebug24714Matthias Radestock2012-02-091-9/+12
* remove cruftMatthias Radestock2012-02-091-1/+1
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* merge default into bug 23056bug23056Alexandru Scvortov2011-08-251-0/+1
|\
| * more specsAlexandru Scvortov2011-08-081-0/+1
* | refactorAlexandru Scvortov2011-08-151-1/+1
* | inform when the first disc node rejoins the clusterAlexandru Scvortov2011-08-111-2/+6
* | remove misleading comment + small refactorAlexandru Scvortov2011-08-101-3/+1
* | merge default into bug23979Alexandru Scvortov2011-08-101-6/+1
|\ \
| * | closer to defaultbug24322Alexandru Scvortov2011-08-081-1/+2
| * | simplify node monitoringAlexandru Scvortov2011-08-081-21/+8
| * | remove logging statementAlexandru Scvortov2011-08-041-2/+1
| * | keep track of which nodes are up and don't cleanup after the same node twiceAlexandru Scvortov2011-08-031-12/+20
| |/
* | don't stop mnesia if it was already runningAlexandru Scvortov2011-08-031-4/+4
* | warn when the last disc node failsAlexandru Scvortov2011-08-031-1/+4
|/
* merge bug23875 into defaultMatthias Radestock2011-03-051-1/+1
|\
| * cosmeticMatthias Radestock2011-03-041-1/+1