summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Unused var.Simon MacMullen2012-10-091-1/+0
|
* Remove this master_changed nonsense.Simon MacMullen2012-10-092-13/+0
|
* Ignore process_death, explain why.Simon MacMullen2012-10-091-4/+11
|
* merge bug25212Tim Watson2012-10-050-0/+0
|\
* | Don't fail if the queue is already mirrored, tweak return values a bit.bug25212Simon MacMullen2012-10-051-8/+7
| |
* | Do not start slaves in init_with_existing_bq/3 since we will only get here ↵Simon MacMullen2012-10-051-6/+7
|/ | | | via rabbit_mirror_queue_misc:update_mirrors/2 which will start them anyway.
* consistencyMatthias Radestock2012-10-033-21/+21
|
* re-merge bug25200 into defaultMatthias Radestock2012-10-031-1/+2
|\
| * cosmeticbug25200Matthias Radestock2012-10-031-1/+2
| |
* | Merge bug25200Simon MacMullen2012-10-032-15/+37
|\ \ | |/ |/|
| * Merge bug25199Simon MacMullen2012-10-031-16/+14
| |\
| | * get rid of all but one use of run_backing_queue and inline the latterbug25199Matthias Radestock2012-10-011-16/+14
| | |
| * | Merged bug25193Emile Joubert2012-10-032-0/+24
| |\ \
| | * | More reasons.bug25193Simon MacMullen2012-10-031-3/+4
| | | |
| | * | Clearer?Simon MacMullen2012-10-011-5/+17
| | | |
| | * | active_consumers info item.Simon MacMullen2012-09-282-0/+11
| | | |
* | | | ExplainSimon MacMullen2012-10-031-0/+6
| | | |
* | | | distinguish between deliveries to masters and slavesMatthias Radestock2012-10-033-20/+35
|/ / / | | | | | | | | | | | | ...thus allowing us to set the 'delivered' flag correctly for messages that were in flight during a promotion
* | | cosmeticMatthias Radestock2012-10-021-10/+7
| | |
* | | Merge bug25198Simon MacMullen2012-10-020-0/+0
|\ \ \
* \ \ \ Merge in defaultbug25198Simon MacMullen2012-10-023-29/+25
|\ \ \ \ | |/ / / |/| | |
| * | | remove gratuitous ack numberingMatthias Radestock2012-10-021-10/+5
| | | | | | | | | | | | | | | | | | | | the sole purpose of which was to sort the acktags by that number, which serves no purpose whatsoever.
| * | | requeue unacked messages earlier during promotionMatthias Radestock2012-10-013-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...so that the set_delivered marker is set correctly. Note that - there is no need to sort AckTags - BQ:requeue doesn't care about the order in which it is given the tags. - we don't need to 'run the backing queue' / 'run the message queue' when requeuing since there are no consumers. But we *do* need to drop expired messages; process_args takes care of that already.
* | | | merge bug25184 into defaultMatthias Radestock2012-10-021-9/+15
|\ \ \ \
| * | | | comments, also wait for tables right after you load thembug25184Francesco Mazzoli2012-10-021-2/+9
| | | | |
| * | | | cosmeticsFrancesco Mazzoli2012-10-021-7/+6
| | | | |
| * | | | wait for tables, not for mnesiaFrancesco Mazzoli2012-10-021-1/+1
| | | | |
| * | | | simplify `leave_cluster/0'Francesco Mazzoli2012-10-021-4/+4
|/ / / /
* | | | merge bug24908 into defaultTim Watson2012-10-0210-157/+326
|\ \ \ \
| * \ \ \ Merge defaultbug24908Simon MacMullen2012-10-0210-157/+326
| |\ \ \ \ |/ / / / /
| * | | | Don't throw, rabbit_amqqueue:with/2 will eat it.Simon MacMullen2012-09-281-1/+1
| | | | |
| * | | | Ignore if the node is down.Simon MacMullen2012-09-281-1/+9
| | | | |
| * | | | Assert a bit here too.Simon MacMullen2012-09-281-1/+1
| | | | |
| * | | | We want to catch here, if sup:start_child exits the rabbit_amqqueue:with we ↵Simon MacMullen2012-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | are in will convert any exit to not_found. Which is unlikely to be helpful
| * | | | Merge in defaultSimon MacMullen2012-09-2810-155/+316
| |\ \ \ \
| | * \ \ \ Merge in defaultSimon MacMullen2012-09-2510-156/+316
| | |\ \ \ \
| | | * | | | Handle the case where we go from unmirrored(A) to nodes(B, C).Simon MacMullen2012-09-201-1/+8
| | | | | | |
| | | * | | | "nodes" policy should not suggest nodes which are not running. Also if nodes ↵Simon MacMullen2012-09-202-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | policy is completely unconnected with reality, just keep the master alive rather than blow up.
| | | * | | | That case was originally written to cover the unmirrored case - but actually ↵Simon MacMullen2012-09-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the queue might be mirrored but with no slaves, or about to become mirrored, or whatever. And our is_process_alive() check serves the same purpose.
| | | * | | | Start new slaves in response to gm deaths a bit later, to prevent deadlock. ↵Simon MacMullen2012-09-204-32/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove {add,drop}_mirror/3 as not used, and don't export drop_mirror/2 as not used outside the module.
| | | * | | | That hack should not be needed any more.Simon MacMullen2012-09-191-13/+7
| | | | | | |
| | | * | | | Merge in defaultSimon MacMullen2012-09-1915-355/+364
| | | |\ \ \ \
| | | * | | | | Pull our attempts to list all nodes out of transactions and loops.Simon MacMullen2012-09-181-5/+15
| | | | | | | |
| | | * | | | | SimplifySimon MacMullen2012-09-171-5/+1
| | | | | | | |
| | | * | | | | Cope with the fact that rabbit_mnesia:running_clustered_nodes/0 now does not ↵Simon MacMullen2012-09-171-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include node() during boot.
| | | * | | | | Merge defaultSimon MacMullen2012-09-179-134/+271
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge defaultSimon MacMullen2012-09-149-134/+271
| | | | |\ \ \ \ \
| | | | | * | | | | cosmeticMatthias Radestock2012-09-051-4/+2
| | | | | | | | | |
| | | | | * | | | | Also exclude DeadNodes from the list of new nodes to start mirrors on; we ↵Simon MacMullen2012-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have checked for running_clustered_nodes() but that could be out of date.
| | | | | * | | | | Cosmetic: give that comment room to breath.Simon MacMullen2012-09-051-20/+21
| | | | | | | | | |