summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests cleanupDiana Corbacho2016-06-271-2/+2
|
* Merge branch 'stable' into rabbitmq-server-802Michael Klishin2016-06-273-2/+6
|\
| * Merge pull request #862 from rabbitmq/rabbitmq-server-854Michael Klishin2016-06-271-1/+4
| |\ | | | | | | Avoid index reset when publisher confirms are pending
| | * Avoid index reset when publisher confirms are pendingDiana Corbacho2016-06-241-1/+4
| |/
| * terminate/2 now returns okMichael Klishin2016-06-231-1/+1
| |
| * Merge pull request #853 from rabbitmq/rabbitmq-server-852Karl Nilsson2016-06-221-0/+1
| |\ | | | | | | Include rabbitmq_top into server distribution
| | * Include rabbitmq_top into server distributionMichael Klishin2016-06-211-0/+1
| |/ | | | | | | | | | | Fixes #852. [##121992375]
* | Re-enable more testsMichael Klishin2016-06-271-2/+2
| |
* | Restore invoke clauseDiana Corbacho2016-06-271-0/+2
| |
* | Use a separate connection per testMichael Klishin2016-06-272-77/+223
| |
* | Tests for 802 issues and related race conditionsDiana Corbacho2016-06-241-6/+88
| |
* | Erase index on crash recovery for any backing queueDiana Corbacho2016-06-221-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 invokeDiana Corbacho2016-06-211-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.
* Gracefully handle cases when logging exchange does not existrabbitmq_v3_6_3_milestone2Michael Klishin2016-06-181-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-541Michael Klishin2016-06-177-7/+7
|\ | | | | Set bounded timeout for OTP workers
| * Set bounded timeout for OTP workersDaniil Fedotov2016-06-167-7/+7
| |
* | priority_queue_SUITE: Use the new open_connection_and_channel() helperJean-Sébastien Pédron2016-06-151-3/+1
|/
* Merge pull request #843 from rabbitmq/rabbitmq-server-837Michael Klishin2016-06-151-3/+5
|\ | | | | Removed confusing code from rabbit:stop
| * Unused constDaniil Fedotov2016-06-141-2/+0
| |
| * Do not run on_node_downDaniil Fedotov2016-06-141-25/+1
| |
| * Move cleanup to prep_stopDaniil Fedotov2016-06-131-3/+31
| |
* | Merge branch 'rabbitmq-server-687' into stableMichael Klishin2016-06-142-7/+52
|\ \ | |/ |/|
| * Add tests for order of messages within each priority queueDiana Corbacho2016-06-141-3/+43
| |
| * Restore original order in batch publish messagesDiana Corbacho2016-06-141-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 pull request #835 from rabbitmq/rabbitmq-server-834D Corbacho2016-06-091-1/+5
|\ | | | | Significantly bump max restarts intensity for worker_pool_sup
| * SimplifyMichael Klishin2016-06-091-1/+1
| |
| * Significantly bump max restarts intensity for worker_pool_sup, fixes #834Michael Klishin2016-06-091-1/+5
| |
* | Correct doc typoMichael Klishin2016-06-091-2/+2
| |
* | Merge pull request #831 from binarin/rabbitmq-server-ocf-bashismsMichael Klishin2016-06-081-7/+7
|\ \ | |/ |/| Fix bashisms in OCF HA script
| * Fix bashisms in OCF HA scriptAlexey Lebedeff2016-06-081-7/+7
|/ | | | | `-` is not allowed in function names by POSIX, and some shells (e.g. `dash`) will consider this as a syntax error.
* Extract rabbit_mirror_queue_misc:sync_queue/1 and cancel_sync_queue/1Michael Klishin2016-06-082-6/+14
| | | | | | Having these functions outside of rabbit_control_main makes it possible to use them in other tools, e.g. an alternative CLI implementation.
* Merge branch 'rabbitmq-server-828' into stableMichael Klishin2016-06-083-61/+73
|\
| * Performance improvements on file_handle_cacheDiana Corbacho2016-06-073-61/+73
| |
* | Merge pull request #827 from rabbitmq/rabbitmq-management-219Michael Klishin2016-06-071-4/+16
|\ \ | | | | | | ETS tables memory consumption info
| * | ETS tables memory consumption infoDaniil Fedotov2016-06-071-4/+16
|/ /
* | Merge pull request #819 from binarin/rabbitmq-server-ocf-cluster-statusMichael Klishin2016-06-071-3/+40
|\ \ | | | | | | Check cluster_status liveness during OCF checks
| * | Check cluster_status liveness during OCF checksAlexey Lebedeff2016-06-031-3/+40
| | | | | | | | | | | | | | | We've observed some `autoheal` bug that made `cluster_status` became stuck forever.
* | | Stop match earlier, and added some commentsrabbitmq_v3_6_3_milestone1sylvainhubsch2016-06-061-0/+10
| | |
* | | Compare values only on headers matchsylvainhubsch2016-06-061-10/+0
| | |
* | | Match on types deleted and shortcuts algosylvainhubsch2016-06-061-18/+34
| | |
* | | Docs correctionMichael Klishin2016-06-051-4/+4
| | |
* | | Brief docs for rabbit_amqqueue_process state recordMichael Klishin2016-06-051-1/+33
| | |
* | | Merge pull request #822 from rabbitmq/rabbitmq-server-820Daniil Fedotov2016-06-031-1/+3
|\ \ \ | |/ / |/| | Fixes #820.
| * | Fixes #820.Michael Klishin2016-06-031-1/+3
|/ /
* | unit_inbroker_SUITE: Give one hour for the backing queue testsJean-Sébastien Pédron2016-06-021-0/+8
| | | | | | | | | | In our CI, some tests are hitting the default commont_test timetrap of 30 minutes.
* | Include rabbitmq_jms_topic_exchange into RabbitMQ distributionMichael Klishin2016-06-011-0/+1
|/ | | | Now that our JMS client is open sourced we can do it.
* Backport the use of rabbitmq-build.mk from masterJean-Sébastien Pédron2016-05-311-9/+2
|
* Update rabbitmq-components.mkMichael Klishin2016-05-291-0/+4
|
* Update CONTRIBUTING.md, add CODE_OF_CONDUCT.mdMichael Klishin2016-05-282-15/+46
|
* Include rabbitmq_trust_store into RabbitMQ distributionMichael Klishin2016-05-271-0/+1
| | | | [Finishes ##120401213]