summaryrefslogtreecommitdiff
path: root/src/rabbit_mirror_queue_slave.erl
Commit message (Expand)AuthorAgeFilesLines
* Merge defaultbug24908Simon MacMullen2012-10-021-13/+20
|\
| * Merge in defaultSimon MacMullen2012-09-281-13/+20
| |\
| | * Merge in defaultSimon MacMullen2012-09-251-13/+20
| | |\
| | | * Start new slaves in response to gm deaths a bit later, to prevent deadlock. A...Simon MacMullen2012-09-201-7/+13
| | | * Merge defaultSimon MacMullen2012-09-141-6/+7
| | | |\
| | | | * GahSimon MacMullen2012-09-051-2/+1
| | | | * No we don't. The point is that if a mirror is dropping out of the queue, does...Simon MacMullen2012-09-051-1/+0
| | | | * Reduce difference to defaultSimon MacMullen2012-09-051-3/+3
| | | | * merge default into bug24908Matthias Radestock2012-09-041-10/+13
| | | | |\
| | | | | * more reification, plus cosmeticsMatthias Radestock2012-09-041-18/+13
| | | | | * Reify a touch more.Simon MacMullen2012-09-041-5/+6
| | | | | * Reify something that was previously a little bit magic.Simon MacMullen2012-08-071-0/+2
| | | | | * Merge in defaultSimon MacMullen2012-08-071-4/+6
| | | | | |\
| | | | | | * Merge bug25048Simon MacMullen2012-07-091-5/+7
| | | | | | |\
| | | | | | | * Dynamic change of HA policy. Promotion from non-HA to master, and demotion fr...Simon MacMullen2012-07-061-1/+3
* | | | | | | | remove superfluous commentMatthias Radestock2012-10-011-4/+0
|/ / / / / / /
* | | | | | | correct comment following removal of 'immediate'Matthias Radestock2012-09-261-2/+1
* | | | | | | another assertionMatthias Radestock2012-09-251-0/+1
* | | | | | | neaterMatthias Radestock2012-09-251-13/+11
* | | | | | | Is this better? I'm not sure.Matthias Radestock2012-09-251-6/+5
* | | | | | | cosmeticMatthias Radestock2012-09-251-6/+6
* | | | | | | put the assertion back. This time more explictly.Matthias Radestock2012-09-251-3/+2
* | | | | | | improve correctnessMatthias Radestock2012-09-251-2/+2
* | | | | | | Rename set_synchronised to update_delta. And remove that nasty little arithme...Simon MacMullen2012-09-251-15/+19
* | | | | | | Refactor which I find clearer. Yes "DeltaChange". But it's a delta of a delta...Simon MacMullen2012-09-251-7/+9
* | | | | | | oopsMatthias Radestock2012-09-251-2/+2
* | | | | | | take a stab at making set_synchronised less obscureMatthias Radestock2012-09-251-37/+30
* | | | | | | remove unnecessary calls to set_synchronised/2 in 'fetch'Matthias Radestock2012-09-251-14/+10
|/ / / / / /
* | | | | | nuke 'immediate'bug23896Matthias Radestock2012-09-171-35/+16
|/ / / / /
* | | | | two little fixes...Francesco Mazzoli2012-09-061-2/+2
* | | | | cosmeticsFrancesco Mazzoli2012-09-041-1/+1
* | | | | cosmeticsFrancesco Mazzoli2012-09-041-2/+0
* | | | | cosmeticsFrancesco Mazzoli2012-09-041-1/+1
* | | | | merge defaultFrancesco Mazzoli2012-09-041-40/+31
|\ \ \ \ \ | |/ / / /
| * | | | minor refactoring and cosmeticsMatthias Radestock2012-08-311-40/+31
* | | | | remove differences with defaultFrancesco Mazzoli2012-09-041-10/+12
* | | | | track the delta of the depths, and replace `pending_ack' with `depth' in BQFrancesco Mazzoli2012-09-041-52/+40
* | | | | was getting `set_length' instead of `drop'Francesco Mazzoli2012-09-041-1/+1
* | | | | fix depth delta in the `publish' instructionFrancesco Mazzoli2012-09-041-1/+1
* | | | | forgot debug line inFrancesco Mazzoli2012-09-031-1/+0
* | | | | store the depth of master and slave instead of the unknown pending msgsFrancesco Mazzoli2012-09-031-64/+80
* | | | | refactoring: make the var match the fieldMatthias Radestock2012-08-311-8/+7
* | | | | refactoring: inline helper functionMatthias Radestock2012-08-311-24/+25
* | | | | cosmeticMatthias Radestock2012-08-311-3/+2
* | | | | styleFrancesco Mazzoli2012-08-311-5/+3
* | | | | revert `set_synchronized' => `update_unknown_pending'Francesco Mazzoli2012-08-311-22/+22
* | | | | `set_synchronized' => `update_unknown_pending'Francesco Mazzoli2012-08-311-22/+22
* | | | | `external_pending' => `unknown_pending'Francesco Mazzoli2012-08-311-6/+9
* | | | | use `set_synchronized' instead than manually increasingFrancesco Mazzoli2012-08-311-6/+2
* | | | | simplify `set_length' case, fixing the ToDrop < 0 branchFrancesco Mazzoli2012-08-311-20/+16