summaryrefslogtreecommitdiff
path: root/src/rabbit_prequeue.erl
Commit message (Expand)AuthorAgeFilesLines
* Separate out different is_process_alive implementations depending on whether ...bug26408Simon MacMullen2014-10-101-2/+2
* OopsSimon MacMullen2014-10-091-1/+1
* Make rabbit_misc:is_process_alive() return false for nodes we are partitioned...Simon MacMullen2014-10-091-3/+4
* Restart exclusive queues correctly, update comment.Simon MacMullen2014-09-101-3/+3
* Further reduce distance to default (especially in slave), by getting the preq...Simon MacMullen2014-09-101-39/+25
* Reduce distance to default, especially WRT rabbit_amqqueue_process startup.Simon MacMullen2014-09-091-43/+6
* OopsSimon MacMullen2014-09-091-1/+1
* Rename slightly and improve comments.Simon MacMullen2014-09-091-9/+11
* Introduce the idea that queues can be absent for a reason. The traditional ab...Simon MacMullen2014-09-091-1/+4
* Try to be consistent.Simon MacMullen2014-09-091-0/+2
* SpecSimon MacMullen2014-09-081-1/+4
* CosmeticSimon MacMullen2014-08-201-2/+1
* Switch to making our restart decisions based on explicitly determining whethe...Simon MacMullen2014-08-201-85/+68
* This is perhaps more honest; if the queue was transient we will not recover a...Simon MacMullen2014-08-201-2/+1
* Log that we recovered. Also store updated pid in Mnesia!Simon MacMullen2014-08-191-6/+14
* Allow crashing queues to recover themselves.Simon MacMullen2014-08-191-1/+2
* Another copy of the master_in_recovery check. Not sure that's very elegant, b...Simon MacMullen2014-08-191-14/+38
* Roll slave startup into the new mechanism.Simon MacMullen2014-08-191-8/+34
* Various spec-ish fixes.Simon MacMullen2014-08-191-1/+1
* First step along the way to queue restarts. Create a "prequeue" module whose ...Simon MacMullen2014-08-191-0/+104