Skip to content

Conversation

@mergify
Copy link

@mergify mergify bot commented Nov 27, 2024

This fixes two separate issues in the same area:

  1. Invalid pattern leading to an incorrect warning about transient queues being used (because all durable queues were counted).
    Fixes "Deprecated features are being used" for transient_nonexcl_queues even when there are no transient queues in the cluster #12802

  2. A fresh deployment wouldn't boot with deprecated_features.permit.transient_nonexcl_queues = false
    Fixes Node runs into an exception failed_to_deny_deprecated_features on boot when try to deactivate deprecated feature #12793


    This is an automatic backport of pull request Fix transient queue detection #12840 done by Mergify.

This check fails on a virin node, because the metadata store
is not yet ready to handle the query. However, a virin
node by definition can't have any queues, so let's just return
false without asking.

(cherry picked from commit 1552f89)
This fixes the issue where RabbitMQ would warn about
transient queues being used in a cluster with no transient queues.

Fixes #12802

(cherry picked from commit 46259b5)
@michaelklishin michaelklishin added this to the 4.0.5 milestone Nov 27, 2024
@michaelklishin michaelklishin merged commit 3da59e0 into v4.0.x Nov 28, 2024
244 of 245 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.0.x/pr-12840 branch November 28, 2024 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants