Closed balajijagtap closed 5 months ago
Let us know if 3.13.2 works for you but it should. Also, I'd love to know why you'd picked 3.13.0 when 3.13.2 is available. :)
Hi @mkuratczyk . 3.13.2 worked for me. Sorry, I faced this issue before 3.13.2 release and I missed checking the bug fixes in 3.13.2. Thank you for the prompt response !!
FTR, there are some pending (not yet released) changes for 3.13.3
related to peer discovery, too.
Describe the bug
on ipv6 only environment rabbitmq nodes are failing to discover the peer nodes, resulting into booting as standalone nodes. Rabbitmq version : 3.13.0 Erlang version : 26.1.1
with rabbitmq 3.12.7 nodes are able to form a cluster.
below is the snippet from logs of rabbitmq pod.
Reproduction steps
include the following line in /etc/rabbitmq/erl_inetrc :
{inet6,true}.
bash-4.4$ rabbitmqctl cluster_status Cluster status of node rabbit@rabbit-crmq-0 ...
Listeners
Node: rabbit@rabbit-crmq-0, interface: [::], port: 15672, protocol: http, purpose: HTTP API Node: rabbit@rabbit-crmq-0, interface: [::], port: 25672, protocol: clustering, purpose: inter-node and CLI tool communication Node: rabbit@rabbit-crmq-0, interface: [::], port: 5672, protocol: amqp, purpose: AMQP 0-9-1 and AMQP 1.0