IPv6 only, cannot join cluster: nxdomain #13569
-
Describe the bugstandalone and join cluster
but
addition info:
Reproduction steps
Expected behaviorresolve host on IPv6 only Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@zhangguanzhang 3.12.x is out of community support and close to being entirely out of support. We will not troubleshoot networking for non-paying users. RabbitMQ does not control how hostname resolution is set up on your hosts. An The Erlang runtime has plenty of options that control hostname resolution besides everything that's available in the Linux kernel, on Kubernetes, and so on. RabbitMQ or its community Docker image do no touch any of those. If this is on Kubernetes, there is a Core DNS caching setting mentioned in the Kubernetes Peer Discovery docs. Please take it from here. |
Beta Was this translation helpful? Give feedback.
@zhangguanzhang 3.12.x is out of community support and close to being entirely out of support.
We will not troubleshoot networking for non-paying users. RabbitMQ does not control how hostname resolution is set up on your hosts. An
nxdomain
is a result of a standard library call returned by the kernel.The Erlang runtime has plenty of options that control hostname resolution besides everything that's available in the Linux kernel, on Kubernetes, and so on. RabbitMQ or its community Docker image do no touch any of those.
If this is on Kubernetes, there is a Core DNS caching setting mentioned in the Kubernetes Peer Discovery docs.
Please take it from here.