DNS peer discovery stopped working after upgrade to 3.13 #10658
-
|
Hello, After upgrading RabbitMQ to 3.13 DNS peer discovery seems to stop working. I'm trying to set up a new cluster using the same config as in 3.12; during init phase RabbitMQ sees other nodes just fine, but logs says that node |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
|
Please share full logs from all nodes |
Beta Was this translation helpful? Give feedback.
-
|
Our team does not have the cycles to troubleshoot DNS installations of non-paying customers. You were provided evidence of a discrepancy between your node's IP addresses and what the A/AAAA records return. Please take it from here. |
Beta Was this translation helpful? Give feedback.

Hi, I found a solution, a rather trivial one... It looks like startup in RabbitMQ 3.13 takes a little bit longer for node to become ready to be clustered. I just added
and after some time it started clustering properly. Thanks for the help!