Slow operations in degraded cluster #9445
-
We have a rabbitmq cluster of three nodes. One of our nodes crashed unexpectedly. We discovered, that operations like declaring queues would now take significant longer than before, say five to seven seconds per operation. In another discussion (#9194 (comment)) it is stated that in this scenario some operations will take longer because all nodes need to be contacted and we have to wait for timeouts, which is totally understandable. But two things are not quite clear to me:
I checked the documentation, issues and discussions but could not find a clear answer. But maybe I just worded my searches poorly. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@koeberlue it may. For example, if the node leader locator used on the node has to contact all nodes, then yes. The node local one would not contact any peers but others likely will. |
Beta Was this translation helpful? Give feedback.
@koeberlue it may. For example, if the node leader locator used on the node has to contact all nodes, then yes. The node local one would not contact any peers but others likely will.