Skip to content

Management UI is not responsible when server is under (heavy) load #13120

Closed Answered by michaelklishin
dario-l asked this question in Questions
Discussion options

You must be logged in to vote

@dario-l your cluster is deprived of CPU resources, and/or there are apps that invoke GET /api/queues, GET /api/channels and such without pagination.

Every channel, even if it is not active otherwise, emits stats every 5 seconds. Which is why the limit on the maximum number of channels per connection has been going down gradually every couple of years.

Shared clusters will inevitably run into the noisy neighbor problem (someone else's apps hogging most of CPU or other resources, including network bandwidth). All the tuning imaginable can only delay the inevitable.

Which is why VMware products provision separate clusters by default and only leave the shared cluster option as an opt-in feat…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@michaelklishin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants