Upgrade erlang to 27.3.*-1
We have spotted a weird issues with RabbitMQ performance on Ubuntu 24.04 after upgrade from 22.04, to a point that some cluster members become unresponsive. Upgrade of erlang to 27.3 has helped to solve the issue. Change-Id: I28d5df9d3612a9ab43ccfbbbf559ccafe076c3d6 Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
This commit is contained in:
@@ -22,7 +22,7 @@ rabbitmq_package_state: "{{ package_state | default('latest') }}"
|
||||
|
||||
# Defined versions of RabbitMQ and Erlang
|
||||
rabbitmq_package_version: "4.0.9-1"
|
||||
rabbitmq_erlang_package_version: "26.2.*-1"
|
||||
rabbitmq_erlang_package_version: "27.3.*-1"
|
||||
|
||||
# Inventory group containing the hosts for the cluster
|
||||
rabbitmq_host_group: "rabbitmq_all"
|
||||
|
||||
10
releasenotes/notes/erlang_27_3-50d3c518e133674e.yaml
Normal file
10
releasenotes/notes/erlang_27_3-50d3c518e133674e.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
upgrade:
|
||||
- |
|
||||
Erlang version for RabbitMQ has been upgraded to 27.3 series
|
||||
|
||||
fixes:
|
||||
- |
|
||||
RabbitMQ slowliness on Ubuntu 24.04 systems in some cases should have been
|
||||
solved by Erlang upgrade to 27.3.
|
||||
Reference in New Issue
Block a user