summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'reduce-mnesia-contention-when-nodes-restart-v3.7.x' into reduce...Michael Klishin2018-04-055-46/+90
|\
| * Run binding deletions in a Mnesia transactionGerhard Lazu2018-03-271-5/+12
| * Delete metrics for all deleted queues in a single operationGerhard Lazu2018-03-271-47/+40
| * Group queue deletions on_node_down into 10 operations per transactionGerhard Lazu2018-03-271-18/+16
| * Add back INTERNAL_USER info to on_node_down functionGerhard Lazu2018-03-271-2/+4
| * Split single Mnesia transaction that runs on_node_downGerhard Lazu2018-03-271-25/+59
| * Wait at most 5 secs for a node to reply to rabbit_node_monitor:partitions/0Gerhard Lazu2018-03-271-1/+2
| * Do not read exchange & queue before deleting, simply deleteGerhard Lazu2018-03-272-12/+2
| * Delete bindings from mnesia without full table scanGerhard Lazu2018-03-271-7/+2
| * Improve background_gc docs in example config filesMichael Klishin2018-03-212-4/+16
| * Make is_booted function compatible with pre-3.7.4 remote nodesDaniil Fedotov2018-03-161-18/+9
| * Check that default vhost is started on all nodes after restartDaniil Fedotov2018-03-161-1/+2
| * Compile from scratchMichael Klishin2018-03-161-5/+5
| * Include current node to the to-start listMichael Klishin2018-03-161-4/+4
| * WordingMichael Klishin2018-03-161-1/+1
| * ClarifyMichael Klishin2018-03-161-1/+5
| * Test concurrent application start with no data.Daniil Fedotov2018-03-161-1/+20
| * Do not try to start a vhost supervisors on not fully booted nodes.Daniil Fedotov2018-03-162-5/+24
| * Add special case in handle_other for normal TCP port exitLuke Bakken2018-03-162-24/+48
| * Wording, compile from scratchMichael Klishin2018-03-151-5/+7
| * Make error message when refusing to delete non-empty message less radical.Daniil Fedotov2018-03-151-3/+3
| * Force-delete queues, which have no live master or slave processes.Daniil Fedotov2018-03-152-2/+87
| * Merge pull request #1539 from rabbitmq/rabbitmq-server-1538Arnaud Cogoluègnes2018-03-141-14/+24
| |\
* | \ Merge pull request #1567 from rabbitmq/revert-1527-reduce-mnesia-contention-w...Michael Klishin2018-03-284-65/+45
|\ \ \
| * | | Revert "Reduce lock contention when nodes restart (master)"Michael Klishin2018-03-284-65/+45
|/ / /
* | | Merge pull request #1527 from rabbitmq/reduce-mnesia-contention-when-nodes-re...Michael Klishin2018-03-284-45/+65
|\ \ \
| * | | Run binding deletions in a Mnesia transactionGerhard Lazu2018-03-281-5/+12
| * | | Delete metrics for all deleted queues in a single operationGerhard Lazu2018-03-281-47/+40
| * | | Group queue deletions on_node_down into 10 operations per transactionGerhard Lazu2018-03-281-18/+16
| * | | Add back INTERNAL_USER info to on_node_down functionGerhard Lazu2018-03-281-2/+4
| * | | Split single Mnesia transaction that runs on_node_downGerhard Lazu2018-03-281-25/+59
| * | | Wait at most 5 secs for a node to reply to rabbit_node_monitor:partitions/0Gerhard Lazu2018-03-281-1/+2
| * | | Do not read exchange & queue before deleting, simply deleteGerhard Lazu2018-03-282-12/+2
| * | | Delete bindings from mnesia without full table scanGerhard Lazu2018-03-281-7/+2
|/ / /
* | | Remove a test that need reworking to be more predictableMichael Klishin2018-03-271-25/+1
* | | Cuttlefish schema: wordingMichael Klishin2018-03-211-3/+3
* | | Improve background_gc docs in example config filesMichael Klishin2018-03-212-4/+16
* | | Merge pull request #1556 from rabbitmq/vhost-sup-raceMichael Klishin2018-03-163-5/+39
|\ \ \
| * | | Make is_booted function compatible with pre-3.7.4 remote nodesDaniil Fedotov2018-03-161-18/+9
| * | | Check that default vhost is started on all nodes after restartDaniil Fedotov2018-03-161-1/+2
| * | | Compile from scratchMichael Klishin2018-03-161-5/+5
| * | | Include current node to the to-start listMichael Klishin2018-03-161-4/+4
| * | | WordingMichael Klishin2018-03-161-1/+1
| * | | ClarifyMichael Klishin2018-03-161-1/+5
| * | | Test concurrent application start with no data.Daniil Fedotov2018-03-151-1/+20
| * | | Do not try to start a vhost supervisors on not fully booted nodes.Daniil Fedotov2018-03-152-5/+24
* | | | Merge pull request #1550 from rabbitmq/rabbitmq-server-544Michael Klishin2018-03-162-24/+48
|\ \ \ \
| * | | | Add special case in handle_other for normal TCP port exitLuke Bakken2018-03-152-24/+48
* | | | | Merge pull request #1549 from rabbitmq/delete-dead-queueMichael Klishin2018-03-152-2/+89
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Wording, compile from scratchMichael Klishin2018-03-151-5/+7