Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | You should be able to delete a vhost containing a crashed queue too.bug21446 | Simon MacMullen | 2014-09-11 | 1 | -4/+3 |
* | Improve comments | Simon MacMullen | 2014-09-11 | 2 | -5/+6 |
* | Merge in default (no-op) | Simon MacMullen | 2014-09-10 | 20 | -182/+352 |
|\ | |||||
| * | Restart exclusive queues correctly, update comment. | Simon MacMullen | 2014-09-10 | 2 | -46/+46 |
| * | Further reduce distance to default (especially in slave), by getting the preq... | Simon MacMullen | 2014-09-10 | 5 | -62/+75 |
| * | Fix type spec, fix a behaviour warning. | Simon MacMullen | 2014-09-10 | 2 | -4/+7 |
| * | Reduce distance to default, especially WRT rabbit_amqqueue_process startup. | Simon MacMullen | 2014-09-09 | 3 | -96/+105 |
| * | Minor simplification. | Simon MacMullen | 2014-09-09 | 1 | -7/+2 |
| * | Oops | Simon MacMullen | 2014-09-09 | 1 | -1/+1 |
| * | Rename slightly and improve comments. | Simon MacMullen | 2014-09-09 | 3 | -14/+16 |
| * | Oops | Simon MacMullen | 2014-09-09 | 1 | -1/+1 |
| * | Oops | Simon MacMullen | 2014-09-09 | 1 | -1/+1 |
| * | Cosmetic | Simon MacMullen | 2014-09-09 | 1 | -7/+6 |
| * | Introduce the idea that queues can be absent for a reason. The traditional ab... | Simon MacMullen | 2014-09-09 | 8 | -37/+84 |
| * | Try to be consistent. | Simon MacMullen | 2014-09-09 | 2 | -2/+3 |
| * | Spec | Simon MacMullen | 2014-09-08 | 1 | -1/+4 |
| * | Merge in default. | Simon MacMullen | 2014-09-08 | 7 | -34/+59 |
| |\ | |||||
| * | | Unmislead comment. | Simon MacMullen | 2014-08-21 | 1 | -1/+1 |
| * | | Don't leak supervisors. | Simon MacMullen | 2014-08-21 | 1 | -1/+1 |
| * | | Remove silly race. | Simon MacMullen | 2014-08-21 | 1 | -5/+12 |
| * | | Merge in default | Simon MacMullen | 2014-08-20 | 5 | -15/+185 |
| |\ \ | |||||
| * | | | Cosmetic | Simon MacMullen | 2014-08-20 | 1 | -2/+1 |
| * | | | Make this test make sense for the new regime. There will of course need to be... | Simon MacMullen | 2014-08-20 | 1 | -8/+4 |
| * | | | Switch to making our restart decisions based on explicitly determining whethe... | Simon MacMullen | 2014-08-20 | 4 | -96/+78 |
| * | | | Allow crashing queue processes to come back as slaves if that's what we need. | Simon MacMullen | 2014-08-20 | 2 | -1/+10 |
| * | | | This is perhaps more honest; if the queue was transient we will not recover a... | Simon MacMullen | 2014-08-20 | 1 | -2/+1 |
| * | | | Allow transient queues to recover. | Simon MacMullen | 2014-08-20 | 1 | -8/+11 |
| * | | | We handled that case in 359da524140b | Simon MacMullen | 2014-08-20 | 1 | -1/+0 |
| * | | | Add an intermediate supervisor so that if a queue exceeds its restart limit w... | Simon MacMullen | 2014-08-20 | 4 | -26/+73 |
| * | | | Log that we recovered. Also store updated pid in Mnesia! | Simon MacMullen | 2014-08-19 | 1 | -6/+14 |
| * | | | Allow crashing queues to recover themselves. | Simon MacMullen | 2014-08-19 | 3 | -36/+48 |
| * | | | Remove a pointless check here - we will check from within an Mnesia tx in rab... | Simon MacMullen | 2014-08-19 | 1 | -24/+13 |
| * | | | Another copy of the master_in_recovery check. Not sure that's very elegant, b... | Simon MacMullen | 2014-08-19 | 4 | -24/+50 |
| * | | | Roll slave startup into the new mechanism. | Simon MacMullen | 2014-08-19 | 9 | -105/+65 |
| * | | | Various spec-ish fixes. | Simon MacMullen | 2014-08-19 | 3 | -9/+5 |
| * | | | First step along the way to queue restarts. Create a "prequeue" module whose ... | Simon MacMullen | 2014-08-19 | 4 | -112/+179 |
* | | | | Move some chunks of code around and rename a couple of functions in order to ... | Simon MacMullen | 2014-09-10 | 1 | -99/+100 |
| |_|/ |/| | | |||||
* | | | Merge bug26363 | Simon MacMullen | 2014-09-08 | 1 | -7/+8 |
|\ \ \ | |||||
| * | | | Filter out nodes where Mnesia is not running.bug26363 | Simon MacMullen | 2014-09-08 | 1 | -7/+8 |
|/ / / | |||||
* | | | stable to default | Simon MacMullen | 2014-09-08 | 1 | -2/+4 |
|\ \ \ | |||||
| * \ \ | Merge bug26362 | Simon MacMullen | 2014-09-08 | 1 | -2/+4 |
| |\ \ \ | |||||
| | * | | | Slightly less threatening error description, and add stack tracebug26362 | Simon MacMullen | 2014-09-08 | 1 | -2/+4 |
| |/ / / | |||||
* | | | | We can't assume encoded lengths, so do it all in lists. | Simon MacMullen | 2014-08-22 | 1 | -11/+15 |
* | | | | That's not been relevant since 2.6.0 or something. | Simon MacMullen | 2014-08-22 | 1 | -2/+1 |
* | | | | stable to default | Simon MacMullen | 2014-08-21 | 56 | -845/+2328 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Avoid binary:split/2. | Simon MacMullen | 2014-08-21 | 1 | -6/+7 |
| | |/ | |/| | |||||
| * | | Merge bug26353 | Simon MacMullen | 2014-08-20 | 0 | -0/+0 |
| |\ \ | |||||
| * | | | Those diagnostics are actually a bit dubious, they insert quite a delay and a...bug26353 | Simon MacMullen | 2014-08-20 | 1 | -2/+1 |
| |/ / | |||||
| * | | call/2 -> call/3. | Simon MacMullen | 2014-08-20 | 1 | -1/+2 |
| * | | MErge bug25813 | Simon MacMullen | 2014-08-20 | 10 | -84/+111 |
| |\ \ |