summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Yet another way in which add_mirror / drop_mirror "failing" can be OK really.bug25236Simon MacMullen2012-10-262-4/+6
|
* Merge bug 24991Simon MacMullen2012-10-264-22/+28
|\
| * use new frame_error functionbug24991Matthias Radestock2012-07-181-3/+3
| |
| * merge default into bug24991Matthias Radestock2012-07-184-22/+28
| |\
| | * allow clients to exceed frame size by a little bitMatthias Radestock2012-07-171-1/+6
| | |
| | * merge default into bug24991Matthias Radestock2012-07-175-100/+103
| | |\
| | * \ merge default into bug24991Matthias Radestock2012-07-134-22/+23
| | |\ \
| | | * \ merge default into bug24991Matthias Radestock2012-07-134-22/+23
| | | |\ \
| | | | * | enforce frame_maxMatthias Radestock2012-06-121-0/+5
| | | | | |
| | | | * | refactor: move constant and give it a better nameMatthias Radestock2012-06-123-22/+18
| | | | | |
* | | | | | Merged bug25243 into defaultEmile Joubert2012-10-263-85/+89
|\ \ \ \ \ \
| * | | | | | fix typoMatthias Radestock2012-10-261-1/+1
| | | | | | |
| * | | | | | merge bug25203 into defaultMatthias Radestock2012-10-251-33/+47
| |\ \ \ \ \ \
| | * | | | | | consistencybug25203Matthias Radestock2012-10-251-6/+6
| | | | | | | |
| | * | | | | | refactor 'reset'Matthias Radestock2012-10-251-26/+22
| | | | | | | |
| | * | | | | | betternessMatthias Radestock2012-10-251-20/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove debug logging - actually log something - rabbit_log isn't operation at this point during startup so we need to use the plain error logger - be less clever about config format checking - if it vaguely looks like a legacy config then assume that, otherwise assume it's a new style config. - be more helpful in the warning message
| | * | | | | | typoFrancesco Mazzoli2012-10-251-1/+1
| | | | | | | |
| | * | | | | | 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.bug25237Simon MacMullen2012-10-241-5/+7
| | | |/ / / / / / /
| | * | | | | | | | remove the `leave_cluster' refactorbug25167Francesco 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 ↵bug25053Simon MacMullen2012-07-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | noreply/1, just not create another stats timer.
| | | | * | | | | | merge defaultFrancesco Mazzoli2012-10-2437-723/+1359
| | | | |\ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | | * | | | | | sanitize the contents of `cluster_nodes'Francesco Mazzoli2012-10-031-1/+13
| | | | | | | | | |
* | | | | | | | | | If the current master is currently not in the nodes specified, act like it ↵bug25243Simon MacMullen2012-10-242-3/+7
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | is for the purposes of suggested_queue_nodes - otherwise we will not return it in the results.
* | | | | | | | | 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 defaultbug25227Tim 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 ↵bug25142Simon 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
| | |\ \ \ \ \ \ \ \ \