Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatter crash (backport #12306) (backport #12307) #12308

Merged
merged 1 commit into from
Sep 13, 2024

Commits on Sep 13, 2024

  1. Fix formatter crash

    Before:
    ```
    FORMATTER CRASH: {"Waiting for ~ts queues and streams to have quorum+1 replicas online.You can list them with `rabbitmq-diagnostics check_if_node_is_quorum_critical`","\t"}
    ```
    After:
    ```
    Waiting for 9 queues and streams to have quorum+1 replicas online. You can list them with `rabbitmq-diagnostics check_if_node_is_quorum_critical`
    ```
    
    (cherry picked from commit b64ebf1)
    (cherry picked from commit 1b4d4f1)
    mkuratczyk authored and mergify[bot] committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3e63d37 View commit details
    Browse the repository at this point in the history