| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'stable' | Diana Corbacho | 2016-09-12 | 3 | -3/+21 |
| |\ | |||||
| | * | 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 |
| | | |\ | | |/ | |/| | |||||
| | | * | Handle not found outside of verify | Diana Corbacho | 2016-09-12 | 1 | -1/+6 |
| | | | | |||||
| * | | | merge branch stable | Michael Klishin | 2016-09-07 | 1 | -1/+0 |
| |\ \ \ | |/ / | |||||
| | * | | 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 'stable' | Diana Corbacho | 2016-09-05 | 1 | -0/+1 |
| |\ \ \ | |/ / | |||||
| | * | | 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 | ||||
| | | * | | 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 |
| | | |/ | |||||
| * | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2016-09-02 | 2 | -12/+6 |
| |\ \ \ | |/ / | |||||
| | * | | 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 branch 'rabbitmq-server-930' (again) | Michael Klishin | 2016-09-02 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * | | | Make sure the argument to md5 is a binary in this test | Michael Klishin | 2016-09-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Make sure the argument to md5 is a binary in this test | Michael Klishin | 2016-09-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #938 from rabbitmq/rabbitmq-server-930 | Michael Klishin | 2016-09-01 | 8 | -83/+528 |
| |\ \ \ \ | |/ / / | | | | | Operator policies | ||||
| | * | | | Document arguments supported by operator policies | Michael Klishin | 2016-09-01 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Extract policy tests into a separate suite | Michael Klishin | 2016-09-01 | 2 | -42/+157 |
| | | | | | |||||
| | * | | | Use a separate event key for operator policies | Michael Klishin | 2016-09-01 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Optimize a case clause | Michael Klishin | 2016-09-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Operator policies won't be used most of the time. | ||||
| | * | | | Update operator policy commands in rabbitmqctl(1) | Michael Klishin | 2016-09-01 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Merge branch 'master' into rabbitmq-server-930 | Michael Klishin | 2016-08-31 | 2 | -360/+37 |
| | |\ \ \ | |||||
| | * | | | | Added new registry class policy_merge_strategy to define policy values merging | Daniil Fedotov | 2016-08-31 | 3 | -10/+50 |
| | | | | | | |||||
| | * | | | | Queue TTL operator policy | Daniil Fedotov | 2016-08-31 | 2 | -0/+2 |
| | | | | | | |||||
| | * | | | | Merge branch 'master' into rabbitmq-server-930 | Michael Klishin | 2016-08-31 | 16 | -12/+1658 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/rabbit_control_main.erl src/rabbit_upgrade_functions.erl | ||||
| | * | | | | | Usage for operator policy management commands | Daniil Fedotov | 2016-08-26 | 1 | -0/+24 |
| | | | | | | | |||||
| | * | | | | | Test policy and operator policy message ttl | Daniil Fedotov | 2016-08-26 | 1 | -0/+42 |
| | | | | | | | |||||
| | * | | | | | Operator policy as a separate queue field | Daniil Fedotov | 2016-08-25 | 5 | -92/+203 |
| | | | | | | | |||||
| | * | | | | | operator_policy runtime parameter | Daniil Fedotov | 2016-08-24 | 1 | -0/+16 |
| | | | | | | | |||||
| | * | | | | | operator policies | Daniil Fedotov | 2016-08-24 | 2 | -44/+139 |
| | | | | | | | |||||
