| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove rabbit_cli module | Daniil Fedotov | 2017-09-29 | 4 | -461/+12 |
| | | |||||
| * | Merge branch 'stable' | Michael Klishin | 2017-09-28 | 0 | -0/+0 |
| |\ | |||||
| | * | Revert "Revert "Ensure that exit code 0 is used for "stop" command"" | Michael Klishin | 2017-09-28 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | This reverts commit 547be437426163fcd2655857e34f4d24b4994c3a. The change in 1518b601036351e3f8686bab9c8ae87a8d5af0a3 is in line with the expected stop behavior in 3.6.x. For 3.7.0 we are still contemplating what it should be. | ||||
| * | | Makefile: Remove a stale definition of $(dep_rabbitmq_cli) | Jean-Sébastien Pédron | 2017-09-28 | 1 | -2/+0 |
| | | | | | | | | | It was still referring to an old development branch. | ||||
| * | | Merge branch 'stable' | Michael Klishin | 2017-09-28 | 0 | -0/+0 |
| |\ \ | |/ | |||||
| | * | Revert "Ensure that exit code 0 is used for "stop" command" | Michael Klishin | 2017-09-28 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 1518b601036351e3f8686bab9c8ae87a8d5af0a3. There is no consensus on how it should work. In general it is impossible to tell a stopped node from a node we could not contact (with some specific exceptions reported by modern net_kernel version such as the Erlang cookie mismatch), so some believe stop should be idempotent and others believe it should not. | ||||
| * | | Merge branch 'stable' | Michael Klishin | 2017-09-28 | 0 | -0/+0 |
| |\ \ | |/ | |||||
| | * | Merge pull request #1376 from rabbitmq/rabbitmq-server-1362 | Michael Klishin | 2017-09-28 | 1 | -5/+7 |
| | |\ | | | | | | | Ensure that exit code 0 is used for "stop" command | ||||
| | | * | Ensure that exit code 0 is used for "stop" command | Luke Bakken | 2017-09-26 | 1 | -5/+7 |
| | |/ | | | | | | | Part of the fix to #1362 | ||||
| * | | Wording | Michael Klishin | 2017-09-25 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'stable' | Michael Klishin | 2017-09-23 | 6 | -34/+149 |
| |\ \ | |/ | | | | | | | | | Conflicts: src/rabbit_queue_location_random.erl test/queue_master_location_SUITE.erl | ||||
| | * | Merge pull request #1372 from rabbitmq/rabbitmq-server-1371 | Michael Klishin | 2017-09-23 | 6 | -33/+149 |
| | |\ | | | | | | | Take ha-mode into account in choosing queue master | ||||
| | | * | Be smarter about when to use all cluster nodes vs just those specified by ↵ | Luke Bakken | 2017-09-22 | 3 | -8/+22 |
| | | | | | | | | | | | | | ha-mode:nodes when picking initial queue master node | ||||
| | | * | Fix test for ha-mode exactly. Requires sync-ing the queues to ensure slave ↵ | Luke Bakken | 2017-09-22 | 2 | -15/+22 |
| | | | | | | | | | | | | | pids are started | ||||
| | | * | Squash a warning => compiles from scratch | Michael Klishin | 2017-09-22 | 3 | -26/+57 |
| | | | | |||||
| | | * | Add three tests for different ha-mode scenarios with min-masters | Luke Bakken | 2017-09-22 | 1 | -3/+60 |
| | | | | |||||
| | | * | Handle suggested_queue_nodes output when slave nodes are empty | Luke Bakken | 2017-09-22 | 3 | -7/+12 |
| | | | | |||||
| | | * | Use EUnit assertions here | Michael Klishin | 2017-09-22 | 1 | -6/+6 |
| | | | | | | | | | | | | | They produce more informative match failure reports. | ||||
| | | * | Cosmetics | Michael Klishin | 2017-09-22 | 3 | -4/+4 |
| | | | | |||||
| | | * | Take ha-mode into account in choosing queue master | Luke Bakken | 2017-09-22 | 3 | -6/+8 |
| | |/ | | | | | | | Fixes #1371 | ||||
| * | | Merge branch 'stable' | Michael Klishin | 2017-09-22 | 3 | -51/+152 |
| |\ \ | |/ | | | | | | | Conflicts: docs/rabbitmq.config.example | ||||
| | * | Merge pull request #1366 from ↵ | Michael Klishin | 2017-09-22 | 2 | -36/+160 |
| | |\ | | | | | | | | | | | | | rabbitmq/sync-rabbitmq-config-example-with-configure-page Sync rabbitmq.config.example with PROJECT_ENV | ||||
| | | * | Edits, more links | Michael Klishin | 2017-09-22 | 1 | -34/+48 |
| | | | | |||||
| | | * | Additions & changes to example config as per rabbitmq-server#1366 | Gerhard Lazu | 2017-09-22 | 1 | -8/+16 |
| | | | | |||||
| | | * | Replace commented line with empty line | Gerhard Lazu | 2017-09-20 | 1 | -1/+1 |
| | | | | |||||
| | | * | Remove redundant for | Gerhard Lazu | 2017-09-20 | 1 | -1/+1 |
| | | | | |||||
| | | * | Fix typo: SSH -> SSFix typo: SSH -> SSL | Gerhard Lazu | 2017-09-20 | 1 | -1/+1 |
| | | | | |||||
| | | * | Add last missing config properties to example config | Gerhard Lazu | 2017-09-20 | 1 | -0/+14 |
| | | | | | | | | | | | | | This was the last pass, there are no more left in PROJECT_ENV, promise. | ||||
| | | * | Add a few extra missing properties & correct defaults in example config | Gerhard Lazu | 2017-09-20 | 1 | -6/+19 |
| | | | | |||||
| | | * | Add other missing config properties from PROJECT_ENV to example config | Gerhard Lazu | 2017-09-20 | 1 | -4/+41 |
| | | | | |||||
| | | * | Remove extra details from new config properties added to example config | Gerhard Lazu | 2017-09-20 | 1 | -20/+8 |
| | | | | | | | | | | | | | Add links instead, as per discussion with @michaelklishin & @hairyhum | ||||
| | | * | Add msg_store_io_batch_size to example config | Gerhard Lazu | 2017-09-20 | 1 | -0/+7 |
| | | | | |||||
| | | * | Remove extra details from msg_store_credit_disc_bound from example config | Gerhard Lazu | 2017-09-20 | 1 | -14/+0 |
| | | | | | | | | | | | | | | | | Having discussed with @michaelklishin & @hairyhum, it was agreed that these details belong in http://www.rabbitmq.com/persistence-conf.html | ||||
| | | * | Explain the IoBatchSize role in push_betas_to_deltas | Gerhard Lazu | 2017-09-20 | 1 | -0/+3 |
| | | | | |||||
| | | * | Clarify IO_BATCH_SIZE in betas -> deltas (not gammas!) comment | Gerhard Lazu | 2017-09-20 | 1 | -6/+6 |
| | | | | |||||
| | | * | Add msg_store_credit_disc_bound to example config | Gerhard Lazu | 2017-09-20 | 1 | -0/+20 |
| | | | | |||||
| | | * | Add mirroring_sync_batch_size to example config | Gerhard Lazu | 2017-09-20 | 1 | -0/+18 |
| | | | | |||||
| | | * | Add delegate_count to example config | Gerhard Lazu | 2017-09-20 | 1 | -1/+6 |
| | | | | |||||
| | | * | Add queue_master_locator to example config | Gerhard Lazu | 2017-09-20 | 1 | -0/+7 |
| | | | | |||||
| | | * | Add all log categories to example config mentioned on the configure page | Gerhard Lazu | 2017-09-19 | 1 | -5/+9 |
| | | | | |||||
| | * | | Merge pull request #1369 from rabbitmq/lrb-add-exec-stop | Michael Klishin | 2017-09-19 | 1 | -0/+1 |
| | |\ \ | | | | | | | | | Add additional ExecStop line from rabbitmq-server-release | ||||
| | | * | | Add additional ExecStop line from rabbitmq-server-release | Luke Bakken | 2017-09-19 | 1 | -0/+1 |
| | |/ / | | | | | | | | | | | | | | | | This line is part of the release but not included here https://github.com/rabbitmq/rabbitmq-server-release/blob/stable/packaging/debs/Debian/debian/rabbitmq-server.service#L16 | ||||
| * | | | Merge branch 'stable' | Michael Klishin | 2017-09-19 | 1 | -0/+8 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #1368 from rabbitmq/rabbitmq-server-1359 | Michael Klishin | 2017-09-19 | 1 | -0/+8 |
| | |\ \ | | |/ | |/| | Add optional Restart and RestartSec configuration | ||||
| | | * | wording | Luke Bakken | 2017-09-19 | 1 | -2/+2 |
| | | | | |||||
| | | * | Add optional Restart and RestartSec configuration | Luke Bakken | 2017-09-19 | 1 | -0/+8 |
| | |/ | | | | | | | | | | | Fixes #1359 This gives guidances for those users who wish to automatically restart RabbitMQ in the event of a failure. Tested by using the `Restart=on-failure` setting, then running `rabbitmqctl eval "erlang:halt(abort)."` | ||||
| * | | Merge branch 'stable'v3.7.0-rc.1 | Michael Klishin | 2017-09-15 | 2 | -2/+15 |
| |\ \ | |/ | |||||
| | * | Merge pull request #1365 from rabbitmq/rabbitmq-server-1364 | Michael Klishin | 2017-09-15 | 2 | -2/+15 |
| | |\ | | | | | | | Do not log anything when list of apps to stop is empty | ||||
| | | * | Further improve logging around enable plugin set changes | Michael Klishin | 2017-09-15 | 1 | -2/+13 |
| | | | | |||||
| | | * | Do not log anything when list of apps to stop is empty | Luke Bakken | 2017-09-15 | 1 | -0/+2 |
| | | | | |||||
