summaryrefslogtreecommitdiff
path: root/src/rabbit_mirror_queue_slave.erl
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | add the delta in `set_synchronized', fixes the call in `set_length'Francesco Mazzoli2012-08-311-3/+3
* | | | | `set_synchronized' accepts the difference instead of separate argsFrancesco Mazzoli2012-08-311-7/+7
* | | | | do not track external pendings until we receive `length'Francesco Mazzoli2012-08-311-2/+7
* | | | | actually, it looks like the slave might receive messages before `length'Francesco Mazzoli2012-08-311-1/+1
* | | | | `length' should be the first instructions, lets assert thatFrancesco Mazzoli2012-08-311-1/+1
* | | | | get the external pending acks at the beginningFrancesco Mazzoli2012-08-311-2/+3
* | | | | matthias doesn't like the nested `set_synchronised' :(Francesco Mazzoli2012-08-301-20/+18
* | | | | take into account requeues when setting synch state for slavesFrancesco Mazzoli2012-08-301-54/+61
|/ / / /
* | | | cosmeticbug25117Tim Watson2012-08-291-1/+1
* | | | Slaves must join gm before updating amqqueue records, otherwise messagesTim Watson2012-08-291-15/+17
* | | | non-zero timeout when idle for the slave as wellbug25112Francesco Mazzoli2012-08-231-3/+3
* | | | cosmeticMatthias Radestock2012-08-231-25/+18
|/ / /
* | | merge defaultbug25048Francesco Mazzoli2012-07-301-7/+15
|\ \ \
| * | | remove unused variableFrancesco Mazzoli2012-07-271-1/+1
| * | | merge defaultFrancesco Mazzoli2012-07-231-7/+14
| |\ \ \ | | |/ /
| | * | Be more consistent about always cleaning sync_slave_pids whenever slave_pids ...Simon MacMullen2012-07-091-4/+3
| | * | It did work, but we needed to do that in another place too...Simon MacMullen2012-07-091-1/+1
| | * | Store sync'ed slaves in Mnesia. This is not quite right yet.Simon MacMullen2012-07-061-5/+13
| | |/
* | | simplify match on master pidsTim Watson2012-07-251-5/+5
* | | throw state invariants in the right place; cosmeticTim Watson2012-07-231-48/+29
* | | merge with defaultTim Watson2012-07-231-11/+48
|\ \ \ | |/ / |/| |
| * | log stale master pids properly, remove duplicate stale pid handling from rmq_...Tim Watson2012-07-231-83/+48
| * | attempt to handle stale slave pids during intialisation routinesTim Watson2012-06-131-5/+77
* | | I am more dubious about this one. But not enough to take it out.bug24720Simon MacMullen2012-07-131-0/+2
* | | Explain this message.Simon MacMullen2012-07-131-0/+5
* | | Rename HA heartbeat when master changesEmile Joubert2012-07-111-3/+3
| |/ |/|
* | Maybe better name?Simon MacMullen2012-06-261-1/+1
* | OK, we do actually need a special way to determine the difference between:Simon MacMullen2012-06-251-1/+1
* | Get rid of this with_exit_handler use.Simon MacMullen2012-06-251-12/+4
* | normal -> leaving the ring, change topologySimon MacMullen2012-06-251-2/+2
* | Close down the slave's GM the same way the master's GM does.Simon MacMullen2012-06-251-0/+5
|/
* Update the msg_id_ack in set_length.Francesco Mazzoli2012-04-241-12/+16
* Explicitly acking/not acking when calling bq:fetch in set_length in an HA slaveFrancesco Mazzoli2012-04-191-2/+2
* Merged bug24855 into defaultEmile Joubert2012-04-191-32/+21
|\
| * oopsMatthias Radestock2012-04-121-1/+1
| * merge bug24769Matthias Radestock2012-04-111-1/+1
| |\
| | * Whoopsy.bug24854Matthew Sackman2012-04-041-1/+1
| * | monitor queue senders with pmonMatthias Radestock2012-03-231-9/+5
| * | use pmon in mirror_queue_slaveMatthias Radestock2012-03-231-24/+17
| |/
* | Current thinking is fold should be master only. Interestingly, this also elim...bug24855Matthew Sackman2012-04-051-5/+0
|/
* Rename process_messages to fold.Simon MacMullen2012-02-271-2/+2
* rename the weird VQ:ack/3 head to VQ:process_messages/3Alexandru Scvortov2012-02-241-2/+7
* merge default into bug20337Alexandru Scvortov2012-02-061-51/+66
|\
| * Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
| * We don't actually need this two-stage startup, we can just fail to init/1.Simon MacMullen2012-02-011-13/+7
| * Let's pay attention to whether we actually started or not.Simon MacMullen2012-02-011-2/+4
| * Two-stage-startup-with-mnesia-record, like rabbit_amqqueue_process.Simon MacMullen2012-01-311-47/+57
| * Flow control: queue slave -> msg_store.Simon MacMullen2012-01-171-0/+4
| * provide two flavours of rabbit_amqqueue:deliverMatthias Radestock2012-01-161-2/+5
| * merge default into bug24664Matthias Radestock2012-01-161-5/+4
| |\