summaryrefslogtreecommitdiff
path: root/src/rabbit_mirror_queue_slave.erl
Commit message (Expand)AuthorAgeFilesLines
* Merged stable into defaultEmile Joubert2013-04-241-72/+90
|\
| * Add explanations to pmon:is_monitored/2 invocations.Simon MacMullen2013-04-241-0/+11
| * Merged default into bug24114bug24114Emile Joubert2013-03-251-11/+16
| |\
| | * Tweak nodes policy to allow master removal and thus queue migrationSimon MacMullen2013-02-121-11/+16
| * | Merge in defaultSimon MacMullen2013-01-301-68/+68
| |\ \ | | |/
| | * stable to defaultSimon MacMullen2013-01-241-1/+1
| | |\
| | * \ merge bug25394 into defaultTim Watson2013-01-221-8/+5
| | |\ \
| | | * | cosmetic: move spec of internal function and make it more preciseMatthias Radestock2013-01-201-8/+5
| | * | | populate slave's msg_id_ack with sync'ed messages pending ackbug25394Matthias Radestock2013-01-191-3/+6
| | * | | eager sync of messages pending ackMatthias Radestock2013-01-191-2/+1
| | |/ /
| | * | rationalise timer maintenanceMatthias Radestock2013-01-081-20/+8
| | * | merge stable into defaultMatthias Radestock2013-01-081-29/+44
| | |\ \
| | | * \ merge stable into defaultMatthias Radestock2013-01-081-7/+10
| | | |\ \
| | | * | | Don't do anything if we decided not to do anything.Simon MacMullen2012-11-291-0/+1
| | | * | | Set depth_delta to undefined if something goes wrong. Or indeed if something ...Simon MacMullen2012-11-291-4/+3
| | | * | | Make sure newly-started slaves don't respond and confuse things.Simon MacMullen2012-11-291-2/+5
| | | * | | Have slaves determine whether they need sync.Simon MacMullen2012-11-291-8/+6
| | | * | | OopsSimon MacMullen2012-11-281-3/+3
| | | * | | Various QA cleanupsSimon MacMullen2012-11-281-16/+13
| | | * | | merge default into bug24407Matthias Radestock2012-11-271-9/+40
| | | |\ \ \
| | | | * | | Handle update_ram_duration correctly.Simon MacMullen2012-11-271-6/+14
| | | | * | | Move the sync stuff to its own moduleSimon MacMullen2012-11-261-48/+15
| | | | * | | Don't hang on shutdownSimon MacMullen2012-11-261-5/+6
| | | | * | | React to memory monitor and FHC messages.Simon MacMullen2012-11-261-10/+21
| | | | * | | Merge in defaultSimon MacMullen2012-11-261-0/+44
| | | | |\ \ \
| | | | | * | | Send the sync_start over GM to flush out any other messages that we might hav...Simon MacMullen2012-11-261-9/+14
| | | | | * | | Fix bugs in previous commit, and be rather more thorough about monitoring and...Simon MacMullen2012-11-261-0/+3
| | | | | * | | Add spec, fix API, refuse to run if there are pending acks, return status, do...Simon MacMullen2012-11-261-0/+1
| | | | | * | | Fix expirySimon MacMullen2012-11-231-6/+4
| | | | | * | | OopsSimon MacMullen2012-11-231-1/+2
| | | | | * | | Flow control for the sync process.Simon MacMullen2012-11-231-4/+9
| | | | | * | | Cosmetic / clearer.Simon MacMullen2012-11-231-4/+3
| | | | | * | | Eager mirror synchronisation.Simon MacMullen2012-11-231-0/+32
| | | * | | | | Merge bug25323Simon MacMullen2012-11-271-1/+1
| | | |\ \ \ \ \
| | | | * | | | | mark all messages enqueued in the slave as 'delivered'bug25323Matthias Radestock2012-11-261-1/+1
| | | | |/ / / /
| | | * | | | | remove cruftMatthias Radestock2012-11-261-1/+0
| | | |/ / / /
| | | * | | | bq api tweak: don't include remaining message count in fetch/drop resultMatthias Radestock2012-11-221-2/+1
| | | |/ / /
| | | * | | introduce bq:drop/2 and use it in slaves to prevent msg fetchingMatthias Radestock2012-11-201-17/+2
| | | * | | format mq slave message queueMatthias Radestock2012-11-191-1/+3
| * | | | | Pass length to prioritise_*Simon MacMullen2012-11-081-5/+5
| | |/ / / | |/| | |
* | | | | Move the peer_down handling to sender_death, since that's when the slave reallybug25524Emile Joubert2013-04-241-2/+2
| |_|_|/ |/| | |
* | | | Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
| |/ / |/| |
* | | tidy upbug25353Matthias Radestock2013-01-081-4/+0
| |/ |/|
* | copy change from rabbit_amqqueue_process to slaveMatthias Radestock2013-01-081-7/+9
|/
* Merge bug25168Simon MacMullen2012-10-231-1/+2
|\
| * Rearrange order of args to gm:start_link/4 since it seems to make invocations...bug25215Simon MacMullen2012-10-191-3/+2
| * oopsTim Watson2012-10-171-2/+3
| * do not couple gm with rabbit_miscTim Watson2012-10-171-1/+2
* | publish_delivered(false, ...) -> discardMatthias Radestock2012-10-161-8/+6
|/
* one less place to equate mirrors with nodesMatthias Radestock2012-10-161-2/+2