Comment 22 for bug 1954925

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to kolla-ansible (master)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/822187
Committed: https://opendev.org/openstack/kolla-ansible/commit/6cf22b0cb1f2dc4d8910409284fa5757a7dd67a1
Submitter: "Zuul (22348)"
Branch: master

commit 6cf22b0cb1f2dc4d8910409284fa5757a7dd67a1
Author: John Garbutt <email address hidden>
Date: Fri Dec 17 17:34:44 2021 +0000

    Improve RabbitMQ performance by reducing ha replicas

    Currently we do not follow the RabbitMQ advice on replicas here:
    https://www.rabbitmq.com/ha.html#replication-factor

    Here we reduce the number of replicas to n // 2 + 1 as advised
    above. The hope it this helps speed up recovery from rabbit
    issues.

    Related-Bug: #1954925
    Change-Id: Ib6bcb26c499c9884faa4a0cd51abaec00cacb096