diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-07-06 15:20:18 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-07-06 15:20:18 +0300 |
| commit | c71fcffcb0b7d4967a611beb605de4d0df2a370c (patch) | |
| tree | d04bc79a974730a54f8bb68248b766a968e1130b | |
| parent | 9c4590ec7837250a97eb572399dcd418005499b1 (diff) | |
| download | rabbitmq-server-git-c71fcffcb0b7d4967a611beb605de4d0df2a370c.tar.gz | |
Wording
| -rw-r--r-- | Makefile | 5 | ||||
| -rw-r--r-- | priv/schema/rabbit.schema | 4 |
2 files changed, 4 insertions, 5 deletions
@@ -122,9 +122,8 @@ define PROJECT_ENV {disk_monitor_failure_retries, 10}, {disk_monitor_failure_retry_interval, 120000}, %% either "stop_node" or "continue". - %% by default we choose to not restart the entire node if one - %% vhost had to shut down e.g. because of a message store exception - %% see server#1158 and server#1280 + %% by default we choose to not terminate the entire node if one + %% vhost had to shut down, see server#1158 and server#1280 {vhost_restart_strategy, continue} ] endef diff --git a/priv/schema/rabbit.schema b/priv/schema/rabbit.schema index c0067e008c..70351f116c 100644 --- a/priv/schema/rabbit.schema +++ b/priv/schema/rabbit.schema @@ -976,8 +976,8 @@ end}. {mapping, "proxy_protocol", "rabbit.proxy_protocol", [{datatype, {enum, [true, false]}}]}. -%% Whether to stop the rabbit application if a vhost message -%% store or recovery fails (or another unrecoverable issue is detected). +%% Whether to stop the rabbit application if a vhost has +%% to terminate for any reason. {mapping, "vhost_restart_strategy", "rabbit.vhost_restart_strategy", [{datatype, {enum, [stop_node, continue, transient, persistent]}}]}. |
