summaryrefslogtreecommitdiff
path: root/src/rabbit_mnesia.erl
Commit message (Expand)AuthorAgeFilesLines
* Hide maintenance mode behind a feature flagMichael Klishin2020-07-141-1/+1
* Initial API bits for marking a node as being drained (or not)Michael Klishin2020-07-141-0/+7
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Clarify that the delay is in ms in these log messagesMichael Klishin2020-06-271-2/+2
* rabbit_mnesia:is_virgin_node/0: take overridden Ra data directory into accountMichael Klishin2020-06-021-2/+7
* rabbit_peer_discovery: Fix type spec of lock/0Jean-Sébastien Pédron2020-05-111-7/+0
* More debug logging around peer discovery lockingMichael Klishin2020-04-011-2/+11
* Make the list of discovered nodes unique before using itMichael Klishin2020-03-201-1/+2
* Retry on [some] peer discovery failuresMichael Klishin2020-03-161-16/+39
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* rabbit_mnesia: Be more flexible in is_virgin_node()Jean-Sébastien Pédron2019-12-051-9/+9
* rabbit_mnesia: Do not include `rabbit.hrl`Jean-Sébastien Pédron2019-12-051-2/+0
* A follow-up to 7e2021c588784c2c190f3318b94344cb048d3e68Michael Klishin2019-09-291-1/+3
* Clearer log message when peer discovery yields an empty listMichael Klishin2019-09-291-1/+1
* Remove short name formattingLuke Bakken2019-08-131-1/+1
* Schema information in mnesia for cli commandDiana Corbacho2019-06-131-1/+16
* Use ram schema_location for mnesia consistency checks.Daniil Fedotov2019-03-221-0/+3
* URL CleanupSpring Operator2019-03-201-1/+1
* Feature flags: Handle plugins' feature flags only present on some nodesJean-Sébastien Pédron2019-03-011-7/+8
* Fix errors reported by DialyzerJean-Sébastien Pédron2019-02-011-11/+4
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-36/+61
* New "Feature flags" subsystem to ease upgrades with breaking changesJean-Sébastien Pédron2019-02-011-6/+17
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Quorum queues (#1706)Karl Nilsson2018-10-291-6/+17
* Log a message when we fall back to randomized startup delayMichael Klishin2018-02-271-0/+1
* Add an optional init step for peer discovery mechanismsMichael Klishin2017-12-141-0/+2
* Locking support in cluster formationDiana Corbacho2017-06-091-5/+41
* DittoMichael Klishin2017-05-241-1/+1
* Avoid double quotes in this log entryMichael Klishin2017-05-241-1/+1
* Inject a randomized startup delay for peer discovery backends that support re...Michael Klishin2017-05-011-0/+2
* Log all discovered peers, tooMichael Klishin2017-04-251-1/+3
* Merge branch 'master' into rabbitmq-server-1143Michael Klishin2017-04-051-3/+3
|\
| * Merge branch 'stable'Michael Klishin2017-04-021-1/+1
| |\
| | * (c) yearMichael Klishin2017-04-021-1/+1
| * | Merge branch 'stable'Michael Klishin2017-03-231-2/+2
| |\ \ | | |/
| | * Add back mnesia dir reset/restoreAlexey Lebedeff2017-03-231-1/+2
| | * Provide some defaults for embeddingAlexey Lebedeff2017-03-231-2/+1
| | * Fixed various typos across code commentsAndrew Dryga2016-12-261-1/+1
| | * Configure member retries on Mnesia reconnection failuresDiana Corbacho2016-11-251-15/+15
* | | Filter current node from the list of peers we're loggingMichael Klishin2017-03-221-3/+4
|/ /
* | rabbit_mnesia: rename a couple of functionsMichael Klishin2017-03-131-6/+9
* | Fixed various typos across code commentsAndrew Dryga2016-12-251-1/+1
* | Integrate DNS peer discovery backend, more loggingMichael Klishin2016-11-131-6/+8
* | Configure member retries on Mnesia reconnection failuresDiana Corbacho2016-11-071-15/+15
* | Be more defensive and accept 'disk'Michael Klishin2016-10-141-1/+1
* | Switch config-driven automatic clustering to the new behaviourMichael Klishin2016-10-041-6/+12
* | Remove dead code left from a previous incarnation of the patchJean-Sébastien Pédron2016-08-261-3/+1
* | rabbit_mnesia:forget_cluster_node/2: Skip event if node if offlineJean-Sébastien Pédron2016-08-251-4/+11
* | Emit a node_deleted event when a node is removed from the clusterMichael Klishin2016-08-101-1/+3