-
Hi,
And they (epmd) keep growing in number, any idea? "First" epmd has the correct port for LISTENING, all other epmd have a random port. We have a 3 Node Cluster. Regards Philipp |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
Something in your environment runs either CLI tools (more likely) or the server (probably not according to the process tree) or causes the runtime start a new My best guess is that the node itself cannot connect to its local epmd -names and other The RabbitMQ guide I've linked to explains how to pin down the ports used by Without seeing what system calls the node uses I cannot suggest much else. |
Beta Was this translation helpful? Give feedback.
-
@ffppmm @cobexer what this code does is start a temporary Erlang VM to ensure that
It's only running once because
So, in your environment,
|
Beta Was this translation helpful? Give feedback.
-
As promised ;) We did a strace of the network binding, maybe any thoughts on this? Regards Philipp |
Beta Was this translation helpful? Give feedback.
Got some News on this:
https://bugzilla.redhat.com/show_bug.cgi?id=2159066
creds go to @vrutkovs from okd project:
okd-project/okd#1488 (reply in thread)