Skip to content

RabbitMQ queues are not declared as replicated #1745

@cailyoung

Description

@cailyoung

We noticed during a RabbitMQ node outage recently that log_message_saving was unavailable to the jobs service despite 2/3 of the RabbitMQ nodes being up. After investigation we noticed that (all?) of the queues declared by this and other services are 'Classic' queues, which exist only on whichever node the client that declared them was connected to at declaration time.

It should be considered to allow replicated queues, either via quorum queues or streams, so that multi-node RabbitMQ systems can be operated safely and not cause consumer failures for ReportPortal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions