summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* split cluster status file and running nodes fileFrancesco Mazzoli2012-09-112-118/+97
|
* OopsSimon MacMullen2012-09-101-1/+1
|
* Attempt at simplifying check_cluster_consistency/0, but I am having trouble ↵Simon MacMullen2012-09-101-36/+40
| | | | with systest.
* Typos and rephrasingSimon MacMullen2012-09-073-6/+6
|
* typo in rabbitmqctl man pageFrancesco Mazzoli2012-09-051-1/+1
|
* Another attempt at explaining disc vs RAM nodes, and capitalise RAM.Simon MacMullen2012-09-041-13/+14
|
* Merge defaultSimon MacMullen2012-09-0422-371/+493
|\
| * merge bug25119Francesco Mazzoli2012-09-044-44/+73
| |\
| | * Merge bug 25120.Simon MacMullen2012-09-043-4/+42
| | |\
| | | * explainMatthias Radestock2012-09-032-3/+9
| | | |
| | | * attempt to close ssl connections gracefully but forcefullyMatthias Radestock2012-09-033-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 bug25119Francesco Mazzoli2012-09-041-40/+31
| | |\ \ | | | |/
| | | * minor refactoring and cosmeticsMatthias Radestock2012-08-311-40/+31
| | | |
| * | | refactor testsTim Watson2012-09-041-29/+26
| |/ /
| * | cosmeticsFrancesco Mazzoli2012-09-041-2/+2
| | |
| * | rework tests for most simple case of child terminationTim Watson2012-09-042-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, cosmeticsFrancesco Mazzoli2012-09-031-2/+1
| | |
| * | cosmetics!Francesco Mazzoli2012-09-031-2/+2
| | |
| * | cosmeticsFrancesco Mazzoli2012-09-031-5/+5
| | |
| * | cosmetic (again)Tim Watson2012-09-031-7/+7
| | |
| * | cosmeticTim Watson2012-09-031-44/+3
| |\ \
| | * | remove useless test caseTim Watson2012-09-031-44/+3
| | | |
| * | | cosmeticsFrancesco Mazzoli2012-09-031-1/+1
| |/ /
| * | oopsTim Watson2012-09-031-33/+0
| | |
| * | cosmeticTim Watson2012-09-031-27/+60
| | |
| * | construct child exit reason in the right placeTim Watson2012-09-031-1/+2
| | |
| * | cosmeticTim Watson2012-09-031-2/+1
| | |
| * | Introduce additional, non-smp tests (using suspend) and explode the testTim Watson2012-09-031-7/+54
| | | | | | | | | | | | fixture list to create 400 repetitions of the group
| * | Test that simple_one_for_one_terminate shutdowns no longer deadlock andTim Watson2012-09-033-1/+103
| | | | | | | | | | | | handle reporting errors not caught during shutdown (e.g., 'killed' pids)
| * | refactorMatthias Radestock2012-08-301-17/+11
| | | | | | | | | | | | and always prefer the EXIT reason
| * | when terminating multiple simple children, we shouldn't rely on the order of ↵Tim Watson2012-08-301-11/+19
| |/ | | | | | | 'EXIT' vs 'DOWN' messages
| * merge bug25117Francesco Mazzoli2012-08-291-14/+16
| |\
| | * cosmeticTim Watson2012-08-291-1/+1
| | |
| | * Slaves must join gm before updating amqqueue records, otherwise messagesTim Watson2012-08-291-15/+17
| |/ | | | | | | | | received from publishers will become stuck due to diverging sender queue state in the slave failing to correlate with incoming messages
| * tiny refactor: rename fun and clarify commentMatthias Radestock2012-08-242-13/+13
| |
| * merge bug25112 into defaultMatthias Radestock2012-08-230-0/+0
| |\
| * | non-zero timeout when idle for the slave as wellFrancesco Mazzoli2012-08-231-3/+3
| |/
| * cosmeticMatthias Radestock2012-08-231-25/+18
| |
| * cosmetic - save some linesMatthias Radestock2012-08-201-31/+14
| |
| * Merged bug25104 into defaultEmile Joubert2012-08-201-3/+1
| |\
| | * So strip all that stuff out.Simon MacMullen2012-08-171-28/+1
| | |
| | * I was thinking that which_applications needed to come first so that theSimon MacMullen2012-08-171-2/+2
| | | | | | | | | | | | | | | | | | process would be gone by the time we got to is_process_alive. But if we swap them round the which_applications check will return false in the shutdown case anyway. And of course is_process_alive/1 is rather faster.
| | * Gotta love those timeouts.Simon MacMullen2012-08-171-1/+1
| | |
| | * Fix detection of mirror removal at clean shutdownSimon MacMullen2012-08-161-3/+28
| | |
| * | merge bug25071Francesco Mazzoli2012-08-1718-177/+193
| |\ \
| | * \ merge bug25105 into defaultTim Watson2012-08-171-1/+1
| | |\ \ | | | |/ | | |/|
| | | * Disable parallel build (equivalent to supplying build.jobs=1 on the port ↵Steve Powell2012-08-171-1/+1
| | |/ | | | | | | | | | command).
| | * Oops, this got missed in bug 25048 - slave_pids is no longer in both lists ↵Simon MacMullen2012-08-151-1/+1
| | | | | | | | | | | | so there's no need to remove it.
| | * Merged bug25097 into defaultEmile Joubert2012-08-133-34/+52
| | |\
| | * | don't re-schedule timer when the new timer would go off <1ms soonerMatthias Radestock2012-08-131-1/+1
| | | | | | | | | | | | | | | | ...since timer granularity is 1ms