summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle the case where we go from unmirrored(A) to nodes(B, C).Simon MacMullen2012-09-201-1/+8
* "nodes" policy should not suggest nodes which are not running. Also if nodes ...Simon MacMullen2012-09-202-5/+19
* That case was originally written to cover the unmirrored case - but actually ...Simon MacMullen2012-09-201-2/+0
* Start new slaves in response to gm deaths a bit later, to prevent deadlock. A...Simon MacMullen2012-09-204-32/+27
* That hack should not be needed any more.Simon MacMullen2012-09-191-13/+7
* Merge in defaultSimon MacMullen2012-09-1915-355/+364
|\
| * Merge bug25167Simon MacMullen2012-09-191-12/+8
| |\
| | * SimplifySimon MacMullen2012-09-191-4/+1
| | * revert to manual rpc for running nodes, but use mnesia to check if nodes are ...Francesco Mazzoli2012-09-191-17/+30
| | * use `system_info(running_db_nodes)' instead of rpc+application to detect runn...Francesco Mazzoli2012-09-191-25/+11
| * | fix `rabbit_mnesia:is_virgin_node/0', was checking only for one status fileFrancesco Mazzoli2012-09-192-7/+8
| * | use the correct typeMatthias Radestock2012-09-194-4/+4
| |/
| * Merge bug24997Simon MacMullen2012-09-1847-1483/+3413
| |\
| | * Merge bug25158.Simon MacMullen2012-09-183-267/+266
| | |\
| | | * Merged bug25144Emile Joubert2012-09-182-10/+28
| | | |\
| | | | * Remove the Mnesia record after we are done with it.Simon MacMullen2012-09-132-10/+28
| | | * | move all the error descriptions to the endMatthias Radestock2012-09-171-88/+74
| | | * | correct commentMatthias Radestock2012-09-171-1/+1
| | | * | some tidying upMatthias Radestock2012-09-171-174/+169
| | * | | ensure that slaves confirm messages when ttl=0Matthias Radestock2012-09-171-5/+2
| | |/ /
| | * | Merge bug25152Simon MacMullen2012-09-176-56/+35
| | |\ \
| | | * | fix messed up rabbitmqctl usageFrancesco Mazzoli2012-09-171-24/+3
| | * | | Increase the amount of symmetry.Simon MacMullen2012-09-171-7/+7
| | * | | bring queue/exchange removal cost back down to O(binding_count)Matthias Radestock2012-09-151-20/+30
| | * | | guard deletes on disk tables in order to eliminate superfluos fsyncsMatthias Radestock2012-09-153-5/+23
| * | | | Swap arguments of transfer/2.Simon MacMullen2012-09-181-3/+3
| * | | | Tweak docsEmile Joubert2012-09-141-3/+3
| * | | | Prevent possible deadlock when obtaining multiple filehandlesEmile Joubert2012-08-102-27/+36
* | | | | Pull our attempts to list all nodes out of transactions and loops.Simon MacMullen2012-09-181-5/+15
* | | | | SimplifySimon MacMullen2012-09-171-5/+1
* | | | | Cope with the fact that rabbit_mnesia:running_clustered_nodes/0 now does not ...Simon MacMullen2012-09-171-2/+11
* | | | | Merge defaultSimon MacMullen2012-09-179-134/+271
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge defaultSimon MacMullen2012-09-149-134/+271
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | cosmeticMatthias Radestock2012-09-051-4/+2
| | * | | Also exclude DeadNodes from the list of new nodes to start mirrors on; we hav...Simon MacMullen2012-09-051-1/+1
| | * | | Cosmetic: give that comment room to breath.Simon MacMullen2012-09-051-20/+21
| | * | | Call add_mirror/2 before drop_mirror/2, and explain why.Simon MacMullen2012-09-051-1/+11
| | * | | GahSimon MacMullen2012-09-052-4/+2
| | * | | No we don't. The point is that if a mirror is dropping out of the queue, does...Simon MacMullen2012-09-052-2/+0
| | * | | Add specs, remove misleading "%% temp" comment.Simon MacMullen2012-09-053-9/+15
| | * | | Reduce difference to defaultSimon MacMullen2012-09-051-3/+3
| | * | | merge default into bug24908Matthias Radestock2012-09-049-136/+262
| | |\ \ \
| | | * | | more reification, plus cosmeticsMatthias Radestock2012-09-041-18/+13
| | | * | | Reify a touch more.Simon MacMullen2012-09-041-5/+6
| | | * | | Suggest queue nodes based on running nodes, otherwise (at the very least) we ...Simon MacMullen2012-08-231-1/+2
| | | * | | Fix broken mergeSimon MacMullen2012-08-231-2/+2
| | | * | | s/at-least/exactly/gSimon MacMullen2012-08-222-12/+12
| | | * | | Merge defaultSimon MacMullen2012-08-2110-173/+169
| | | |\ \ \
| | | * | | | at-least mode can imply that we need to start slaves in response to slaves dy...Simon MacMullen2012-08-171-10/+30
| | | * | | | Merge defaultSimon MacMullen2012-08-159-125/+234
| | | |\ \ \ \