xxxx-rabbitmq-0:/$ rabbitmq-diagnostics resolve_hostname $(hostname -f) --address-family IPv4 --offline
Resolving hostname xxxx-rabbitmq-0.xxxx-rabbitmq.xxxx.svc.cluster.local to IPv4 addresses...
10.x.xxx.xx
xxxx-rabbitmq-0:/$ rabbitmq-diagnostics resolve_hostname $(hostname) --address-family IPv4 --offline
Resolving hostname xxxx-rabbitmq-0 to IPv4 addresses...
10.x.xxx.xx
3. Target node is running as we can see it in the server log (log attached)
4. Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)
- Hostname resolution works good as we see earlier.
- Can't be firewall issue (as server & client running in the same pod)
- TCP connection is successful as we see in the succeeding logs, that says "TCP connection succeeded but Erlang distribution failed"
5. check if inter-node connections may be configured to use TLS. If so, all nodes and CLI tools must do that
This could be an issue. But we didn't see this issue in RabbitMQ w/o fips enabled.
We don't know what the issue is about and how to verify it. Can someone please take a look at this issue and help us debug it further? Let me know if you need any further information.
Thanks,
Naren