| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'stable' | Michael Klishin | 2016-06-29 | 1 | -1/+9 |
| |\ | |||||
| | * | Merge pull request #858 from rabbitmq/rabbitmq-management-211 | Michael Klishin | 2016-06-29 | 1 | -1/+9 |
| | |\ | | | | | | | Report queue reductions per second and GC options | ||||
| | | * | Report reductions and garbage collection options in queue processes | Diana Corbacho | 2016-06-29 | 1 | -1/+9 |
| | | | | |||||
| * | | | Use `rand` directly in master because we require Erlang 18.3 | Jean-Sébastien Pédron | 2016-06-29 | 6 | -6/+6 |
| | | | | | | | | | | | | | | | | References rabbitmq/rabbitmq-server#860. [#122335241] | ||||
| * | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2016-06-29 | 87 | -1319/+985 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #861 from rabbitmq/rabbitmq-server-860 | Michael Klishin | 2016-06-29 | 87 | -1298/+957 |
| | |\ \ | | | | | | | | | Compile on OTP 19.0 | ||||
| | | * \ | Merge branch 'stable' into rabbitmq-server-860 | Michael Klishin | 2016-06-28 | 1 | -0/+1 |
| | | |\ \ | | |/ / | |/| | | |||||
| | * | | | Ignore debug/* | Michael Klishin | 2016-06-28 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | Use the new `rand_compat` module to transition from `random` to `rand` | Jean-Sébastien Pédron | 2016-06-28 | 8 | -17/+8 |
| | | | | | | | | | | | | | | | | | | | | | References #860. [#122335241] | ||||
| | | * | | Use the new -spec format | Jean-Sébastien Pédron | 2016-06-28 | 83 | -1281/+949 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old format is removed in Erlang 19.0, leading to build errors. Also, get rid of the `use_specs` macro and thus always define -spec() & friends. While here, unnify the style of -type and -spec. References #860. [#118562897] [#122335241] | ||||
| | * | | Git: Ignore `xrefr` | Jean-Sébastien Pédron | 2016-06-28 | 1 | -10/+10 |
| | | | | |||||
| * | | | Merge pull request #865 from rabbitmq/rabbitmq-server-863 | Michael Klishin | 2016-06-28 | 4 | -14/+98 |
| |\ \ \ | | | | | | | | | Stop pending slaves on restart | ||||
| | * | | | Set rabbit.slave_wait_timeout back to 15s at the end of this test | Michael Klishin | 2016-06-28 | 1 | -6/+8 |
| | | | | | |||||
| | * | | | Test for stop pending slaves | Diana Corbacho | 2016-06-28 | 1 | -1/+30 |
| | | | | | |||||
| | * | | | Ensure old incarnations of slaves are stopped before new ones start | Diana Corbacho | 2016-06-28 | 3 | -13/+66 |
| |/ / / | | | | | | | | | | | | | * Solves race condition between master asking to stop and the restart of the queues. | ||||
| * | | | Merge branch 'stable' | Diana Corbacho | 2016-06-28 | 4 | -79/+310 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #857 from rabbitmq/rabbitmq-server-802rabbitmq_v3_6_3_rc1 | Michael Klishin | 2016-06-28 | 4 | -79/+310 |
| | |\ \ | | | | | | | | | Infinity loop in synchronisation of priority queues | ||||
| | | * | | Fix tests cleanup | Diana Corbacho | 2016-06-27 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Merge branch 'stable' into rabbitmq-server-802 | Michael Klishin | 2016-06-27 | 3 | -2/+6 |
| | | |\ \ | | |/ / | |/| | | |||||
| | | * | | Re-enable more tests | Michael Klishin | 2016-06-27 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | Restore invoke clause | Diana Corbacho | 2016-06-27 | 1 | -0/+2 |
| | | | | | |||||
| | | * | | Use a separate connection per test | Michael Klishin | 2016-06-27 | 2 | -77/+223 |
| | | | | | |||||
| | | * | | Tests for 802 issues and related race conditions | Diana Corbacho | 2016-06-24 | 1 | -6/+88 |
| | | | | | |||||
| | | * | | Erase index on crash recovery for any backing queue | Diana Corbacho | 2016-06-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | It is up to the individual implementation to decide what to erase, i.e. priority queues have one index per priority | ||||
| | | * | | Priority queues: retrieve max priority from state in invoke | Diana Corbacho | 2016-06-21 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Neither amqqueue_process, master or slave modules are aware of the priority data expected by this function, it must be stored and retrieved internal. | ||||
| * | | | | Merge branch 'stable' | Michael Klishin | 2016-06-27 | 1 | -1/+4 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge pull request #862 from rabbitmq/rabbitmq-server-854 | Michael Klishin | 2016-06-27 | 1 | -1/+4 |
| | |\ \ \ | | |_|/ | |/| | | Avoid index reset when publisher confirms are pending | ||||
| | | * | | Avoid index reset when publisher confirms are pending | Diana Corbacho | 2016-06-24 | 1 | -1/+4 |
| | |/ / | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2016-06-23 | 2 | -1/+2 |
| |\ \ \ | |/ / | |||||
| | * | | terminate/2 now returns ok | Michael Klishin | 2016-06-23 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge pull request #853 from rabbitmq/rabbitmq-server-852 | Karl Nilsson | 2016-06-22 | 1 | -0/+1 |
| | |\ \ | | |/ | |/| | Include rabbitmq_top into server distribution | ||||
| | | * | Include rabbitmq_top into server distribution | Michael Klishin | 2016-06-21 | 1 | -0/+1 |
| | |/ | | | | | | | | | | | Fixes #852. [##121992375] | ||||
| * | | Merge branch 'stable' | Michael Klishin | 2016-06-19 | 1 | -8/+9 |
| |\ \ | |/ | |||||
| | * | Gracefully handle cases when logging exchange does not existrabbitmq_v3_6_3_milestone2 | Michael Klishin | 2016-06-18 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Client test suites that test connection recovery by restarting RabbitMQ ocassionally lead to a situation when amq.rabbitmq.log in the "/" vhost can be unavailable for a split second. Default vhost may or may not exist in general. So handle {error, not_found} responses from rabbit_basic:publish/4 instead of potentially seriously polluting logs with confusing exceptions. While at it, return a sensible value from terminate/2. | ||||
| | * | Merge pull request #846 from rabbitmq/rabbitmq-server-541 | Michael Klishin | 2016-06-17 | 7 | -7/+7 |
| | |\ | | | | | | | Set bounded timeout for OTP workers | ||||
| | | * | Set bounded timeout for OTP workers | Daniil Fedotov | 2016-06-16 | 7 | -7/+7 |
| | | | | |||||
| * | | | Set bounded timeout for OTP workers | Daniil Fedotov | 2016-06-17 | 7 | -7/+7 |
| | | | | |||||
| * | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2016-06-15 | 1 | -3/+1 |
| |\ \ \ | |/ / | |||||
| | * | | priority_queue_SUITE: Use the new open_connection_and_channel() helper | Jean-Sébastien Pédron | 2016-06-15 | 1 | -3/+1 |
| | |/ | |||||
| * | | Merge branch 'stable' | Michael Klishin | 2016-06-15 | 1 | -3/+5 |
| |\ \ | |/ | |||||
| | * | Merge pull request #843 from rabbitmq/rabbitmq-server-837 | Michael Klishin | 2016-06-15 | 1 | -3/+5 |
| | |\ | | | | | | | Removed confusing code from rabbit:stop | ||||
| | | * | Unused const | Daniil Fedotov | 2016-06-14 | 1 | -2/+0 |
| | | | | |||||
| | | * | Do not run on_node_down | Daniil Fedotov | 2016-06-14 | 1 | -25/+1 |
| | | | | |||||
| | | * | Move cleanup to prep_stop | Daniil Fedotov | 2016-06-13 | 1 | -3/+31 |
| | | | | |||||
| * | | | Merge branch 'stable' | Michael Klishin | 2016-06-14 | 2 | -7/+52 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'rabbitmq-server-687' into stable | Michael Klishin | 2016-06-14 | 2 | -7/+52 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Add tests for order of messages within each priority queue | Diana Corbacho | 2016-06-14 | 1 | -3/+43 |
| | | | | |||||
| | | * | Restore original order in batch publish messages | Diana Corbacho | 2016-06-14 | 1 | -4/+9 |
| | |/ | | | | | | | | | | | * During the synchronisation of slaves the message's order was reverted. Then, acks could not be processed as those msgs were not yet dropped. | ||||
| * | | Merge branch 'stable' | Diana Corbacho | 2016-06-09 | 1 | -1/+5 |
| |\ \ | |/ | |||||
| | * | Merge pull request #835 from rabbitmq/rabbitmq-server-834 | D Corbacho | 2016-06-09 | 1 | -1/+5 |
| | |\ | | | | | | | Significantly bump max restarts intensity for worker_pool_sup | ||||
