Skip to content

Commit 947896a

Browse files
authored
chore: up rabbitmq heartbeat timeout (#872)
Signed-off-by: Kevin Carter <[email protected]>
1 parent 38885cf commit 947896a

12 files changed

+12
-12
lines changed

base-helm-configs/barbican/barbican-helm-overrides.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ conf:
4242
oslo_messaging_rabbit:
4343
amqp_durable_queues: false
4444
heartbeat_rate: 3
45-
heartbeat_timeout_threshold: 30
45+
heartbeat_timeout_threshold: 120
4646
kombu_reconnect_delay: 0.5
4747
rabbit_ha_queues: false
4848
rabbit_interval_max: 10

base-helm-configs/ceilometer/ceilometer-helm-overrides.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ conf:
7474
# heartbeat_timeout / heartbeat_rate / 2.0 = 30 / 3 / 2.0 = 5
7575
# https://opendev.org/openstack/oslo.messaging/commit/36fb5bceabe08a982ebd52e4a8f005cd26fdf6b8
7676
heartbeat_rate: 3
77-
heartbeat_timeout_threshold: 30
77+
heartbeat_timeout_threshold: 120
7878
# Setting lower kombu_reconnect_delay should resolve isssue with HA failing when one node is down
7979
# https://lists.openstack.org/pipermail/openstack-discuss/2023-April/033314.html
8080
# https://review.opendev.org/c/openstack/oslo.messaging/+/866617

base-helm-configs/cinder/cinder-helm-overrides.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ conf:
102102
oslo_messaging_rabbit:
103103
amqp_durable_queues: false
104104
heartbeat_rate: 3
105-
heartbeat_timeout_threshold: 30
105+
heartbeat_timeout_threshold: 120
106106
kombu_reconnect_delay: 0.5
107107
rabbit_ha_queues: false
108108
rabbit_interval_max: 10

base-helm-configs/designate/designate-helm-overrides.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ conf:
491491
# heartbeat_timeout / heartbeat_rate / 2.0 = 30 / 3 / 2.0 = 5
492492
# https://opendev.org/openstack/oslo.messaging/commit/36fb5bceabe08a982ebd52e4a8f005cd26fdf6b8
493493
heartbeat_rate: 3
494-
heartbeat_timeout_threshold: 30
494+
heartbeat_timeout_threshold: 120
495495
# Setting lower kombu_reconnect_delay should resolve isssue with HA failing when one node is down
496496
# https://lists.openstack.org/pipermail/openstack-discuss/2023-April/033314.html
497497
# https://review.opendev.org/c/openstack/oslo.messaging/+/866617

base-helm-configs/glance/glance-helm-overrides.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ conf:
107107
# heartbeat_timeout / heartbeat_rate / 2.0 = 30 / 3 / 2.0 = 5
108108
# https://opendev.org/openstack/oslo.messaging/commit/36fb5bceabe08a982ebd52e4a8f005cd26fdf6b8
109109
heartbeat_rate: 3
110-
heartbeat_timeout_threshold: 30
110+
heartbeat_timeout_threshold: 120
111111
# Setting lower kombu_reconnect_delay should resolve isssue with HA failing when one node is down
112112
# https://lists.openstack.org/pipermail/openstack-discuss/2023-April/033314.html
113113
# https://review.opendev.org/c/openstack/oslo.messaging/+/866617

base-helm-configs/heat/heat-helm-overrides.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ conf:
4949
oslo_messaging_rabbit:
5050
amqp_durable_queues: false
5151
heartbeat_rate: 3
52-
heartbeat_timeout_threshold: 30
52+
heartbeat_timeout_threshold: 120
5353
kombu_reconnect_delay: 0.5
5454
rabbit_ha_queues: false
5555
rabbit_interval_max: 10

base-helm-configs/keystone/keystone-helm-overrides.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ conf:
4848
oslo_messaging_rabbit:
4949
amqp_durable_queues: false
5050
heartbeat_rate: 3
51-
heartbeat_timeout_threshold: 30
51+
heartbeat_timeout_threshold: 120
5252
kombu_reconnect_delay: 0.5
5353
rabbit_ha_queues: false
5454
rabbit_interval_max: 10

base-helm-configs/magnum/magnum-helm-overrides.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ conf:
6767
oslo_messaging_rabbit:
6868
amqp_durable_queues: false
6969
heartbeat_rate: 3
70-
heartbeat_timeout_threshold: 30
70+
heartbeat_timeout_threshold: 120
7171
kombu_reconnect_delay: 0.5
7272
rabbit_ha_queues: false
7373
rabbit_interval_max: 10

base-helm-configs/neutron/neutron-helm-overrides.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ conf:
107107
oslo_messaging_rabbit:
108108
amqp_durable_queues: false
109109
heartbeat_rate: 3
110-
heartbeat_timeout_threshold: 30
110+
heartbeat_timeout_threshold: 120
111111
kombu_reconnect_delay: 0.5
112112
rabbit_ha_queues: false
113113
rabbit_interval_max: 10

base-helm-configs/nova/nova-helm-overrides.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ conf:
142142
oslo_messaging_rabbit:
143143
amqp_durable_queues: false
144144
heartbeat_rate: 3
145-
heartbeat_timeout_threshold: 30
145+
heartbeat_timeout_threshold: 120
146146
kombu_reconnect_delay: 0.5
147147
rabbit_ha_queues: false
148148
rabbit_interval_max: 10

base-helm-configs/octavia/octavia-helm-overrides.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ conf:
9090
oslo_messaging_rabbit:
9191
amqp_durable_queues: false
9292
heartbeat_rate: 3
93-
heartbeat_timeout_threshold: 30
93+
heartbeat_timeout_threshold: 120
9494
kombu_reconnect_delay: 0.5
9595
rabbit_ha_queues: false
9696
rabbit_interval_max: 10

base-helm-configs/placement/placement-helm-overrides.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ conf:
3232
oslo_messaging_rabbit:
3333
amqp_durable_queues: false
3434
heartbeat_rate: 3
35-
heartbeat_timeout_threshold: 30
35+
heartbeat_timeout_threshold: 120
3636
kombu_reconnect_delay: 0.5
3737
rabbit_ha_queues: false
3838
rabbit_interval_max: 10

0 commit comments

Comments
 (0)