summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* avoid synchronous call to a connection process from a channel processGrigory Starinkin2019-11-203-113/+84
* Merge pull request #2146 from rabbitmq/qq-local-deliveryMichael Klishin2019-11-151-3/+4
|\
| * Also use local option for log effectskjnilsson2019-10-241-2/+3
| * Send QQ deliveries as localkjnilsson2019-10-241-1/+1
* | Set virtual host metadata defaults on upgradeArnaud Cogoluègnes2019-11-131-1/+1
* | Merge pull request #2154 from rabbitmq/improve-error-handling-qqMichael Klishin2019-11-133-44/+83
|\ \
| * | Formattingdcorbacho2019-10-301-1/+1
| * | Handle errors and timeouts in local queriesdcorbacho2019-10-303-34/+68
| * | Handle timeouts in info calls so we still report all other statsdcorbacho2019-10-281-10/+15
* | | Take infinity timeout into accountLuke Bakken2019-11-061-0/+4
* | | rabbit_reader: Format `Explanation` before passing itJean-Sébastien Pédron2019-10-311-1/+1
* | | rabbit_fifo: remove assertionkjnilsson2019-10-291-4/+0
|/ /
* | Make a bunch of Ra settings configurable rabbitmq.confMichael Klishin2019-10-271-1/+6
* | Correctly pass Ra leader hereMichael Klishin2019-10-251-1/+2
* | Make rabbit_amqueue:is_unresponsive/2 QQ awareMichael Klishin2019-10-253-7/+39
|/
* Merge pull request #2141 from rabbitmq/reserve-qq-file-handlesMichael Klishin2019-10-242-3/+21
|\
| * Update tests for rabbit_fifo:state_enter/2Michael Klishin2019-10-171-2/+3
| * NamingMichael Klishin2019-10-171-1/+1
| * rabbit_fifo:state_enter/2: restore catch-all clauseMichael Klishin2019-10-161-2/+4
| * Reserve file handles in quorum queuesdcorbacho2019-10-162-4/+19
* | Merge pull request #2138 from rabbitmq/optimise-qq-memory-useKarl Nilsson2019-10-184-77/+181
|\ \
| * | rabbit_fifo: Optimise peak memory usekjnilsson2019-10-172-11/+30
| * | Optimise QQ memory usekjnilsson2019-10-114-66/+151
* | | Merge pull request #2143 from rabbitmq/mark-down-queue-core-metricsMichael Klishin2019-10-182-2/+35
|\ \ \
| * | | Update core metrics with down statedcorbacho2019-10-172-2/+35
* | | | Handle infinity timeout when awaiting boot finishMichael Klishin2019-10-181-0/+4
|/ / /
* | | Revert "Merge pull request #2136 from rabbitmq/mark-down-queue-core-metrics"Michael Klishin2019-10-172-35/+2
* | | Merge branch 'master' into mark-down-queue-core-metricsMichael Klishin2019-10-162-10/+80
|\ \ \ | | |/ | |/|
| * | Ignore queue master locationdcorbacho2019-10-141-3/+8
| * | rabbit_feature_flags: Prevent load of the module on pre-feature-flags nodesJean-Sébastien Pédron2019-10-111-17/+60
| |/
| * rabbit_feature_flags: define on_load/1 in non-test environmentsMichael Klishin2019-10-081-18/+17
| * More #2133-related wording changesMichael Klishin2019-10-081-1/+1
| * Improve on #2133 wording a bitMichael Klishin2019-10-081-4/+3
| * rabbit_feature_flags:on_load/1: EUnit test env compatibilityMichael Klishin2019-10-081-5/+12
| * rabbit_feature_flags: Prevent load of the module on pre-feature-flags nodesJean-Sébastien Pédron2019-10-071-0/+14
| * rabbit_feature_flags: Improve comments around 3.7.x pre-feature-flags nodesJean-Sébastien Pédron2019-10-071-7/+10
* | Update core metrics with down statedcorbacho2019-10-102-2/+35
|/
* Format host atoms as stringsLuke Bakken2019-10-031-2/+2
* Error handling improvements in rabbit_epmd_monitor:check_epmd/1Michael Klishin2019-10-031-1/+18
* fix health check returning ok in case of partitionLajos Gerecs2019-09-301-2/+5
* Fix typokjnilsson2019-09-301-2/+2
* A follow-up to 7e2021c588784c2c190f3318b94344cb048d3e68Michael Klishin2019-09-291-1/+3
* Clearer log message when peer discovery yields an empty listMichael Klishin2019-09-291-1/+1
* More startup banner tweaks suggested by @gerhardMichael Klishin2019-09-251-7/+10
* Merge pull request #2119 from rabbitmq/queue-rate-fixMichael Klishin2019-09-251-3/+3
|\
| * Fix regression where queue exchange rates were too highkjnilsson2019-09-251-3/+3
* | Rearrange startup banner itemsMichael Klishin2019-09-251-12/+11
* | Startup banner improvementsMichael Klishin2019-09-253-14/+31
|/
* Merge pull request #2114 from rabbitmq/consume-events-commandMichael Klishin2019-09-241-0/+206
|\
| * Merge remote-tracking branch 'origin' into consume-events-commanddcorbacho2019-09-232-3/+5
| |\