| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use strategy as key | Diana Corbacho | 2017-10-31 | 1 | -1/+1 |
| | | | | | [#152311595] | ||||
| * | Report strategy, erlang total, rss and allocated memory | Diana Corbacho | 2017-10-31 | 1 | -12/+7 |
| | | | | | [#152311595] | ||||
| * | Merge branch 'stable' | Michael Klishin | 2017-10-29 | 1 | -1/+1 |
| |\ | |||||
| | * | Bump rabbit.num_ssl_acceptors default to 10 | Michael Klishin | 2017-10-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | Previously the value was limited to 1 due to a bug in Ranch 1.0: it didn't depend on the ssl app, which means Ranch/ssl shut down order was not guaranteed. This led to scary but entirely harmless exception traces in the log, one per TLS acceptor. The issue is no longer present in Ranch 1.3.x and 1.4.0. Per discussion with @essen. | ||||
| * | | Don't assert on node start success | Michael Klishin | 2017-10-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | Nodes fail to start and log that a node with such name is already running. The rest of the test is functional, however. This is a workaround to get the pipeline going, it could be that the VM does not terminate in some cases we expect in this long test. In certain parts I don't see why it would. | ||||
| * | | Merge pull request #1408 from rabbitmq/rabbitmq-server-1367 | Michael Klishin | 2017-10-28 | 2 | -6/+21 |
| |\ \ | | | | | | | Configurable default consumer prefetch for new channels | ||||
| | * | | Explain | Michael Klishin | 2017-10-28 | 1 | -0/+1 |
| | | | | |||||
| | * | | Compile from scratch | Michael Klishin | 2017-10-28 | 1 | -1/+1 |
| | | | | |||||
| | * | | Configurable default consumer prefetch for new channels | Diana Corbacho | 2017-10-27 | 2 | -6/+20 |
| | | | | | | | | | | | | | | | | rabbitmq-server#1367 [#151216783] | ||||
| * | | | Merge branch 'stable' | Daniil Fedotov | 2017-10-27 | 3 | -9/+23 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Update clustering management test to support transient rabbit app | Daniil Fedotov | 2017-10-27 | 1 | -2/+13 |
| | | | | |||||
| | * | | Merge pull request #1406 from rabbitmq/rabbitmq-server-1216-backport | Gerhard Lazu | 2017-10-27 | 2 | -6/+13 |
| | |\ \ | | | | | | | | | Start `rabbit` application as temporary in tests. | ||||
| | | * | | Start `rabbit` application as temporary in tests. | Daniil Fedotov | 2017-10-26 | 2 | -6/+13 |
| | | | | | | | | | | | | | | | | | | | | | Some tests output can break when `rabbit` application failure stops the node. Make it possible to configure restart type. | ||||
| | * | | | Merge pull request #1407 from rabbitmq/rabbitmq-server-1378-revert | Gerhard Lazu | 2017-10-27 | 1 | -5/+13 |
| | |\ \ \ | | | | | | | | | | | Re-introduce consumer bias & set to 2.0 | ||||
| | | * | | | Set consumer bias to 2 to prioritise consumers | Daniil Fedotov | 2017-10-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | [#152235655] | ||||
| | | * | | | Revert "Remove consumer bias & allow queues under max load to drain quickly" | Daniil Fedotov | 2017-10-26 | 1 | -5/+13 |
| | |/ / / | | | | | | | | | | | | | This reverts commit 155eb6b0bffe3126ab18ab228296821ce0dc1f8c. | ||||
| * | | | | Merge branch 'stable' | Michael Klishin | 2017-10-26 | 1 | -24/+33 |
| |\ \ \ \ | |/ / / | | | / | |_|/ |/| | | Conflicts: src/rabbit_vm.erl | ||||
| | * | | Merge pull request #1404 from rabbitmq/rabbitmq-management-499 | Michael Klishin | 2017-10-26 | 1 | -25/+33 |
| | |\ \ | | |/ | |/| | Add more sections to the memory breakdown. | ||||
| | | * | Add more sections to the memory breakdown. | Daniil Fedotov | 2017-10-25 | 1 | -25/+33 |
| | | | | | | | | | | | | | | | | | | | If a node memory is measured using `allocator` or `rss` strategies, we can calculate unused memory and report it separately in the memory breakdown. | ||||
| * | | | Merge branch 'stable' | Michael Klishin | 2017-10-25 | 1 | -30/+42 |
| |\ \ \ | |/ / | | | | | | | | | | | | | Conflicts: src/rabbit_channel.erl src/rabbit_control_main.erl | ||||
| | * | | Merge pull request #1403 from rabbitmq/performance | Michael Klishin | 2017-10-25 | 1 | -30/+42 |
| | |\ \ | | | | | | | | | Performance enhancements | ||||
| | | * | | Avoid lists when generating channel stats | Diana Corbacho | 2017-10-25 | 1 | -30/+38 |
| | | | | | | | | | | | | | | | | | [#152240490] | ||||
| | | * | | Comment optimisation in format channel stats | Diana Corbacho | 2017-10-25 | 1 | -0/+4 |
| | | |/ | | | | | | | | | | [#152240490] | ||||
| | * | | Merge pull request #1402 from rabbitmq/lrb-qa-152075395 | Michael Klishin | 2017-10-25 | 1 | -4/+17 |
| | |\ \ | | |/ | |/| | Handle errors returned via RPC during shutdown | ||||
| | | * | Review changes | Luke Bakken | 2017-10-25 | 1 | -14/+8 |
| | | | | |||||
| | | * | Make error processing a bit smarter and add comments as to why | Luke Bakken | 2017-10-25 | 1 | -4/+20 |
| | | | | |||||
| | | * | Handle catch all (error) case | Luke Bakken | 2017-10-25 | 2 | -5/+5 |
| | | | | |||||
| | | * | Trigger error in shutdown | Luke Bakken | 2017-10-24 | 2 | -3/+6 |
| | |/ | | | | | | | | | | | Added an exit() statement to trigger an error and then some case statements to handle it. QA of commit 51aca8851eba66445ad5b164fc92b2ffa0692fc2 | ||||
| * | | Merge branch 'stable' | Daniil Fedotov | 2017-10-24 | 3 | -23/+68 |
| |\ \ | |/ | |||||
| | * | Merge pull request #1388 from rabbitmq/rabbitmq-server-batch-betas | Gerhard Lazu | 2017-10-23 | 3 | -23/+68 |
| | |\ | | | | | | | Flush messages to disk in batches. | ||||
| | | * | Merge branch 'stable' into rabbitmq-server-batch-betas | Michael Klishin | 2017-10-19 | 1 | -1/+1 |
| | | |\ | |||||
| | | * | | Fix the flag value for queue waiting message paging continuation | Daniil Fedotov | 2017-10-18 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Flush messages to disk in batches. | Daniil Fedotov | 2017-10-18 | 3 | -23/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If messages should be embedded to a queue index, there will be no credit flow limit, so message batches can be too big and block the queue process. Limiting the batch size allows consumer to make progress while publishers are blocked by the paging-out process. [#151614048] | ||||
| * | | | | Support rabbit.connection_max in Cuttlefish schema | Michael Klishin | 2017-10-22 | 2 | -1/+32 |
| | | | | | |||||
| * | | | | Merge branch 'stable' | Michael Klishin | 2017-10-20 | 3 | -1/+22 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'cloudamqp-max_connections' into stable | Michael Klishin | 2017-10-20 | 3 | -1/+22 |
| | |\ \ \ | |||||
| | | * | | | Add rabbit.connection_max to rabbitmq.config.example | Michael Klishin | 2017-10-20 | 1 | -0/+19 |
| | | | | | | |||||
| | | * | | | rabbit.max_connections => rabbit.connection_max | Michael Klishin | 2017-10-20 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | We already have rabbit.channel_max, frame_max. | ||||
| | | * | | | Merge branch 'max_connections' of ↵ | Michael Klishin | 2017-10-20 | 1 | -1/+2 |
| | | |\ \ \ | |/ / / / | | | | | | | | | | | https://github.com/cloudamqp/rabbitmq-server into cloudamqp-max_connections | ||||
| | | * | | | use rabbit_misc:get_env/3 for backward compability | Carl Hörberg | 2017-10-20 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | Allow configuring max connections through config | Carl Hörberg | 2017-10-18 | 1 | -1/+2 |
| | | |/ / | |||||
| * | | | | Merge branch 'stable' | Michael Klishin | 2017-10-19 | 0 | -0/+0 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch ↵ | Michael Klishin | 2017-10-19 | 4 | -5/+17 |
| | |\ \ \ | | | | | | | | | | | | | | | | 'rabbitmqctl-shutdown-custom-exit-code-to-indicate-server-reported-failure' into stable | ||||
| | | * | | | Use a special exit code when server reports an error on shutdown | Michael Klishin | 2017-10-19 | 4 | -5/+17 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way tools that manage RabbitMQ nodes can detect this condition among a bunch of fairly generic exit codes. Note that when a timeout occurs, we still use a "temporary failure" code. See rabbitmq/rabbitmq-server#1396 for context. | ||||
| * | | | | Ensure "rss" is the default in cuttlefish configuration example | Luke Bakken | 2017-10-19 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge branch 'stable' | Luke Bakken | 2017-10-19 | 1 | -2/+2 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Ensure "rss" is the default in configuration example | Luke Bakken | 2017-10-19 | 1 | -2/+2 |
| | | |/ | |/| | |||||
| * | | | Merge branch 'default-to-rss-152081051-master' | Michael Klishin | 2017-10-19 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' into default-to-rss-152081051-master | Michael Klishin | 2017-10-19 | 0 | -0/+0 |
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge branch 'stable' | Michael Klishin | 2017-10-19 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / | |/| | | |||||
