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:
Dmitriy Rabotyagov
2026-02-06 16:54:04 +01:00
parent dca80c819d
commit 2cddeada9d
2 changed files with 11 additions and 1 deletions

View File

@@ -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"

View 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.