Skip to content

Rabbit MQTT Plugin failing to start #2665

Answered by michaelklishin
tiaan-lg asked this question in Other
Discussion options

You must be logged in to vote

So my conclusion so far is that the node is run out of resources by a flood connection test. It certainly hits its memory alarm limit. I cannot know what uses the memory but node can report a decently detailed breakdown.

Nodes also seem to run out of file descriptor or a socket limit of some kind, or both, likely due to the test creating a high connection churn scenario which is a very problematic scenario that requires optimization of certain settings. A node that has run out of file descriptors and cannot open a connection to its peers will fail in all kinds of weird ways.

Supporting 200K connections is unrealistic with all defaults for both RabbitMQ TCP buffer size and kernel TCP setti…

Replies: 9 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@tiaan-lg
Comment options

@michaelklishin
Comment options

@tiaan-lg
Comment options

Comment options

You must be logged in to vote
0 replies
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

Comment options

You must be logged in to vote
2 replies
@michaelklishin
Comment options

@Zapnologica
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

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

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

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

This discussion was converted from issue #2665 on December 02, 2020 15:23.