Arnaud Morin
unread,Sep 23, 2025, 5:18:31 AMSep 23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitm...@googlegroups.com
Hello!
We are facing a strange issue on our cluster.
First, the context:
a cluster of 3 nodes:
rabbit-neutron1
rabbit-neutron3
rabbit-neutron4
As you noticed, the number is weird because the cluster evolved and some
nodes were removed in the past (the 2).
The cluster_status is all green.
The version of rabbitmq is 4.1.3 (with erlang 26), it was upgraded from a
3.13 cluster (not sure this is a relevant info, but better giving it).
We have now some stream queues that are working, but the "writter" is
logging errors about it:
rabbit_stream_coordinator: failed to stop member __l3_agent_fanout_1691487324783411676 'rabbit@rabbit-neutron2' Error: {{nodedown,'rabbit@rabbit-neutron2'},{gen_server,call,[{osiris_server_sup,'rabbit@rabbit-neutron2'},{terminate_child,[95,95,108,51,95,97,103,101,110,116,95,102,97,110,111,117,116,95,49,54,57,49,52,56,55,51,50,52,55,56,51,52,49,49,54,55,54]},infinity]}}
The node rabbit-neutron2 is not in the cluster anymore.
But the queue l3_agent_fanout still see it.
What could we do to actually remove the node from this queue?
Thanks for your answers!
Arnaud