| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rabbit_amqqueue:on_node_up/1: Check the queue's running slaves list | Jean-Sébastien Pédron | 2015-06-26 | 1 | -6/+30 |
| | | | | | | | | | | | ... before removing the node from the recoverable slaves list. This prevents a race with rabbit_mirror_queue_slave:record_synchronised/1, where a recoverable node could be removed from the recoverable slaves list. Fixes #200. | ||||
| * | applies emacs formatting to file_handle_cache.erl | Alvaro Videla | 2015-06-25 | 1 | -9/+9 |
| | | |||||
| * | Merge pull request #199 from rabbitmq/rabbitmq-server-196 | Alvaro Videla | 2015-06-24 | 1 | -2/+44 |
| |\ | | | | | file_handle_cache: Add a command to clear all read buffers | ||||
| | * | Limit clear_read_cache/0 action to the node it is running on | Jean-Sébastien Pédron | 2015-06-24 | 1 | -3/+7 |
| | | | | | | | | | References #196. | ||||
| | * | file_handle_cache: Add a command to clear all read buffers | Jean-Sébastien Pédron | 2015-06-24 | 1 | -2/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | This is meant to be called from `rabbitmqctl`: rabbitmqctl eval 'file_handle_cache:clear_read_cache().' The command sends a message to all queues on all vhosts to make them clear their own read cache. It is asynchronous, so the command will return before the action is complete. Fixes #196. | ||||
| * | | Correct a typo in 88b3a971b0f154f1415e5884bcca4afdf2221a37 | Michael Klishin | 2015-06-24 | 1 | -1/+1 |
| | | | | | | | | | Spotted by @Jakauppila. | ||||
| * | | Merge pull request #198 from rabbitmq/rabbitmq-server-197 | Michael Klishin | 2015-06-23 | 1 | -1/+2 |
| |\ \ | | | | | | | adds missing callback to behaviour_info | ||||
| | * | | adds missing callback to behaviour_info | Alvaro Videla | 2015-06-23 | 1 | -1/+2 |
| |/ / | | | | | | | Fixes #197 | ||||
| * | | Merge pull request #195 from rabbitmq/rabbitmq-server-194 | Michael Klishin | 2015-06-23 | 1 | -2/+2 |
| |\ \ | |/ |/| | adds missing callback to behaviour_info | ||||
| | * | adds missing callback to behaviour_info | Alvaro Videla | 2015-06-23 | 1 | -2/+2 |
| |/ | | | | Fixes #194 | ||||
| * | Adds error message for list_user_permissions missing argument | Alvaro Videla | 2015-06-18 | 1 | -0/+3 |
| | | | | | Fixes #183 | ||||
| * | Merge branch 'rabbitmq-server-191' into stable | Jean-Sébastien Pédron | 2015-06-17 | 1 | -4/+5 |
| |\ | |||||
| | * | adds missing find_prioritisers call | Alvaro Videla | 2015-06-17 | 1 | -4/+5 |
| |/ | | | | Fixes #191 | ||||
| * | Merge pull request #187 from rabbitmq/rabbitmq-server-186 | Alvaro Videla | 2015-06-16 | 1 | -0/+1 |
| |\ | | | | | Support warn as an alias for warning (the log level) | ||||
| | * | Support warn log level (an alias for warning) | Michael Klishin | 2015-06-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | As a usability improvement. Fixes #186, references #185. | ||||
| * | | Merge branch 'rabbitmq-server-62-part1' into stable | Jean-Sébastien Pédron | 2015-06-11 | 1 | -1/+6 |
| |\ \ | |/ |/| | |||||
| | * | action/5 calls action/6 with default timeout for unknown commands | Jean-Sébastien Pédron | 2015-06-11 | 1 | -1/+6 |
| | | | | | | | | | | | | | This restore backward compatibility and unbreak the test suite. References #62. | ||||
| * | | Fix set type | Johannes Weißl | 2015-06-11 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'rabbitmq-server-62-part1' into stable | Michael Klishin | 2015-06-10 | 1 | -4/+1 |
| |\ \ | |/ | |||||
| | * | Avoid float_to_list/2 | Michael Klishin | 2015-06-10 | 1 | -4/+1 |
| | | | | | | | | | Not available in older Erlang/OTP releases. | ||||
| * | | Merge pull request #181 from rabbitmq/rabbitmq-server-62-part1 | Alvaro Videla | 2015-06-09 | 4 | -97/+197 |
| |\ \ | |/ | | | Introduce a timeout flag to rabbitmqctl (for some commands) | ||||
| | * | Handle negative timeout values | Michael Klishin | 2015-06-09 | 1 | -1/+5 |
| | | | |||||
| | * | Improve timeout handling in ctl | Michael Klishin | 2015-06-09 | 1 | -21/+44 |
| | | | | | | | | | | | * Don't add any output when timeout = infinity (3.5.x default) * Support float values (round them) | ||||
| | * | Mention timeout in rabbitmqctl(1) | Michael Klishin | 2015-06-09 | 1 | -0/+10 |
| | | | |||||
| | * | Add timeout option to list_* commands | Michael Klishin | 2015-06-09 | 3 | -97/+160 |
| |/ | |||||
| * | (c) year | Michael Klishin | 2015-05-24 | 165 | -168/+168 |
| | | |||||
| * | RPM/deb changelogs for release 3.5.3rabbitmq_v3_5_3 | Jean-Sébastien Pédron | 2015-05-22 | 2 | -0/+9 |
| | | |||||
| * | Merge branch 'rabbitmq-server-157' into stable | Jean-Sébastien Pédron | 2015-05-21 | 2 | -7/+38 |
| |\ | |||||
| | * | After starting the fhc, ensure it is working | Jean-Sébastien Pédron | 2015-05-21 | 2 | -7/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | This is a runtime check to ensure the fix proposed in #157 actually works. Export rabbit_table:wait_timeout/0 which returns the value of 'mnesia_table_loading_timeout' or 30000. We then use this timeout while waiting for the fhc test to finish. References #157. | ||||
| * | | Merge pull request #165 from rabbitmq/rabbitmq-server-162 | Michael Klishin | 2015-05-20 | 1 | -1/+2 |
| |\ \ | | | | | | | Adds TLS suggestion | ||||
| | * | | Adds TLS suggestion | Alvaro Videla | 2015-05-20 | 1 | -1/+2 |
| |/ / | | | | | | | Fixes #162 | ||||
| * | | Merge pull request #160 from rabbitmq/rabbitmq-server-157 | Alvaro Videla | 2015-05-19 | 1 | -7/+9 |
| |\ \ | |/ | | | Start rabbit_alarm before FHC | ||||
| | * | Start rabbit_alarm before file_handle_cache | Michael Klishin | 2015-05-19 | 1 | -7/+9 |
| |/ | | | | | | | | | | | | | | Since the FHC now uses memory monitor, we need to make sure it is running early on. Nothing in rabbit_alarm really depends on the steps that used to run earlier. `full` test suite passes. It may be worth extracting memory and disk monitors into separate boot steps down the road. References #134. Fixes #157. | ||||
| * | RPM/deb changelogs for release 3.5.2rabbitmq_v3_5_2 | Jean-Sébastien Pédron | 2015-05-12 | 2 | -0/+9 |
| | | |||||
| * | Merge pull request #153 from rabbitmq/rabbitmq-server-152 | Alvaro Videla | 2015-05-11 | 1 | -15/+74 |
| |\ | | | | | Support x-death event values from before #78 | ||||
| | * | Re-format for 80 characters wide | Michael Klishin | 2015-05-11 | 1 | -20/+25 |
| | | | |||||
| | * | Re-format with Emacs | Michael Klishin | 2015-05-11 | 1 | -27/+27 |
| | | | |||||
| | * | Use a set to look up previously seen {queue, reason} keys | Michael Klishin | 2015-05-10 | 1 | -15/+19 |
| | | | | | | | | | For O(1) lookup complexity. | ||||
| | * | Refactor | Michael Klishin | 2015-05-10 | 1 | -4/+6 |
| | | | |||||
| | * | Refactor | Michael Klishin | 2015-05-10 | 1 | -23/+22 |
| | | | |||||
| | * | Support x-death event proplists from before #78 | Michael Klishin | 2015-05-10 | 1 | -14/+63 |
| | | | | | | | | | | | We group x-death header values before processing them to make sure there's only one per {queue, reason}. | ||||
| * | | Merge branch 'rabbitmq-server-138' into stable | Jean-Sébastien Pédron | 2015-05-11 | 1 | -1/+6 |
| |\ \ | |/ |/| | |||||
| | * | Make credit flow state transition interval 1s instead of 5s | Michael Klishin | 2015-05-07 | 1 | -1/+6 |
| |/ | | | | | | | | | | | | | Management UI and HTTP API currently report connections and channels as in flow if they've been in flow for the last 5 seconds. That can confuse the user with inter-node flow control, making them believe the flow is permanent (it is not: the actual state toggles many times a second). This reduces the interval to 1s, which seems more reasonable and accurate (in a way). Fixes #138. | ||||
| * | Merge branch 'rabbitmq-server-129' into stable | Jean-Sébastien Pédron | 2015-05-07 | 1 | -1/+1 |
| |\ | |||||
| | * | rabbitmq-script-wrapper: Don't use "exec" in front of "su" | Jean-Sébastien Pédron | 2015-04-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This is useless because su(1) forks a process anyway. Furthermore, it broke RabbitMQ in Docker. Fixes #129. | ||||
| * | | Merge pull request #146 from rabbitmq/rabbitmq-server-134 | Michael Klishin | 2015-05-07 | 2 | -6/+47 |
| |\ \ | | | | | | | PR for rabbitmq/rabbitmq-server#134 | ||||
| | * | | File handle cache: Pay attention to memory use | Jean-Sébastien Pédron | 2015-05-06 | 2 | -6/+47 |
| |/ / | | | | | | | | | | | | | | | | | | | ... and clear read cache if necessary. This solves an issue where sync'ing a mirrored queue could take all available memory (way above the high watermark) and possibly crash the node. Fixes #134. | ||||
| * | | Merge branch 'rabbitmq-server-128' into stable | Jean-Sébastien Pédron | 2015-04-30 | 1 | -3/+21 |
| |\ \ | |||||
| | * | | rabbitmq-server: Add a way to send log messages to stdout | Jean-Sébastien Pédron | 2015-04-30 | 1 | -3/+21 |
| |/ / | | | | | | | | | | | | | | | | | | | Now, by setting RABBITMQ_LOGS=-, regular log messages are written to stdout. Likewise, RABBITMQ_SASL_LOGS=- sends sasl log messages to stdout. This is useful for Docker images. Fixes #128. | ||||
| * | | Merge pull request #133 from rabbitmq/rabbitmq-server-114 | Michael Klishin | 2015-04-29 | 2 | -5/+15 |
| |\ \ | |/ |/| | Make gm flow control configurable | ||||
