summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* reworked functions that get cluster nodes to get only what they needFrancesco Mazzoli2012-07-041-26/+51
* all_clustered_ram_nodes() => clustered_ram_nodes()Francesco Mazzoli2012-07-041-2/+2
* wipe the mnesia data before starting if the cluster nodes are inconsistentFrancesco Mazzoli2012-07-033-38/+74
* better `rabbit_mnesia:check_cluster_consistency/0'Francesco Mazzoli2012-07-031-28/+21
* merge defaultFrancesco Mazzoli2012-06-282-1/+18
|\
| * consistency: leave the 'ok' matching to the callerMatthias Radestock2012-06-231-1/+1
| * Revert the wrapper around the copy in append_file/2Simon MacMullen2012-06-221-0/+17
* | `cluster_status_from_mnesia/0' fails if tables are not presentFrancesco Mazzoli2012-06-281-19/+30
* | don't use `system_info(running_db_nodes)', check for running rabbits insteadFrancesco Mazzoli2012-06-281-3/+17
* | instead of manually removing the current node, filter it in `cluster_status'Francesco Mazzoli2012-06-283-17/+9
* | moved the status file handling to `rabbit_node_monitor', status from mnesia w...Francesco Mazzoli2012-06-273-275/+320
* | change semantics of the cluster status operationsFrancesco Mazzoli2012-06-271-55/+54
* | change `rabbit_mnesia:cluster_status_if_running' slightlyFrancesco Mazzoli2012-06-271-8/+12
* | check if only running disc node only in the required placesFrancesco Mazzoli2012-06-271-4/+6
* | check that the node is in the cluster in `rabbit_mnesia:remove_node/1'Francesco Mazzoli2012-06-261-0/+5
* | remove the node from the running node when neededFrancesco Mazzoli2012-06-261-18/+23
* | notify cluster of new nodes as soon as they join, and not when they startFrancesco Mazzoli2012-06-262-14/+38
* | merge defaultFrancesco Mazzoli2012-06-227-719/+866
|\ \ | |/ |/|
| * merge defaultFrancesco Mazzoli2012-06-203-24/+16
| |\
| * | add a "leave cluster" hook in `rabbit_node_monitor', handle cluster nodes joi...Francesco Mazzoli2012-06-142-27/+66
| * | merge defaultFrancesco Mazzoli2012-06-146-706/+814
| |\ \
| | * \ merge defaultFrancesco Mazzoli2012-06-146-706/+814
| | |\ \
| | | * \ merge defaultFrancesco Mazzoli2012-06-125-99/+77
| | | |\ \
| | | * | | revert last commitFrancesco Mazzoli2012-06-124-77/+40
| | | * | | add node to existing cluster status instead of creating a new one on on_node_...Francesco Mazzoli2012-06-064-40/+77
| | | * | | stop mnesia after cluster operationFrancesco Mazzoli2012-06-011-0/+4
| | | * | | first attempt at refactoring `rabbit_mnesia:init_db'Francesco Mazzoli2012-06-012-94/+64
| | | * | | tidy exports and specsFrancesco Mazzoli2012-05-312-24/+42
| | | * | | fix and improve `rabbit_mnesia:remove_node/1' in many waysFrancesco Mazzoli2012-05-311-56/+94
| | | * | | merge defaultFrancesco Mazzoli2012-05-306-696/+774
| | | |\ \ \
| | | | * \ \ merge defaultFrancesco Mazzoli2012-05-306-696/+773
| | | | |\ \ \
| | | | | * | | set up cluster beforehand in testsFrancesco Mazzoli2012-05-291-13/+33
| | | | | * | | remove cluster managment tests, adjust the othersFrancesco Mazzoli2012-05-281-199/+1
| | | | | * | | merge defaultFrancesco Mazzoli2012-05-285-485/+740
| | | | | |\ \ \
| | | | | | * | | comments in `prepare/0'Francesco Mazzoli2012-05-251-0/+5
| | | | | | * | | forgot `check_cluster_consistency/0' call in `prepare/0'Francesco Mazzoli2012-05-251-0/+1
| | | | | | * | | merge defaultFrancesco Mazzoli2012-05-255-485/+734
| | | | | | |\ \ \
| | | | | | | * | | handle legacy `cluster_nodes.config' and `running_nodes_at_shutdown'Francesco Mazzoli2012-05-243-38/+85
| | | | | | | * | | added `rabbit_mnesia:remove_node/1' to remove node from clusters remotelyFrancesco Mazzoli2012-05-232-1/+24
| | | | | | | * | | fiddling with `rabbit_mnesia' specsFrancesco Mazzoli2012-05-231-2/+2
| | | | | | | * | | add `rabbit_misc:rabbit_version/0'Francesco Mazzoli2012-05-232-2/+8
| | | | | | | * | | deleted percent by mistakeFrancesco Mazzoli2012-05-231-1/+1
| | | | | | | * | | stricter cluster consistency checkFrancesco Mazzoli2012-05-231-20/+47
| | | | | | | * | | ooops... do not update the cluster status file with its own dataFrancesco Mazzoli2012-05-221-1/+3
| | | | | | | * | | fix but in `rabbit_mnesia:status/0'Francesco Mazzoli2012-05-221-2/+5
| | | | | | | * | | forgot to replace old functionFrancesco Mazzoli2012-05-211-7/+1
| | | | | | | * | | change the cluster nodes functions to rely on the cluster status file onlyFrancesco Mazzoli2012-05-211-116/+36
| | | | | | | * | | change rabbitmqctl `join_cluster', add `recluster' and `change_node_type'Francesco Mazzoli2012-05-212-48/+133
| | | | | | | * | | moved functions around in rabbit_mnesiaFrancesco Mazzoli2012-05-181-347/+379
| | | | | | | * | | merge defaultFrancesco Mazzoli2012-05-187-103/+85
| | | | | | | |\ \ \