| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2016-09-15 | 1 | -15/+2 |
| | | |||||
| * | Merge pull request #963 from rabbitmq/rabbitmq-server-962 | Michael Klishin | 2016-09-15 | 1 | -1/+1 |
| |\ | | | | | Fix log message | ||||
| | * | Fix log message | Diana Corbacho | 2016-09-15 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #957 from rabbitmq/rabbitmq-server-956 | Michael Klishin | 2016-09-12 | 2 | -2/+3 |
| |\ | | | | | Introduce RABBITMQ_IGNORE_SIGINT to ignore the +B VM flag | ||||
| | * | Ignore current value of RABBITMQ_IGNORE_SIGINT_FLAG | Michael Klishin | 2016-09-12 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'stable' into rabbitmq-server-956 | Michael Klishin | 2016-09-12 | 2 | -2/+19 |
| | |\ | |||||
| | * | | Boolean flag to enable/disable +B VM option | Daniil Fedotov | 2016-09-12 | 1 | -1/+2 |
| | | | | |||||
| | * | | ENV variable to override +B VM option | Daniil Fedotov | 2016-09-12 | 2 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #954 from rabbitmq/rabbitmq-server-908 | Karl Nilsson | 2016-09-12 | 2 | -2/+13 |
| |\ \ \ | | | | | | | | | Make VM +zdbbl easier to configure, bump default to 32MB | ||||
| | * | | | Make VM distribution buffer size easier to configure, bump default to 32MB | Michael Klishin | 2016-09-12 | 2 | -2/+13 |
| | |/ / | | | | | | | | | | Fixes #908. | ||||
| * | | | Merge pull request #955 from rabbitmq/rabbitmq-server-949 | D Corbacho | 2016-09-12 | 1 | -1/+2 |
| |\ \ \ | |_|/ |/| | | Bump default MoreCreditAfter to 100 | ||||
| | * | | Bump default MoreCreditAfter to 100 | Michael Klishin | 2016-09-12 | 1 | -1/+2 |
| | |/ | | | | | | | | | | | | | | | | | Local benchmarks with PerfTest demonstrate an insignificant (ranging from -1% to 2% improvement for 95th percentile) throughput change, however, a few large users report this reducing the amount of time queues spent in flow on their workloads. The original value is certainly quite conservative. | ||||
| * | | Merge pull request #946 from dmitrymex/reset-mnesia-schema | Michael Klishin | 2016-09-12 | 1 | -1/+13 |
| |\ \ | | | | | | | [OCF HA] Delete Mnesia schema on mnesia reset | ||||
| | * | | [OCF HA] Delete Mnesia schema on mnesia reset | Dmitry Mescheryakov | 2016-09-07 | 1 | -1/+13 |
| | |/ | | | | | | | | | | | | | Not doing so leads to RabbitMQ node being half-stuck in cluster. As a result, it can't clearly join back and constantly fails. Details could be found in the following Fuel bug: https://bugs.launchpad.net/fuel/+bug/1620649 | ||||
| * | | Merge pull request #951 from rabbitmq/rabbitmq-server-950 | Michael Klishin | 2016-09-12 | 1 | -1/+6 |
| |\ \ | |/ |/| | Handle not found outside of verify | ||||
| | * | Merge branch 'stable' into rabbitmq-server-950 | Michael Klishin | 2016-09-12 | 14 | -410/+359 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #942 from dmitrymex/remove-second-monitor | Michael Klishin | 2016-09-07 | 1 | -1/+0 |
| |\ \ | | | | | | | [OCF HA] Do not suggest to run the second monitor action | ||||
| | * | | [OCF HA] Do not suggest to run the second monitor action | Dmitry Mescheryakov | 2016-09-06 | 1 | -1/+0 |
| |/ / | | | | | | | | | | | | | | | | | | | Right now we suggest to users to run the second monitor for slaves with depth=30. It made sense previously, when there was an additional check at that depth. Right now we don't have any depth-specific checks and hence it does not make sense to run the second monitor. Moreover, removing the second monitor fixes an issue with Pacemaker not reacting on failing monitor if it takes more than a minute. For details see Fuel bug https://launchpad.net/bugs/1618843 | ||||
| * | | Merge branch 'rabbitmq-server-803-stable' into stablerabbitmq_v3_6_6_milestone4 | Michael Klishin | 2016-09-03 | 6 | -29/+242 |
| |\ \ | |||||
| | * | | Proper is a test dependency now | Michael Klishin | 2016-09-02 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge branch 'stable' into rabbitmq-server-803-stable | Michael Klishin | 2016-09-02 | 8 | -381/+118 |
| | |\ \ | |/ / |/| | | | | | | | | Conflicts: Makefile | ||||
| * | | | Makefile: Re-add amqp_client and meck as TEST_DEPS | Jean-Sébastien Pédron | 2016-09-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | There were accidentaly removed in f67c055e1e2a1931c0a84e1e271573b7abdf2877. [#127356157] | ||||
| * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2016-09-02 | 1 | -3/+5 |
| | | | | |||||
| * | | | Makefile: No need to filter out rabbitmq_test from TEST_DEPS anymore | Jean-Sébastien Pédron | 2016-09-02 | 1 | -3/+0 |
| | | | | | | | | | | | | | [#127356157] | ||||
| * | | | Update rabbitmq-components.mk | Jean-Sébastien Pédron | 2016-09-02 | 1 | -6/+0 |
| | | | | |||||
| * | | | Merge pull request #934 from rabbitmq/rabbitmq-server-932rabbitmq_v3_7_0_milestone6rabbitmq_v3_6_6_milestone3 | Michael Klishin | 2016-08-31 | 5 | -11/+112 |
| |\ \ \ | | | | | | | | | Create el6 and el7 rpm packages | ||||
| | * \ \ | Merge branch 'stable' into rabbitmq-server-932 | Michael Klishin | 2016-08-31 | 6 | -433/+285 |
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #941 from lemenkov/move_mochinum_to_rabbitmq_common | Michael Klishin | 2016-08-31 | 1 | -358/+0 |
| |\ \ \ \ | | | | | | | | | | | Move mochium to rabbitmq-common | ||||
| | * | | | | Nobody is using mochinum in this repo. Move it to common. | Peter Lemenkov | 2016-08-26 | 1 | -358/+0 |
| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> | ||||
| | | * | | | Pretend to build on rhel6 and rhel7 during package-rpm | Karl Nilsson | 2016-08-24 | 3 | -4/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | manually expand some rpm macros that do not get expanded when packaging on debian set _unitdir for rhel7 | ||||
| | | * | | | Merge branch 'systemd-fedora-usage-and-tmpfiles' of ↵ | Ubuntu | 2016-08-23 | 4 | -9/+81 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | git://github.com/harlowja/rabbitmq-server into harlowja-systemd-fedora-usage-and-tmpfiles | ||||
| | | | * | | | Add rabbitmq-server fedora/rhel/centos systemd service integration | Joshua Harlow | 2016-08-11 | 4 | -9/+81 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for systemd usage (vs sysvinit) on versions of fedora and supporting versions of centos/rhel (newer than or equal to 7). | ||||
| | | | | * | | dynamic_ha_SUITE: Disable random policy tests for now | Jean-Sébastien Pédron | 2016-08-31 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... while known failures are being investigated. This should unblock downstream tasks in Concourse. References #889. [#126767013] | ||||
| | | | | * | | dynamic_ha_SUITE: Log the failing set of policies | Jean-Sébastien Pédron | 2016-08-31 | 1 | -10/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | References #889. [#126767013] | ||||
| | | | | * | | dynamic_ha_SUITE: Add a new kind of failing set of policies | Jean-Sébastien Pédron | 2016-08-31 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | References #889. [#126767013] | ||||
| | | | | * | | dynamic_ha_SUITE: Handle the change of queue master PID | Jean-Sébastien Pédron | 2016-08-31 | 1 | -24/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We must query the queue master PID before each check and handle `badrpc` if the process disappeared. References #889. [#126767013] | ||||
| | | | | * | | dynamic_ha_SUITE: Explicitely add failing policies found by PropEr | Jean-Sébastien Pédron | 2016-08-31 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | References #889. [#126767013] | ||||
| | | | | * | | dynamic_ha_SUITE: Wait for the last policy to apply a little longer | Jean-Sébastien Pédron | 2016-08-31 | 1 | -28/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes some false positives. References #889. [#126767013] | ||||
| | | | | * | | dynamic_ha_SUITE: Use an assertion to possibly fail the test | Jean-Sébastien Pédron | 2016-08-31 | 1 | -10/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... instead of raising an exit signal. While here, use ct:pal/3 as the output function for PropEr, not io:format/3. This ensures common_test knows the origin of the message and that it's expected. [#126767013] | ||||
| | | | | * | | Upgrade amqqueue record with policy_version | Diana Corbacho | 2016-08-31 | 1 | -0/+19 |
| | | | | | | | |||||
| | | | | * | | Check return value of clear_policy in the test instead of auxiliary function | Diana Corbacho | 2016-08-31 | 1 | -4/+4 |
| | | | | | | | |||||
| | | | | * | | Test concurrent application of HA policies | Diana Corbacho | 2016-08-31 | 2 | -2/+111 |
| | | | | | | | |||||
| | | | | * | | Update policy version on set_policy and use it on update_mirroring | Gabriele Santomaggio | 2016-08-31 | 2 | -4/+10 |
| | | | | | | | |||||
| | | | | * | | Take update mirroring decision in rabbit_amqqueue_process | Diana Corbacho | 2016-08-31 | 2 | -25/+63 |
| | |_|_|/ / |/| | | | | |||||
| | | | | * | Handle not found outside of verify | Diana Corbacho | 2016-09-12 | 1 | -1/+6 |
| | |_|_|/ |/| | | | |||||
| * | | | | Merge pull request #939 from binarin/rabbitmq-server-ocf-is-clustered-checkrabbitmq_v3_6_6_milestone2 | Michael Klishin | 2016-08-29 | 1 | -2/+37 |
| |\ \ \ \ | | | | | | | | | | | Perform partition checks from OCF HA script | ||||
| | * | | | | Allow node_health_check retries in OCF HA script | Alexey Lebedeff | 2016-08-26 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Perform partition checks from OCF HA script | Alexey Lebedeff | 2016-08-26 | 1 | -1/+36 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Partitioned nodes are ordered to restart by master. It may sound like `autoheal`, but the problem is that OCF script and `autoheal` are not compatible because concepts of master in pacemaker and winner in autoheal are completely unrelated. | ||||
| * | | | | Merge pull request #936 from niclic/rabbitmq-server-935 | Michael Klishin | 2016-08-26 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / |/| | | | Docs: Default AMQP heartbeat delay should be 60 seconds in rabbitmq.config.example | ||||
| | * | | | Docs: Default AMQP heartbeat delay should be 60 seconds | Raymond Fallon | 2016-08-25 | 1 | -1/+1 |
| |/ / / | |||||
