Default to autoheal for cluster-partition-handling

By setting the default to 'autoheal', we can better ensure
service continuity in most use-cases. With autoheal, the
'winning' partition will be the one with the most clients
connected to it and nodes in the losing partition(s) will be
restarted.

Change-Id: I0988e1d22e7c97819552b3bf325801632b099a32
Closes-Bug: 1802315
This commit is contained in:
Shane Peters 2018-11-29 10:47:30 -05:00
parent 065914d696
commit b74a50d30f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ options:
exchanges that match the expression '^(?!amq\.).*'
cluster-partition-handling:
type: string
default: ignore
default: autoheal
description: |
RabbitMQ offers three ways to deal with network partitions automatically.
Available modes: