Skip to content

Commit 9cfa61f

Browse files
committed
Update partition strategy to pause_minority
[#169621490]
1 parent 53d4199 commit 9cfa61f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/resource/configmap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func GenerateServerConfigMap(instance rabbitmqv1beta1.RabbitmqCluster) *corev1.C
3838
"cluster_formation.k8s.address_type = hostname",
3939
"cluster_formation.node_cleanup.interval = 30",
4040
"cluster_formation.node_cleanup.only_log_warning = true",
41-
"cluster_partition_handling = autoheal",
41+
"cluster_partition_handling = pause_minority",
4242
"queue_master_locator = min-masters",
4343
}, "\n"),
4444
},

internal/resource/configmap_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cluster_formation.k8s.host = kubernetes.default.svc.cluster.local
1414
cluster_formation.k8s.address_type = hostname
1515
cluster_formation.node_cleanup.interval = 30
1616
cluster_formation.node_cleanup.only_log_warning = true
17-
cluster_partition_handling = autoheal
17+
cluster_partition_handling = pause_minority
1818
queue_master_locator = min-masters`
1919

2020
var _ = Describe("GenerateServerConfigMap", func() {

0 commit comments

Comments
 (0)