summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* better error message for `join_cluster'Francesco Mazzoli2012-10-251-1/+3
| | | | | | | When `force_reset'ing a node, if we want to re-cluster it with the old cluster `update_cluster_nodes' can be used, but we can't simply use `join_cluster' again, because the rest of the cluster still thinks the `force_reset' node is in the cluster.
* oops pt 2Francesco Mazzoli2012-10-251-1/+1
|
* `cluster_nodes(all)' instead of `nodes()' in `force_reset()'Francesco Mazzoli2012-10-251-1/+1
|
* handle legacy `cluster_nodes'Francesco Mazzoli2012-10-251-2/+14
|
* oopsFrancesco Mazzoli2012-10-251-2/+0
|
* merge defaultFrancesco Mazzoli2012-10-253-51/+41
|\
| * Merged bug25053 into defaultEmile Joubert2012-10-2585-2902/+5968
| |\
| | * Merge bug25167Simon MacMullen2012-10-241-5/+7
| | |\
| | | * Merged bug25237 into defaultEmile Joubert2012-10-241-5/+7
| | | |\
| | | | * More accurate specs.Simon MacMullen2012-10-241-5/+7
| | | |/
| | * | remove the `leave_cluster' refactorFrancesco Mazzoli2012-10-241-4/+6
| | | |
| | * | post merge cleanupFrancesco Mazzoli2012-10-241-22/+21
| | | |
| | * | oopsFrancesco Mazzoli2012-10-241-0/+1
| | | |
| | * | commentFrancesco Mazzoli2012-10-241-0/+2
| | | |
| | * | merged defaultFrancesco Mazzoli2012-10-241-57/+41
| | |\ \ | | | |/ | | |/|
| | | * fix in change_cluster_node_typeFrancesco Mazzoli2012-09-211-1/+3
| | | |
| | | * forgot about the other thunkFrancesco Mazzoli2012-09-211-3/+2
| | | |
| | | * not a thunk anymoreFrancesco Mazzoli2012-09-211-3/+3
| | | |
| | | * reverse to using `system_info(running_db_nodes)'Francesco Mazzoli2012-09-211-23/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We noticed that our function is never necessary. Doing these changes, I also noticed that `running_db_nodes' does not do an rpc call if mnesia is running, and instead records the running node in some ETS table. This makes the clustering management tests racy, since we don't know when the information about the nodes which are up/down will propagate.
| * | | When handling emit_stats we should do nearly everything we normally do in ↵Simon MacMullen2012-07-121-4/+4
| | | | | | | | | | | | | | | | noreply/1, just not create another stats timer.
* | | | merge defaultFrancesco Mazzoli2012-10-2437-723/+1359
|\ \ \ \ | | |/ / | |/| |
| * | | Fix policy info itemsSimon MacMullen2012-10-241-1/+1
| | | |
| * | | Slightly surprised that compiled on R15B02 - but it doesn't on R12B-5. Fix ↵Simon MacMullen2012-10-241-1/+1
| | | | | | | | | | | | | | | | CI + nightlies.
| * | | merge bug25227 into defaultTim Watson2012-10-230-0/+0
| |\ \ \
| * \ \ \ merge defaultTim Watson2012-10-2332-422/+848
| |\ \ \ \ | | |/ / /
| | * | | Merged bug25142 into defaultEmile Joubert2012-10-2310-70/+451
| | |\ \ \
| | | * | | s/key/name/, and a couple of other minor tidyups that I noticed at the same ↵Simon MacMullen2012-10-223-75/+76
| | | | | | | | | | | | | | | | | | | | | | | | time.
| | | * | | Cosmetic + show non-string nodes params + display "none" when params missing.Simon MacMullen2012-10-221-4/+6
| | | | | |
| | | * | | Add policies and parameters to "rabbitmqctl report"Simon MacMullen2012-10-171-1/+3
| | | | | |
| | | * | | As far as I could tell validation for "exactly" was completely broken. ↵Simon MacMullen2012-10-161-23/+16
| | | | | | | | | | | | | | | | | | | | | | | | Remove attempt at abstraction. Also validate that mode=all does *not* have any params.
| | | * | | Merge defaultSimon MacMullen2012-10-1610-26/+409
| | | |\ \ \
| | | | * | | I think it's clearer if priority is always set.Simon MacMullen2012-10-161-20/+18
| | | | | | |
| | | | * | | Define rabbit_policy entirely in terms of parameters, don't go mucking about ↵Simon MacMullen2012-10-162-19/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in mnesia.
| | | | * | | CosmeticSimon MacMullen2012-10-162-4/+2
| | | | | | |
| | | | * | | Another lurking "Tags"Simon MacMullen2012-10-161-2/+2
| | | | | | |
| | | | * | | We call it "set" not "add" everywhere else.Simon MacMullen2012-10-162-11/+11
| | | | | | |
| | | | * | | RefactorSimon MacMullen2012-10-161-22/+22
| | | | | | |
| | | | * | | Refactor a little bit. And they're Keys, not Tags.Simon MacMullen2012-10-162-14/+15
| | | | | | |
| | | | * | | Rename and refactor policiesEmile Joubert2012-10-154-181/+155
| | | | | | |
| | | | * | | Simplify policy validation testsEmile Joubert2012-10-122-34/+10
| | | | | | |
| | | | * | | Simplify setting of policiesEmile Joubert2012-10-121-10/+6
| | | | | | |
| | | | * | | Delete policies with vhostsEmile Joubert2012-10-122-3/+7
| | | | | | |
| | | | * | | Duplicate duplicate detectionEmile Joubert2012-10-121-2/+0
| | | | | | |
| | | | * | | Remove hints, spacesEmile Joubert2012-10-124-26/+2
| | | | | | |
| | | | * | | Parameter API renaming and policy tweaksEmile Joubert2012-10-117-98/+143
| | | | | | |
| | | | * | | TidyingEmile Joubert2012-10-113-5/+3
| | | | | | |
| | | | * | | Policy interface updatesEmile Joubert2012-10-104-40/+73
| | | | | | |
| | | | * | | Policy interface updatesEmile Joubert2012-10-093-8/+20
| | | | | | |
| | | | * | | Simpler policy interfaceEmile Joubert2012-10-093-14/+40
| | | | | | |
| | | | * | | Stricter HA validationEmile Joubert2012-10-092-18/+31
| | | | | | |