summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #212 from rabbitmq/rabbitmq-server-176Michael Klishin2015-07-021-1/+1
|\ | | | | Bump default +A value to 64
| * Bump default +A value to 64Michael Klishin2015-07-021-1/+1
|/ | | | | | | | Based on user feedback, 30 feels a bit low. We have to recommend users with 8 or more cores per node to bump the value to around 100. This value is not very scientific and assumes roughly 16 I/O threads per core. This is also the default Riak 2.1 uses.
* Initialise IO_THREAD_POOL_SIZE in rabbitmq-defaultsMichael Klishin2015-07-023-4/+4
|
* Merge branch 'stable' into rabbitmq-server-178Michael Klishin2015-07-0222-333/+659
|\
| * Merge pull request #209 from rabbitmq/rabbitmq-server-208Michael Klishin2015-07-026-4/+19
| |\ | | | | | | Make boot module configurable via env variable
| | * Introduce BOOT_MODULE in Windows batch scriptsMichael Klishin2015-07-023-3/+14
| | |
| | * Merge branch 'stable' into rabbitmq-server-208Michael Klishin2015-07-027-214/+333
| | |\ | | |/ | |/|
| * | Make it possible to run scripts from dirs other than scripts and sbinMichael Klishin2015-07-021-1/+1
| | |
| * | Windows batch file changes to support -env, -defaults, and -conf ↵Jakauppila2015-07-027-232/+331
| | | | | | | | | | | | | | | | | | | | | functionality present on *nix Mimicked the behavior of the -env, -defaults, and -conf scripts available on *nix
| * | Add 'rabbitmq-env.bat' execution in rabbitmqctl.batJakauppila2015-07-021-0/+4
| | |
| * | Add 'rabbitmq-env.bat' execution in rabbitmq-service.batJakauppila2015-07-021-0/+4
| | |
| * | Add 'rabbitmq-env.bat' execution in rabbitmq-server.batJakauppila2015-07-021-0/+4
| | |
| * | Add 'rabbitmq-env.bat' execution in rabbitmq-plugins.batJakauppila2015-07-021-0/+4
| | |
| * | Add 'rabbitmq-env.bat' execution in rabbitmq-echopid.batJakauppila2015-07-021-0/+4
| | |
| | * Introduce RABBITMQ_BOOT_MODULE (for *nix for now)Michael Klishin2015-07-013-1/+5
| |/
| * add detection for python2.7derwinlu2015-06-301-0/+4
| | | | | | | | | | | | | | | | | | In python2.7 simplejson has been removed from stdlib and replaced with json. codegen.py already has a fallback import in place so no changes needed there. This way python2.7 can be detected if installed and rabbitmq-server can be compiled even if python is bound to python3.
| * Merge branch 'bug26427' into stableJean-Sébastien Pédron2015-06-291-2/+14
| |\
| | * Ensure the conditions to log "accepting..." match those for "closing..."Jean-Sébastien Pédron2015-06-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For instance, the following test led to "accepting AMQP connection" being logged, but no corresponding "closing AMQP connection": $ nc localhost 5672 a ^C The same issue applied to TLS connections. References bug26427.
| | * Merge pull request #202 from legoscia/bug26427Jean-Sébastien Pédron2015-06-291-1/+11
| | |\ | | | | | | | | Be quiet about sockets closed during SSL upgrade
| | | * Be quiet about sockets closed during SSL upgradeMagnus Henoch2015-06-291-1/+11
| | |/ | | | | | | | | | | | | Log such errors on debug level only, since this is probably a TCP healthcheck.
| * | Merge pull request #201 from rabbitmq/rabbitmq-server-200Michael Klishin2015-06-291-6/+32
| |\ \ | | | | | | | | rabbit_amqqueue:on_node_up/1: Check the queue's running slaves list
| | * | cosmeticsAlvaro Videla2015-06-261-5/+7
| | | |
| | * | rabbit_amqqueue:on_node_up/1: Check the queue's running slaves listJean-Sébastien Pédron2015-06-261-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.erlAlvaro Videla2015-06-251-9/+9
| | |
| * | Merge pull request #199 from rabbitmq/rabbitmq-server-196Alvaro Videla2015-06-241-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 onJean-Sébastien Pédron2015-06-241-3/+7
| | | | | | | | | | | | | | | | References #196.
| | * | file_handle_cache: Add a command to clear all read buffersJean-Sébastien Pédron2015-06-241-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 88b3a971b0f154f1415e5884bcca4afdf2221a37Michael Klishin2015-06-241-1/+1
| | | | | | | | | | | | | | | | Spotted by @Jakauppila.
| * | | Merge pull request #198 from rabbitmq/rabbitmq-server-197Michael Klishin2015-06-231-1/+2
| |\ \ \ | | | | | | | | | | adds missing callback to behaviour_info
| | * | | adds missing callback to behaviour_infoAlvaro Videla2015-06-231-1/+2
| |/ / / | | | | | | | | | | | | Fixes #197
| * | | Merge pull request #195 from rabbitmq/rabbitmq-server-194Michael Klishin2015-06-231-2/+2
| |\ \ \ | | |/ / | |/| | adds missing callback to behaviour_info
| | * | adds missing callback to behaviour_infoAlvaro Videla2015-06-231-2/+2
| |/ / | | | | | | | | | Fixes #194
| * | Adds error message for list_user_permissions missing argumentAlvaro Videla2015-06-181-0/+3
| | | | | | | | | | | | Fixes #183
| * | Merge branch 'rabbitmq-server-191' into stableJean-Sébastien Pédron2015-06-171-4/+5
| |\ \
| | * | adds missing find_prioritisers callAlvaro Videla2015-06-171-4/+5
| |/ / | | | | | | | | | Fixes #191
| * | Merge pull request #187 from rabbitmq/rabbitmq-server-186Alvaro Videla2015-06-161-0/+1
| |\ \ | | | | | | | | Support warn as an alias for warning (the log level)
| | * | Support warn log level (an alias for warning)Michael Klishin2015-06-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | As a usability improvement. Fixes #186, references #185.
| * | | Merge branch 'rabbitmq-server-62-part1' into stableJean-Sébastien Pédron2015-06-111-1/+6
| |\ \ \ | | |/ / | |/| |
| | * | action/5 calls action/6 with default timeout for unknown commandsJean-Sébastien Pédron2015-06-111-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | This restore backward compatibility and unbreak the test suite. References #62.
| * | | Fix set typeJohannes Weißl2015-06-111-1/+1
| | | |
| * | | Merge branch 'rabbitmq-server-62-part1' into stableMichael Klishin2015-06-101-4/+1
| |\ \ \ | | |/ /
| | * | Avoid float_to_list/2Michael Klishin2015-06-101-4/+1
| | | | | | | | | | | | | | | | Not available in older Erlang/OTP releases.
| * | | Merge pull request #181 from rabbitmq/rabbitmq-server-62-part1Alvaro Videla2015-06-094-97/+197
| |\ \ \ | | |/ / | | | | Introduce a timeout flag to rabbitmqctl (for some commands)
| | * | Handle negative timeout valuesMichael Klishin2015-06-091-1/+5
| | | |
| | * | Improve timeout handling in ctlMichael Klishin2015-06-091-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 Klishin2015-06-091-0/+10
| | | |
| | * | Add timeout option to list_* commandsMichael Klishin2015-06-093-97/+160
| |/ /
* | | Make it possible to override the +A VM flag with an env variableMichael Klishin2015-06-033-3/+14
|/ / | | | | | | For easier tweaking. References #178.
* | (c) yearMichael Klishin2015-05-24165-168/+168
| |
* | RPM/deb changelogs for release 3.5.3rabbitmq_v3_5_3Jean-Sébastien Pédron2015-05-222-0/+9
| |