| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge default | Simon MacMullen | 2012-10-02 | 10 | -157/+326 |
| |\ | |||||
| | * | Don't throw, rabbit_amqqueue:with/2 will eat it. | Simon MacMullen | 2012-09-28 | 1 | -1/+1 |
| | | | |||||
| | * | Ignore if the node is down. | Simon MacMullen | 2012-09-28 | 1 | -1/+9 |
| | | | |||||
| | * | Assert a bit here too. | Simon MacMullen | 2012-09-28 | 1 | -1/+1 |
| | | | |||||
| | * | We want to catch here, if sup:start_child exits the rabbit_amqqueue:with we ↵ | Simon MacMullen | 2012-09-28 | 1 | -1/+1 |
| | | | | | | | | | are in will convert any exit to not_found. Which is unlikely to be helpful | ||||
| | * | Merge in default | Simon MacMullen | 2012-09-28 | 10 | -155/+316 |
| | |\ | |||||
| | | * | Merge in default | Simon MacMullen | 2012-09-25 | 10 | -156/+316 |
| | | |\ | |||||
| | | | * | Handle the case where we go from unmirrored(A) to nodes(B, C). | Simon MacMullen | 2012-09-20 | 1 | -1/+8 |
| | | | | | |||||
| | | | * | "nodes" policy should not suggest nodes which are not running. Also if nodes ↵ | Simon MacMullen | 2012-09-20 | 2 | -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 MacMullen | 2012-09-20 | 1 | -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 MacMullen | 2012-09-20 | 4 | -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 MacMullen | 2012-09-19 | 1 | -13/+7 |
| | | | | | |||||
| | | | * | Merge in default | Simon MacMullen | 2012-09-19 | 15 | -355/+364 |
| | | | |\ | |||||
| | | | * | | Pull our attempts to list all nodes out of transactions and loops. | Simon MacMullen | 2012-09-18 | 1 | -5/+15 |
| | | | | | | |||||
| | | | * | | Simplify | Simon MacMullen | 2012-09-17 | 1 | -5/+1 |
| | | | | | | |||||
| | | | * | | Cope with the fact that rabbit_mnesia:running_clustered_nodes/0 now does not ↵ | Simon MacMullen | 2012-09-17 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | include node() during boot. | ||||
| | | | * | | Merge default | Simon MacMullen | 2012-09-17 | 9 | -134/+271 |
| | | | |\ \ | |||||
| | | | | * \ | Merge default | Simon MacMullen | 2012-09-14 | 9 | -134/+271 |
| | | | | |\ \ | |||||
| | | | | | * | | cosmetic | Matthias Radestock | 2012-09-05 | 1 | -4/+2 |
| | | | | | | | | |||||
| | | | | | * | | Also exclude DeadNodes from the list of new nodes to start mirrors on; we ↵ | Simon MacMullen | 2012-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have checked for running_clustered_nodes() but that could be out of date. | ||||
| | | | | | * | | Cosmetic: give that comment room to breath. | Simon MacMullen | 2012-09-05 | 1 | -20/+21 |
| | | | | | | | | |||||
| | | | | | * | | Call add_mirror/2 before drop_mirror/2, and explain why. | Simon MacMullen | 2012-09-05 | 1 | -1/+11 |
| | | | | | | | | |||||
| | | | | | * | | Gah | Simon MacMullen | 2012-09-05 | 2 | -4/+2 |
| | | | | | | | | |||||
| | | | | | * | | No we don't. The point is that if a mirror is dropping out of the queue, ↵ | Simon MacMullen | 2012-09-05 | 2 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | does it need to explicitly leave the GM group? The answer is no: the master is linked to the coordinator is linked to the GM / the slave is linked to the GM. | ||||
| | | | | | * | | Add specs, remove misleading "%% temp" comment. | Simon MacMullen | 2012-09-05 | 3 | -9/+15 |
| | | | | | | | | |||||
| | | | | | * | | Reduce difference to default | Simon MacMullen | 2012-09-05 | 1 | -3/+3 |
| | | | | | | | | |||||
| | | | | | * | | merge default into bug24908 | Matthias Radestock | 2012-09-04 | 9 | -136/+262 |
| | | | | | |\ \ | |||||
| | | | | | | * | | more reification, plus cosmetics | Matthias Radestock | 2012-09-04 | 1 | -18/+13 |
| | | | | | | | | | |||||
| | | | | | | * | | Reify a touch more. | Simon MacMullen | 2012-09-04 | 1 | -5/+6 |
| | | | | | | | | | |||||
| | | | | | | * | | Suggest queue nodes based on running nodes, otherwise (at the very least) we ↵ | Simon MacMullen | 2012-08-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | can immediately try to start a mirror on a node that has just gone down. | ||||
| | | | | | | * | | Fix broken merge | Simon MacMullen | 2012-08-23 | 1 | -2/+2 |
| | | | | | | | | | |||||
| | | | | | | * | | s/at-least/exactly/g | Simon MacMullen | 2012-08-22 | 2 | -12/+12 |
| | | | | | | | | | |||||
| | | | | | | * | | Merge default | Simon MacMullen | 2012-08-21 | 10 | -173/+169 |
| | | | | | | |\ \ | |||||
| | | | | | | * | | | at-least mode can imply that we need to start slaves in response to slaves ↵ | Simon MacMullen | 2012-08-17 | 1 | -10/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dying elsewhere. So do that. | ||||
| | | | | | | * | | | Merge default | Simon MacMullen | 2012-08-15 | 9 | -125/+234 |
| | | | | | | |\ \ \ | |||||
| | | | | | | | * | | | Reify something that was previously a little bit magic. | Simon MacMullen | 2012-08-07 | 2 | -6/+13 |
| | | | | | | | | | | | |||||
| | | | | | | | * | | | Support changing master (umm, which actually turned out to be a lot easier ↵ | Simon MacMullen | 2012-08-07 | 1 | -10/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than expected, thanks Matthew). | ||||
| | | | | | | | * | | | Take account of the current nodes when selecting new nodes, and some unit ↵ | Simon MacMullen | 2012-08-07 | 2 | -29/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests for the node selection logic. | ||||
| | | | | | | | * | | | Merge in default | Simon MacMullen | 2012-08-07 | 8 | -120/+184 |
| | | | | | | | |\ \ \ | |||||
| | | | | | | | | * | | | Various fixes. | Simon MacMullen | 2012-07-09 | 2 | -17/+9 |
| | | | | | | | | | | | | |||||
| | | | | | | | | * | | | Merge bug25048 | Simon MacMullen | 2012-07-09 | 8 | -123/+195 |
| | | | | | | | | |\ \ \ | |||||
| | | | | | | | | | * \ \ | Merge bug25048 | Simon MacMullen | 2012-07-09 | 8 | -123/+195 |
| | | | | | | | | | |\ \ \ | |||||
| | | | | | | | | | | * | | | Dynamic change of HA policy. Promotion from non-HA to master, and demotion ↵ | Simon MacMullen | 2012-07-06 | 5 | -32/+112 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from master to non-HA as appropriate. There will still be problems if the policy changes such that the master needs to change - I'm not sure we should even allow this. | ||||
| | | | | | | | | | | * | | | Rename function, remove utter rubbish. | Simon MacMullen | 2012-07-06 | 3 | -15/+15 |
| | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | Rough sketch of dynamic queue HA-ness: | Simon MacMullen | 2012-07-05 | 7 | -92/+89 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove #amqqueue.mirror_nodes, we will always derive this from policy * Remove everything to do with x-ha-* arguments * Abstract a bit more stuff into rabbit_mirror_queue_misc * Add a new "at-least" mode This works! Sort of. Changing policies on the fly, changing HAness altogether, having "at-least" set up a new mirror when one disappears, and probably some other things do not work. | ||||
| * | | | | | | | | | | | | | cosmetic | Matthias Radestock | 2012-10-01 | 1 | -2/+1 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | cosmetic(ish) | Matthias Radestock | 2012-10-01 | 1 | -13/+4 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | remove superfluous comment | Matthias Radestock | 2012-10-01 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We already say that stuff from MA gets requeued. Furthermore, the master doesn't have an 'MA' field as such - the information is kept in the backing queue. | ||||
| * | | | | | | | | | | | | | cosmetic: remove comment that no longer applies | Matthias Radestock | 2012-10-01 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should have been done when consumer cancellation notifications were introduced. | ||||
| * | | | | | | | | | | | | | stylistic consistency | Matthias Radestock | 2012-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | |||||
