| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | | | | | | | merge bug25119 into default | Matthias Radestock | 2012-09-04 | 1 | -40/+31 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | tweak test | Matthias Radestock | 2012-09-04 | 1 | -40/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - drop eunit - we don't use it elsewhere and it adds little value here - lower the TEST_RUNS * CHILDREN count - no need to run 'kill' part of test with lots of iterations/children - stop on first failed run - on failure, return iteration and exit reason | ||||
| * | | | | | | | | merge bug25119 | Francesco Mazzoli | 2012-09-04 | 4 | -44/+73 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| | * | | | | | | | Merge bug 25120. | Simon MacMullen | 2012-09-04 | 3 | -4/+42 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | explain | Matthias Radestock | 2012-09-03 | 2 | -3/+9 |
| | | | | | | | | | | |||||
| | | * | | | | | | | attempt to close ssl connections gracefully but forcefully | Matthias Radestock | 2012-09-03 | 3 | -4/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gracefully...so that there is a good chance of TLS alerts making it through, but forecfully (after a timeout) so we don't get stuck (or worse, silently) holding on to file descriptors and processes. | ||||
| | * | | | | | | | | merge bug25119 | Francesco Mazzoli | 2012-09-04 | 1 | -40/+31 |
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| | | * | | | | | | | minor refactoring and cosmetics | Matthias Radestock | 2012-08-31 | 1 | -40/+31 |
| | | | | | | | | | | |||||
| * | | | | | | | | | refactor tests | Tim Watson | 2012-09-04 | 1 | -29/+26 |
| |/ / / / / / / / | |||||
| * | | | | | | | | cosmetics | Francesco Mazzoli | 2012-09-04 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | rework tests for most simple case of child termination | Tim Watson | 2012-09-04 | 2 | -121/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | increase test coverage for whole of terminate_simple_children fix bug in timeout handling clause of terminate_simple_children cosmetic (trailing whitespace) | ||||
| * | | | | | | | | export only what's necessary, cosmetics | Francesco Mazzoli | 2012-09-03 | 1 | -2/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | cosmetics! | Francesco Mazzoli | 2012-09-03 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | cosmetics | Francesco Mazzoli | 2012-09-03 | 1 | -5/+5 |
| | | | | | | | | | |||||
| * | | | | | | | | cosmetic (again) | Tim Watson | 2012-09-03 | 1 | -7/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | cosmetic | Tim Watson | 2012-09-03 | 1 | -44/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | remove useless test case | Tim Watson | 2012-09-03 | 1 | -44/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | cosmetics | Francesco Mazzoli | 2012-09-03 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
| * | | | | | | | | oops | Tim Watson | 2012-09-03 | 1 | -33/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | cosmetic | Tim Watson | 2012-09-03 | 1 | -27/+60 |
| | | | | | | | | | |||||
| * | | | | | | | | construct child exit reason in the right place | Tim Watson | 2012-09-03 | 1 | -1/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | cosmetic | Tim Watson | 2012-09-03 | 1 | -2/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Introduce additional, non-smp tests (using suspend) and explode the test | Tim Watson | 2012-09-03 | 1 | -7/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixture list to create 400 repetitions of the group | ||||
