summaryrefslogtreecommitdiff
path: root/src/rabbit_mirror_queue_misc.erl
Commit message (Expand)AuthorAgeFilesLines
* If the current master is currently not in the nodes specified, act like it is...bug25243Simon MacMullen2012-10-241-1/+5
* Cosmetic + show non-string nodes params + display "none" when params missing.Simon MacMullen2012-10-221-4/+6
* As far as I could tell validation for "exactly" was completely broken. Remove...Simon MacMullen2012-10-161-23/+16
* Merge defaultSimon MacMullen2012-10-161-1/+48
|\
| * RefactorSimon MacMullen2012-10-161-22/+22
| * Refactor a little bit. And they're Keys, not Tags.Simon MacMullen2012-10-161-1/+1
| * Duplicate duplicate detectionEmile Joubert2012-10-121-2/+0
| * Remove hints, spacesEmile Joubert2012-10-121-1/+1
| * Parameter API renaming and policy tweaksEmile Joubert2012-10-111-1/+1
| * Policy interface updatesEmile Joubert2012-10-101-1/+1
| * Stricter HA validationEmile Joubert2012-10-091-15/+20
| * Policy validation updatesEmile Joubert2012-10-081-1/+1
| * Updated policy validationEmile Joubert2012-10-051-1/+45
* | cosmeticMatthias Radestock2012-10-161-4/+2
* | one less place to equate mirrors with nodesMatthias Radestock2012-10-161-6/+5
* | cosmeticbug25202Matthias Radestock2012-10-161-1/+0
* | We don't need the 'existing' records, and without them we don't need to compa...Simon MacMullen2012-10-161-3/+3
* | simplifyMatthias Radestock2012-10-161-4/+1
* | merge default into bug25202Matthias Radestock2012-10-161-1/+11
|\ \
| * \ Merge in defaultSimon MacMullen2012-10-121-43/+38
| |\ \
| * | | R12B-3 compatibility.Simon MacMullen2012-10-081-1/+2
| * | | That wasn't actually very randomSimon MacMullen2012-10-041-0/+1
| * | | ClearerSimon MacMullen2012-10-041-2/+2
| * | | Shuffle candidate nodes when we want to add some in "exactly" mode.Simon MacMullen2012-10-041-1/+9
| | |/ | |/|
* | | Make sure we update Mnesia when only the gm_pids have changed (i.e. we are cl...Simon MacMullen2012-10-101-1/+1
* | | Merge in default.Simon MacMullen2012-10-101-37/+32
|\ \ \ | | |/ | |/|
| * | Fix spec broken by bug 25212Simon MacMullen2012-10-101-1/+2
| * | Remove debugging code.Simon MacMullen2012-10-081-5/+2
| * | WIPSimon MacMullen2012-10-081-35/+33
* | | Merge in bug25195.Simon MacMullen2012-10-101-6/+17
|\ \ \ | |/ / |/| |
| * | Progress towards storing a GM pid -> queue pid mapping. This is dependent on ...Simon MacMullen2012-10-031-6/+17
| |/
* | Don't fail if the queue is already mirrored, tweak return values a bit.bug25212Simon MacMullen2012-10-051-8/+7
|/
* Don't throw, rabbit_amqqueue:with/2 will eat it.Simon MacMullen2012-09-281-1/+1
* Ignore if the node is down.Simon MacMullen2012-09-281-1/+9
* Assert a bit here too.Simon MacMullen2012-09-281-1/+1
* We want to catch here, if sup:start_child exits the rabbit_amqqueue:with we a...Simon MacMullen2012-09-281-1/+1
* Merge in defaultSimon MacMullen2012-09-281-47/+158
|\
| * 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-201-4/+11
| * Start new slaves in response to gm deaths a bit later, to prevent deadlock. A...Simon MacMullen2012-09-201-23/+11
| * That hack should not be needed any more.Simon MacMullen2012-09-191-13/+7
| * 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
| * 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
| * Add specs, remove misleading "%% temp" comment.Simon MacMullen2012-09-051-6/+10
| * Suggest queue nodes based on running nodes, otherwise (at the very least) we ...Simon MacMullen2012-08-231-1/+2