| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Test and clean up metrics dependent on both process and entity | Diana Corbacho | 2017-03-08 | 2 | -12/+36 |
| | | | | | | It leaked consumer_created when the queue still existed, now both entity and process must exists to keep the metrics. | ||||
| * | Call msg_store_index operations via helper functions. | Daniil Fedotov | 2017-03-07 | 1 | -10/+18 |
| | | | | | | | This makes reasoning about message store index concurrency and usage easier. One can see which operations on index are called from which actor in the message store. | ||||
| * | Merge branch 'stable' | Michael Klishin | 2017-03-07 | 1 | -2/+2 |
| |\ | |||||
| | * | Merge pull request #1135 from rabbitmq/rabbitmq-server-1125 | Michael Klishin | 2017-03-06 | 1 | -2/+2 |
| | |\ | | | | | | | Check process aliveness on remote nodes | ||||
| | | * | Switch to rabbit_misc:is_process_alive/1 | Michael Klishin | 2017-03-06 | 1 | -17/+2 |
| | | | | |||||
| | | * | Check process aliveness on remote nodes | Diana Corbacho | 2017-03-06 | 1 | -2/+17 |
| | | | | |||||
| * | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2017-03-06 | 2 | -18/+38 |
| |\ \ \ | |/ / | |||||
| | * | | unit_inbroker_SUITE: Adapt channel_statistics testcase after gc improvements | Jean-Sébastien Pédron | 2017-03-06 | 1 | -14/+34 |
| | |/ | |||||
| | * | Attempt to make metrics_SUITE more rubust | kjnilsson | 2017-03-06 | 1 | -4/+4 |
| | | | |||||
| * | | Correct supported versions we report | Michael Klishin | 2017-03-06 | 1 | -1/+1 |
| | | | | | | | | | | | Previous revision produced 4 digit version numbers which we don't normally use. | ||||
| * | | Merge pull request #1132 from rabbitmq/rabbitmq-server-1131 | Michael Klishin | 2017-03-03 | 1 | -1/+12 |
| |\ \ | | | | | | | Better message for plugin version requirement | ||||
| | * | | Wording | Michael Klishin | 2017-03-03 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge branch 'master' into rabbitmq-server-1131 | Michael Klishin | 2017-03-03 | 4 | -20/+61 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2017-03-03 | 2 | -16/+54 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Doco | Michael Klishin | 2017-03-03 | 1 | -2/+11 |
| | | | | |||||
| | * | | Fix metrics test suite | kjnilsson | 2017-03-03 | 1 | -14/+43 |
| | | | | | | | | | | | | | | | | Because changes have been made to how core metrics are cleaned up we needed to insert force metrics collections into the tests. | ||||
| * | | | Update metrics gc to support gc marker | Diana Corbacho | 2017-03-02 | 2 | -4/+7 |
| | | | | |||||
| * | | | Revert "Update metrics gc to support gc marker" | Michael Klishin | 2017-03-01 | 2 | -7/+4 |
| | | | | | | | | | | | | | | | | | | | | | | This reverts commit bde71d2c49632d25a235edb86aa56efaf760fb97. This was not meant to be merged directly into master. Other repositories need a manual merge. | ||||
| * | | | Merge branch 'stable' | Michael Klishin | 2017-03-01 | 0 | -0/+0 |
| |\ \ \ | |/ / | |||||
| | * | | Update metrics gc to support gc marker | Diana Corbacho | 2017-03-01 | 2 | -4/+7 |
| | | | | |||||
| * | | | Merge pull request #1130 from rabbitmq/rabbitmq-management-353 | Michael Klishin | 2017-03-01 | 2 | -4/+7 |
| |\ \ \ | | | | | | | | | Update metrics gc to support gc marker | ||||
| | * | | | Update metrics gc to support gc marker | Diana Corbacho | 2017-03-01 | 2 | -4/+7 |
| | | | | | |||||
| | | | * | Better message for plugin version requirement | Diana Corbacho | 2017-03-01 | 1 | -1/+12 |
| | |_|/ |/| | | |||||
| * | | | Add missing acting user for internal function | Daniil Fedotov | 2017-03-01 | 1 | -7/+7 |
| | | | | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2017-03-01 | 1 | -4/+22 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Doco | Michael Klishin | 2017-03-01 | 1 | -4/+22 |
| | |/ | |||||
| * | | Merge pull request #1128 from rabbitmq/rabbitmq-server-1124 | Michael Klishin | 2017-02-28 | 3 | -15/+45 |
| |\ \ | | | | | | | Exclude apps that are not RabbitMQ plugins from the list of plugins | ||||
| | * | | Rename function | Diana Corbacho | 2017-02-27 | 3 | -19/+19 |
| | | | | |||||
| | * | | Exclude apps that are not RabbitMQ plugins from the list of plugins | Diana Corbacho | 2017-02-27 | 3 | -15/+45 |
| | | | | |||||
| * | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2017-02-27 | 0 | -0/+0 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2017-02-27 | 1 | -0/+2 |
| | | | |||||
| | * | rabbit, rabbit_cli: Use rabbit_misc:lists_droplast() | Jean-Sébastien Pédron | 2017-02-27 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | ... instead of lists:droplast() directly. The latter was added to Erlang 17.0 but we need to support Erlang R16B03. [#140575489] | ||||
| * | | Merge pull request #1123 from rabbitmq/rabbitmq-server-838 | Michael Klishin | 2017-02-23 | 2 | -7/+8 |
| |\ \ | | | | | | | Rename msg_store_index:delete_by_file to index_cleanup_undefined_file | ||||
| | * | | Long ugly callback name | Daniil Fedotov | 2017-02-23 | 2 | -6/+7 |
| | | | | |||||
| | * | | Rename msg_store_index:delete_by_file to index_cleanup_undefined_file | Daniil Fedotov | 2017-02-23 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | The `delete_by_file` function is used only once with `undefined` parameter. For key-value store implementations (e.g. eleveldb) it's much easier to implement, than maintaining a filename index. ETS index also can be optimised. | ||||
| * | | | Merge branch 'stable' | Michael Klishin | 2017-02-23 | 1 | -2/+8 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | Merge pull request #1121 from rabbitmq/rabbitmq-server-1120 | Michael Klishin | 2017-02-23 | 1 | -2/+8 |
| | |\ | | | | | | | Emit rabbit_event events when alarms go in and out of effect | ||||
| | | * | Emit rabbit_event events when alarms go in and out of effect | Diana Corbacho | 2017-02-22 | 1 | -2/+8 |
| | |/ | |||||
| * | | Revert "Restore "Do not expand plugins anymore""rabbitmq_v3_7_0_milestone13 | Jean-Sébastien Pédron | 2017-02-22 | 8 | -212/+80 |
| | | | | | | | | | | | | | | | | | | | Loading a native library (eg. a NIF) from an .ez archive in unsupported by Erlang and the team decided to revert this change again. This reverts commit 0151abf37710dfc421523f9235514a438270e032. [#136622317] | ||||
| * | | Rework DNS peer discovery test to be less sensitive to local resolver | Michael Klishin | 2017-02-21 | 1 | -4/+4 |
| | | | | | | | | | | | In some environments (e.g. on AWS) there can be more than one result returned. We only care about the list containing the value we expect. | ||||
| * | | Prefer inet:gethostbyaddr/1 to inet_res:gethostbyaddr/1 | Michael Klishin | 2017-02-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The former is supposed to be the public API of the latter, see aweber/rabbitmq-autocluster#127. Fixes #1116. | ||||
| * | | Fix a bad merge | Michael Klishin | 2017-02-20 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'stable' | Michael Klishin | 2017-02-20 | 4 | -1/+475 |
| |\ \ | |/ | | | | | | | Conflicts: src/rabbit_exchange.erl | ||||
| | * | Merge pull request #1118 from rabbitmq/rabbitmq-management-agent-25rabbitmq_v3_6_7_rc2 | Michael Klishin | 2017-02-20 | 4 | -1/+475 |
| | |\ | | | | | | | Periodic garbage collection of stats | ||||
| | | * | Whitespace | Michael Klishin | 2017-02-20 | 1 | -18/+18 |
| | | | | |||||
| | | * | Test gc of core metrics | Diana Corbacho | 2017-02-17 | 2 | -7/+305 |
| | | | | |||||
| | | * | GC gen_server2 metrics | Diana Corbacho | 2017-02-17 | 1 | -0/+4 |
| | | | | |||||
| | | * | Garbage collection of core metrics | Diana Corbacho | 2017-02-17 | 2 | -0/+169 |
| | | | | |||||
| | | * | Function to retrieve all exchange names (keys) | Diana Corbacho | 2017-02-17 | 1 | -1/+4 |
| | | | | |||||
| * | | | Merge pull request #1115 from ↵ | Michael Klishin | 2017-02-20 | 3 | -57/+71 |
| |\ \ \ | | | | | | | | | | | | | | | | | rabbitmq/rabbitmq-server-msg-store-recovery-optimize Optimise message store recovery. | ||||
