summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ignore missing modules when performing HiPE compilationEmile Joubert2013-06-271-2/+3
|
* Merge bug25624Simon MacMullen2013-06-271-1/+1
|\
| * Discard previously-discarded messages correctlyEmile Joubert2013-06-261-1/+1
| |
* | Added tag rabbitmq_v3_1_3 for changeset d61b25171094Tim Watson2013-06-260-0/+0
| |
* | update package changelogs for 3.1.3rabbitmq_v3_1_3Tim Watson2013-06-262-0/+9
|/
* Added tag rabbitmq_v3_1_2 for changeset bd3040292e1cTim Watson2013-06-240-0/+0
|
* Updated changelogs for 3.1.2rabbitmq_v3_1_2Tim Watson2013-06-242-0/+9
|
* Merge bug25640Simon MacMullen2013-06-240-0/+0
|\
* | prevent invalid state transitionMatthias Radestock2013-06-221-1/+3
|/ | | | | | from 'dormant' to 'active' w/o registration This was very hard to trigger, but nevertheless possible.
* Make it clearer what I meant.Simon MacMullen2013-06-211-1/+1
|
* Merged bug25638 into stableEmile Joubert2013-06-212-2/+4
|\
| * Merged bug25615 into stableEmile Joubert2013-06-211-1/+3
| |\
| | * Umm, be less than 100% wrong.Simon MacMullen2013-06-201-3/+1
| | |
| | * Do not "recover" queues if there is already a rabbit_queue record for them. ↵Simon MacMullen2013-06-201-1/+5
| | | | | | | | | | | | If we are restarting quickly it could be the case that we have a slave alive that has not failed over yet. Don't usurp it.
| * | Merge bug25636 into stableTim Watson2013-06-200-0/+0
| |\ \ | | |/
| * | Start asn1 too.Simon MacMullen2013-06-201-1/+1
| |/
* | Add a TODO for if we are ever unbusy enough to look at removing this code.Simon MacMullen2013-06-211-0/+2
| |
* | Don't persist gm_pids; by definition when all we have is the ↵Simon MacMullen2013-06-211-1/+4
|/ | | | rabbit_durable_queue record the cluster has gone down completely so there can't be any pids. Fixes gm_pids leak. Since we're here, fix a similar but less severe leak in sync_slave_pids. (Less severe because rabbit_mirror_queue_misc:store_updated_slaves/1 has the effect of cleaning it up periodically. But it's still wrong.)
* Merge bug25612Simon MacMullen2013-06-181-3/+14
|\
| * cosmetic: state the not-immediatly-obviousMatthias Radestock2013-06-171-1/+8
| |
| * Merge bug25611Simon MacMullen2013-06-170-0/+0
| |\
| * | Throw the key too. And if the server side still fails try to fail with more ↵Simon MacMullen2013-06-171-2/+3
| | | | | | | | | | | | information.
| * | Check value when clients update flying_etsEmile Joubert2013-06-171-1/+4
| |/
* | rabbit_node_monitor should depend on rabbit_alarmEmile Joubert2013-06-171-1/+1
|/
* merge bug25600 into stableTim Watson2013-06-141-1/+7
|\
| * Emit consumer_deleted from the channel when we see a consumer go down, to ↵Simon MacMullen2013-06-111-1/+7
| | | | | | | | cover the case where an HA queue master dies and is thus not able to emit the consumer_deleted itself. This means we can emit consumer_deleted twice in some circumstances I think, but that should be fine.
* | Merge bug25599Simon MacMullen2013-06-132-23/+37
|\ \ | |/ |/|
| * Adjust comment locationEmile Joubert2013-06-131-1/+1
| |
| * Comments, gen_server-like termination reason and less unnecessary delete ↵Emile Joubert2013-06-132-11/+10
| | | | | | | | guarding
| * RefactorEmile Joubert2013-06-131-16/+18
| |
| * Omit emitting stats for non-existent queues on terminationEmile Joubert2013-06-111-4/+9
| |
| * Clear exclusive durable queues on bootEmile Joubert2013-06-102-19/+27
| |
* | Merge heads of stableSimon MacMullen2013-06-101-4/+17
|\ \
| * \ Merge bug25588Simon MacMullen2013-06-101-4/+17
| |\ \ | | |/ | |/|
| | * Simplify (and don't bother parsing to integer only to convert back).Simon MacMullen2013-06-101-7/+4
| | |
| | * allows log the per-msg-ttl if it is presentTim Watson2013-06-061-4/+1
| | |
| | * Cosmetic.Simon MacMullen2013-06-061-18/+15
| | |
| | * do not attempt to parse expiration from missing propertiesTim Watson2013-06-061-7/+13
| | |
| | * add original expiration to x-death headers on per-message-ttl expiryTim Watson2013-06-061-1/+13
| | |
| | * Remove expiration property from dead lettered messagesTim Watson2013-06-041-2/+6
| | |
* | | Display pretty missing exclusive owner log messageEmile Joubert2013-06-101-1/+2
|/ /
* | Merged bug25576 into stableEmile Joubert2013-06-061-1/+12
|\ \
| * | Attempt to deal with missing segment file.Simon MacMullen2013-05-311-1/+12
| | |
* | | merge bug25573 into stableTim Watson2013-06-061-2/+5
|\ \ \
| * | | Don't use andalso here, it breaks LDAP when compiled under R12.Simon MacMullen2013-05-301-2/+5
| |/ /
* | | merge bug25567 into stableTim Watson2013-06-058-8/+24
|\ \ \
| * \ \ merge bug25571 into stableMatthias Radestock2013-05-316-6/+17
| |\ \ \ | | |_|/ | |/| |
| | * | graceful handling of application:which_applications() timeoutMatthias Radestock2013-05-316-6/+17
| | | |
| * | | merge bug25571 into stableTim Watson2013-05-313-4/+4
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Just in case this times out, let's not explode.Simon MacMullen2013-05-291-1/+1
| | |