summaryrefslogtreecommitdiff
path: root/src/rabbit_mirror_queue_misc.erl
Commit message (Expand)AuthorAgeFilesLines
* Reify queue crashed state.Simon MacMullen2014-09-151-1/+2
* Further reduce distance to default (especially in slave), by getting the preq...Simon MacMullen2014-09-101-4/+1
* Add an intermediate supervisor so that if a queue exceeds its restart limit w...Simon MacMullen2014-08-201-1/+1
* Remove a pointless check here - we will check from within an Mnesia tx in rab...Simon MacMullen2014-08-191-24/+13
* Another copy of the master_in_recovery check. Not sure that's very elegant, b...Simon MacMullen2014-08-191-1/+2
* Roll slave startup into the new mechanism.Simon MacMullen2014-08-191-3/+5
* Maintain down_slave_nodes so we might have a clue where to look to recover from.Simon MacMullen2014-06-191-11/+21
* Add boot step!Simon MacMullen2014-05-121-10/+13
* Add a policy for this thingSimon MacMullen2014-05-091-6/+20
* Introduce a new function for the case of dropping a master because we synced ...bug26125Simon MacMullen2014-04-231-1/+23
* explainbug26117Matthias Radestock2014-04-171-12/+17
* always return DeadPids, so that all deaths are loggedMatthias Radestock2014-04-161-6/+5
* gm_pids is the source of truthMatthias Radestock2014-04-161-20/+22
* drive remove_from_queue with DeadGMPidsMatthias Radestock2014-04-161-9/+19
* cosmetic: prevent trailing whitespace in log messageMatthias Radestock2014-04-151-2/+2
* Allow specification of the node to use for the queue, all else being equal.bug26082Simon MacMullen2014-03-271-8/+16
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Make mirrored queue logging configurable.bug26042Simon MacMullen2014-02-271-9/+16
* don't use amqqueue:with/3 in mq_misc:{add,drop}_mirrorMatthias Radestock2014-02-061-39/+40
* Merge in stablebug25873Simon MacMullen2013-11-221-29/+19
|\
| * Restore synchronous addition of slaves in the queue.declare case.Simon MacMullen2013-11-121-14/+12
| * Forgot to add a specSimon MacMullen2013-11-111-0/+1
| * Re-add the log invocations we lost. This does lead to the stale master pid wa...Simon MacMullen2013-11-111-3/+4
| * Port the deadlock-breaking code from bug 25852.Simon MacMullen2013-11-111-20/+14
* | More explanationbug25867Simon MacMullen2013-11-221-0/+2
* | Improve comment.Simon MacMullen2013-11-181-3/+4
* | ExplainSimon MacMullen2013-11-061-0/+3
* | Maybe sync on slave promotion.Simon MacMullen2013-11-061-3/+4
|/
* Merge bug25749 (again)Simon MacMullen2013-09-131-2/+2
|\
| * ...and again.bug25749Simon MacMullen2013-09-131-2/+2
* | Merge bug25749 (again)Simon MacMullen2013-09-131-8/+12
|\ \ | |/ |/|
| * Merged bug25749 into defaultEmile Joubert2013-09-131-8/+12
| |\
| | * Merge in defaultbug25276Simon MacMullen2013-09-111-3/+3
| | |\
| | | * Merged stable into defaultEmile Joubert2013-09-111-3/+3
| | | |\
| | | | * Take GM's view of the live members each time we have a death message; don't a...Simon MacMullen2013-09-021-3/+3
| | * | | Prevent exclusive queues from being durable or mirrored.Simon MacMullen2013-08-191-5/+9
| | |/ /
* | | | Oops, we completely broke HA there.Simon MacMullen2013-09-131-2/+2
|/ / /
* | | Dead lettering by policy.Simon MacMullen2013-09-031-1/+1
|/ /
* | Merged stable into defaultEmile Joubert2013-07-311-2/+2
|\ \ | |/
| * s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* | stable to defaultSimon MacMullen2013-06-211-1/+1
|\ \ | |/
| * Make it clearer what I meant.Simon MacMullen2013-06-211-1/+1
* | Merged stable into defaultEmile Joubert2013-06-211-0/+2
|\ \ | |/
| * Add a TODO for if we are ever unbusy enough to look at removing this code.bug25638Simon MacMullen2013-06-211-0/+2
* | Remove some vestigial events.bug25604Simon MacMullen2013-06-111-2/+0
|/
* Tighten up HA policy validation.bug25555Simon MacMullen2013-05-141-13/+19
* Move mirrored queue modes into a behaviour and implementations thereof.Simon MacMullen2013-04-111-92/+45
* merge bug25418 into defaultTim Watson2013-02-201-3/+24
|\
| * Auto sync when policy changes to require it, in case we are already mirrored ...bug25418Simon MacMullen2013-02-131-7/+11
| * First pass at ha-sync-mode.Simon MacMullen2013-02-111-4/+21