Timeout when use rabbitmqadmin to declare parameters #9662
-
Hi all, hope somebody can help on this one :) Basic info:
All steps are performed at node 4.
Normally, I get parameter declared in step 5, and the federaion link is correct with upstream.1.ex,upstream.2.ex,upstream.3.ex. Here is my questions:
Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
RabbitMQ 3.9 has reached end of life. Something in your environment causes HTTP API operations to time out from time to time. See logs and monitoring data for clues. Declaring an upstream is a very cheap operation. Adding a policy can be very expensive because it involves updating the state of all queues in the system, starting a lot of federation links, things like that. A very common reason for this is HTTP API-based monitoring that uses |
Beta Was this translation helpful? Give feedback.
Changes to upstream sets indeed can result in links being restarted. I am certain that that and similar endpoints are not idempotent.
You are correct that deleting an upstream set or a policy will cause (relevant) federation links to stop. If you want to temporarily disable federation, you can also disable the plugin and re-enable it.