| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove a couple of sentences that may be slightly misleading now | Michael Klishin | 2018-08-30 | 1 | -4/+1 |
| | | | | | | ...that we've concluded we cannot use dirty deletes in at least some areas. The sentence left is pretty to the point. | ||||
| * | Idempotent binding removal | Diana Corbacho | 2018-08-30 | 1 | -6/+3 |
| | | | | | | | | | | | Optimizations introduced in #1589 caused the removal of bindings to be non-idempotent, as the removal of routing information with dirty deletes did not allow for full transaction rollback. This commit reverts that change, losing some of the performance improvements in favour of data correctness. [#160100569] | ||||
| * | Update git-commit-msgs link | Luke Bakken | 2018-08-28 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1686 from rabbitmq/lrb-set_parameter-docs | Michael Klishin | 2018-08-28 | 1 | -7/+7 |
| |\ | | | | | Change example to use parameter that exists | ||||
| | * | Change example to use parameter that exists | Luke Bakken | 2018-08-27 | 1 | -7/+7 |
| |/ | | | | "federation local_username" does not exist anymore | ||||
| * | Merge pull request #1671 from rabbitmq/config_files_check | Michael Klishin | 2018-08-25 | 9 | -174/+399 |
| |\ | | | | | Config files check | ||||
| | * | Remove typo | Luke Bakken | 2018-08-14 | 1 | -4/+0 |
| | | | |||||
| | * | Add extension to default advanced config file name on windows | Daniil Fedotov | 2018-08-14 | 2 | -2/+2 |
| | | | |||||
| | * | Batch file syntax errors. Config check error format | Daniil Fedotov | 2018-08-14 | 3 | -12/+16 |
| | | | |||||
| | * | Use file:consult to check if .conf is of the old format. Add more errors to ↵ | Daniil Fedotov | 2018-08-14 | 1 | -3/+6 |
| | | | | | | | | | the .config check | ||||
| | * | Improve the error message when a config file is not in the correct format | Daniil Fedotov | 2018-08-14 | 1 | -7/+11 |
| | | | |||||
| | * | Move file with no extension variable assignment before it's used | Daniil Fedotov | 2018-08-14 | 2 | -2/+4 |
| | | | |||||
| | * | Do not add ./ to NOEX files if the file is in the current dir | Daniil Fedotov | 2018-08-14 | 1 | -3/+7 |
| | | | |||||
| | * | Do not show non-existent .conf file as a configuration file in logs | Daniil Fedotov | 2018-08-14 | 1 | -1/+2 |
| | | | |||||
| | * | Better warning and error messages in scripts. | Daniil Fedotov | 2018-08-14 | 3 | -36/+65 |
| | | | | | | | | | | | If advanced config file has a wrong extension and is to be used as a -config argument - the script should fail with an error. | ||||
| | * | Fix function removing extension. | Daniil Fedotov | 2018-08-14 | 1 | -3/+13 |
| | | | | | | | | | | | | | The ${FOO%.*} expression removes everything after the last dot, which returns wrong results for paths like /foo/bar.baz/bar. Make it use basename and dirname intead. | ||||
| | * | Simple validation for config file content and extension. | Daniil Fedotov | 2018-08-14 | 6 | -14/+108 |
| | | | |||||
| | * | Expect extensions in config filename arguments | Daniil Fedotov | 2018-08-14 | 1 | -12/+11 |
| | | | |||||
| | * | Refactor config file discovery. Make advanced config load if no old format ↵ | Daniil Fedotov | 2018-08-14 | 6 | -151/+230 |
| | | | | | | | | | config is used | ||||
| * | | Merge pull request #1681 from rabbitmq/topology-recovery-in-status | Michael Klishin | 2018-08-23 | 1 | -5/+8 |
| |\ \ | | | | | | | Use process status to pass the auto_delete flag | ||||
| | * | | Use process status to pass the auto_delete flag | Diana Corbacho | 2018-08-23 | 1 | -5/+8 |
| |/ / | | | | | | | | | Using a terminate reason makes the channel crash [#159483364] | ||||
| * | | Merge pull request #1675 from rabbitmq/topology-recovery | Michael Klishin | 2018-08-17 | 2 | -6/+31 |
| |\ \ | | | | | | | Increase performance of auto_delete queues deletion on channel down | ||||
| | * \ | Merge branch 'master' into topology-recovery | Michael Klishin | 2018-08-16 | 3 | -6/+20 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #1673 from rabbitmq/lrb-add-channel_max-detail | Luke Bakken | 2018-08-15 | 1 | -3/+17 |
| |\ \ \ | |_|/ |/| | | Add detail for channel_max 0 value | ||||
| | * | | A typo | Michael Klishin | 2018-08-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | A more precise comment | Michael Klishin | 2018-08-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Log errors as, well, errors | Michael Klishin | 2018-08-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Improve formatting of logged connection.tune errors/exceptions | Michael Klishin | 2018-08-15 | 1 | -0/+7 |
| | | | | |||||
| | * | | Add detail for channel_max 0 value | Luke Bakken | 2018-08-15 | 1 | -2/+9 |
| |/ / | | | | | | | | | | | It is not immediately obvious that a 0 value for channel_max means infinite or "no limit". This change will result in the following message being logged: "negotiated channel_max = 0 (no limit) is higher than the maximum allowed value (2047)" | ||||
| * | | Update rabbitmq.conf.example | Michael Klishin | 2018-08-14 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1669 from noxdafox/priority-info | Luke Bakken | 2018-08-13 | 1 | -2/+2 |
| |\ \ | | | | | | | Handle generic data structures in priority queue info callback | ||||
| | * | | Handle generic data structures in priority queue info callback | Matteo Cafasso | 2018-08-12 | 1 | -2/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The priority queue implementation makes assumptions over the data format returned by the underlying backing queue `info` callback. This causes priority queues to crash if used together with other modules implementing the `rabbit_backing_queue` behaviour and returning additional data with the `info` callback. As we cannot predict the format of the data the backing queue `info` callback could return, we just replace it with the undefined keyword. Signed-off-by: Matteo Cafasso <noxdafox@gmail.com> | ||||
| | * | Increase performance of auto_delete queues deletion on channel down | Diana Corbacho | 2018-08-16 | 2 | -6/+31 |
| |/ | | | | | | | | Re-introduce previous delete guard for auto_delete queues. Undo performance enhancement introduced by #1513 for this use case. All other bulk deletions remain the same. [#159483364] | ||||
| * | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2018-08-09 | 1 | -1/+1 |
| | | |||||
| * | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2018-08-09 | 1 | -5/+5 |
| | | |||||
| * | Merge pull request #1666 from rabbitmq/lrb-ssl_dist_optfile-windows-159602360 | Michael Klishin | 2018-08-08 | 1 | -3/+10 |
| |\ | | | | | Set two environment variables in the same manner as on Unix systems | ||||
| | * | Set two environment variables in the same manner as on Unix systems | Luke Bakken | 2018-08-08 | 1 | -3/+10 |
| |/ | | | | | | SERVER_START_ARGS and SERVER_ADDITIONAL_ERL_ARGS from the rabbitmq-env-conf.bat file need to be honored here. [159602360] | ||||
| * | Merge pull request #1658 from rabbitmq/lrb-add-hostname-syslog-support | Luke Bakken | 2018-08-02 | 3 | -3/+26 |
| |\ | | | | | Add support for syslog server hostname | ||||
| | * | Remove requirement that ip or host be set, since the default is 127.0.0.1 | Luke Bakken | 2018-08-02 | 1 | -20/+0 |
| | | | |||||
| | * | Add translation to support .host and .ip setting syslog.dest_host | Luke Bakken | 2018-08-02 | 2 | -1/+49 |
| | | | |||||
| | * | Add support for syslog server hostname | Luke Bakken | 2018-08-02 | 3 | -13/+8 |
| | | | | | | | | | | | | | | | | | schlagert/syslog version 3.4.3 adds support for specifying a host name for `dest_host`, this PR supports it as well See this gist for my test procedure: git@gist.github.com:7ab6348839c3dc7b18b6662f024e089c.git | ||||
| * | | Merge pull request #1660 from rabbitmq/rabbitmq-server-1659 | Michael Klishin | 2018-08-02 | 2 | -9/+9 |
| |\ \ | |/ |/| | Correct resource limit defaults | ||||
| | * | Max number of atoms hasn't changed in ↵ | Michael Klishin | 2018-08-02 | 2 | -3/+3 |
| | | | | | | | | | 118b448631a699736f1380d7990989c7e61f94ff, back out my changes | ||||
| | * | Correct resource limit defaults: Erlang distribution buffer size and others | Michael Klishin | 2018-08-02 | 2 | -12/+12 |
| |/ | | | | | | | | | They were bumped to x10 the values in 118b448631a699736f1380d7990989c7e61f94ff by mistake. Kudos to Chris Friesen for reporting this. Closes #1659. | ||||
| * | Merge pull request #1650 from rabbitmq/binding-global-recover | Michael Klishin | 2018-07-25 | 2 | -10/+18 |
| |\ | | | | | Prepare semi-durable binding table once instead of each time a virtual host is recovered | ||||
| | * | Cosmetics | Michael Klishin | 2018-07-24 | 1 | -2/+2 |
| | | | |||||
| | * | Prepare bindings table in a separate recover function. | Daniil Fedotov | 2018-07-24 | 2 | -10/+18 |
| | | | | | | | | | | | | | | | | | | | Before #567 all binding recover functions were executed once on node restart. Executing table_filter can be expensive with high number of vhosts and bindings and effectively should be called only once. Moved to a separate function, which should be called from the global recovery function (`rabbit_vhost:recover/0`) | ||||
| * | | Merge pull request #1647 from rabbitmq/cancel-sync-slaves | Michael Klishin | 2018-07-25 | 2 | -6/+18 |
| |\ \ | |/ |/| | Cancel synchronisation when memory alarm is triggered | ||||
| | * | Compile from scratch | Michael Klishin | 2018-07-24 | 1 | -1/+1 |
| | | | | | | | | | [#158828073] | ||||
| | * | Cancel synchronisation when memory alarm is triggered | Diana Corbacho | 2018-07-23 | 2 | -7/+19 |
| | | | | | | | | | | | | | The cancellation used to block if the memory alarm was set on any of the slaves during sync. This patch solves it. [#158828073] | ||||
