--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
While I can see the defined ha-all policy really apply to all queues.bash-4.2# rabbitmqctl list_queues durable auto_delete consumers policy pid owner_pid exclusive nameTimeout: 60.0 seconds ...Listing queues for vhost / ...true false 0 ha-all <rab...@rabbitmq-0.3.368.0> false agentdmupdatetrue false 10 ha-all <rab...@rabbitmq-0.3.374.0> false diameter-adaptertrue false 20 ha-all <rab...@rabbitmq-0.3.371.0> false cig.adaptationlayer.update.request.impacttrue false 1 ha-all <rab...@rabbitmq-0.3.377.0> false impactexchange.request.lwm2mtrue false 1 ha-all <rab...@rabbitmq-0.3.380.0> false impactexchange.request.oma2true false 3 ha-all <rab...@rabbitmq-0.3.383.0> false agentresponsetrue false 1 ha-all <rab...@rabbitmq-0.3.386.0> false agentnotifydefaulttrue false 1 ha-all <rab...@rabbitmq-0.3.389.0> false PPGNODE_1true false 1 ha-all <rab...@rabbitmq-0.3.392.0> false gateway.message.mbustrue false 0 ha-all <rab...@rabbitmq-0.3.395.0> false pushnotifyretrytrue false 2 ha-all <rab...@rabbitmq-0.3.398.0> false diameter-adapter-adapter1And in the helm chart, we use the peer-discovery-k8s plugin to combine cluster.
The node name is based on IP address.
bash-4.2# pwd
/var/lib/rabbitmq/mnesia
bash-4.2# ls
rabbit@192.168.1.140 rabbit@192.168.1.181 rabbit@192.168.1.244 rabbit@192.168.1.41
rab...@192.168.1.140-plugins-expand rab...@192.168.1.181-plugins-expand rabbit@192.168.1.244-plugins-expand rab...@192.168.1.41-plugins-expand
rabbit@192.168.1.140.pid rabbit@192.168.1.181.pid rabbit@192.168.1.244.pid rabbit@192.168.1.41.pid
rabbit@192.168.1.172 rabbit@192.168.1.190 rabbit@192.168.1.36
rab...@192.168.1.172-plugins-expand rab...@192.168.1.190-plugins-expand rabbit@192.168.1.36-plugins-expand
rabbit@192.168.1.172.pid rabbit@192.168.1.190.pid rabbit@192.168.1.36.pid
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
rab...@192.168.1.140-plugins-expand rab...@192.168.1.181-plugins-expand rab...@192.168.1.244-plugins-expand rabbit@192.168.1.41-plugins-expand
rabbit@192.168.1.140.pid rabbit@192.168.1.181.pid rabbit@192.168.1.244.pid rabbit@192.168.1.41.pid
rabbit@192.168.1.172 rabbit@192.168.1.190 rabbit@192.168.1.36
rab...@192.168.1.172-plugins-expand rab...@192.168.1.190-plugins-expand rab...@192.168.1.36-plugins-expand
rabbit@192.168.1.172.pid rabbit@192.168.1.190.pid rabbit@192.168.1.36.pid
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
rab...@192.168.1.140-plugins-expand rab...@192.168.1.181-plugins-expand rabbit@192.168.1.244-plugins-expand rab...@192.168.1.41-plugins-expand
rabbit@192.168.1.140.pid rabbit@192.168.1.181.pid rabbit@192.168.1.244.pid rabbit@192.168.1.41.pid
rabbit@192.168.1.172 rabbit@192.168.1.190 rabbit@192.168.1.36
rab...@192.168.1.172-plugins-expand rab...@192.168.1.190-plugins-expand rabbit@192.168.1.36-plugins-expand
rabbit@192.168.1.172.pid rabbit@192.168.1.190.pid rabbit@192.168.1.36.pid
Oh, I change to RABBITMQ_MNESIA_DIR=/var/lib/rabbitmq/mnesia/localhost in rabbitmq-env.conf, the rabbitmq server can also be brang up.While the issue is, the cluster_nodes.config file under this directory record the previous node ip infomation.
So can not cluster since the pod ip will change after VM restart.$ kubectl get podrabbitmq-0 0/1 CrashLoopBackOff 3 24m
rabbitmq-1 0/1 CrashLoopBackOff 3 24m$ kubectl logs rabbitmq-0
{"Kernel pid terminated",application_controller,"{application_start_failure,rabbit,{{failed_to_cluster_with,['rabbit@192.168.1.142','rab...@192.168.1.210'],\"Mnesia could not connect to any nodes.\"},{rabbit,start,[normal,[]]}}}"}
rab...@192.168.1.140-plugins-expand rab...@192.168.1.181-plugins-expand rab...@192.168.1.244-plugins-expand rabbit@192.168.1.41-plugins-expand
rabbit@192.168.1.140.pid rabbit@192.168.1.181.pid rabbit@192.168.1.244.pid rabbit@192.168.1.41.pid
rabbit@192.168.1.172 rabbit@192.168.1.190 rabbit@192.168.1.36
rab...@192.168.1.172-plugins-expand rab...@192.168.1.190-plugins-expand rab...@192.168.1.36-plugins-expand
rabbit@192.168.1.172.pid rabbit@192.168.1.190.pid rabbit@192.168.1.36.pid
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.