Comment 6 for bug 1979092

Revision history for this message
Tim Andersson (andersson123) wrote :

The rabbitmq node I'm talking about isn't part of a cluster, and the issue of the service not having the same setting as in the settings file isn't present:

from the service:
```
sudo rabbitmqctl eval 'application:get_all_env(rabbit).' | grep cluster_partition_handling
 {cluster_partition_handling,ignore},
```

from the conf file:
```
cat /etc/rabbitmq/rabbitmq.conf
collect_statistics_interval = 30000
mnesia_table_loading_retry_timeout = 30000
mnesia_table_loading_retry_limit = 10
cluster_partition_handling = ignore
```