diff options
| author | Diana Corbacho <diana@rabbitmq.com> | 2016-11-04 15:05:51 +0000 |
|---|---|---|
| committer | Diana Corbacho <diana@rabbitmq.com> | 2016-11-07 11:32:18 +0000 |
| commit | a5f4572243f2667c22385dd8f4eb32f94a9e2452 (patch) | |
| tree | f4185bcc4f375f652e47f7de445eda4fd7ab6818 /rabbitmq.conf.d | |
| parent | c30a4d92e5007ebc857cc1dade66c8c4d3284d1a (diff) | |
| download | rabbitmq-server-git-a5f4572243f2667c22385dd8f4eb32f94a9e2452.tar.gz | |
Configure member retries on Mnesia reconnection failures
Diffstat (limited to 'rabbitmq.conf.d')
| -rw-r--r-- | rabbitmq.conf.d/rabbitmq.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rabbitmq.conf.d/rabbitmq.conf b/rabbitmq.conf.d/rabbitmq.conf index e702ec08b4..6d43dc9f7f 100644 --- a/rabbitmq.conf.d/rabbitmq.conf +++ b/rabbitmq.conf.d/rabbitmq.conf @@ -344,7 +344,12 @@ hipe_compile = false ## Timeout used when waiting for Mnesia tables in a cluster to ## become available. ## -mnesia_table_loading_timeout = 30000 +mnesia_table_loading_retry_timeout = 30000 + +## Retries when waiting for Mnesia tables in the cluster startup. Note that +## this setting is not applied to Mnesia upgrades or node deletions. +## +## mnesia_table_loading_retry_limit = 10 ## Size in bytes below which to embed messages in the queue index. See ## http://www.rabbitmq.com/persistence-conf.html |
