Replies: 1 comment
-
|
We cannot guess what happens to your node. We are engineers, not magicians. See node logs on every node for clues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Community Support Policy
RabbitMQ version used
4.1.1
Erlang version used
27.3.x
Operating system (distribution) used
Red Hat Enterprise Linux 9.6
How is RabbitMQ deployed?
RPM package
rabbitmq-diagnostics status output
See https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics
Logs from node 1 (with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 2 (if applicable, with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
Logs from node 3 (if applicable, with sensitive values edited out)
See https://www.rabbitmq.com/docs/logging to learn how to collect logs
rabbitmq.conf
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find rabbitmq.conf file location
Steps to deploy RabbitMQ cluster
yum install rabbitmq
Steps to reproduce the behavior in question
My cluster behaves correctly after startup.


After connecting clients, online nodes drop out of the queues at random times.
A dotNET/.NET client is connected to the queues.
When an online node drops out of the queue (it's always a random node), there are no entries in the main log, connection log, or queue.log
I see a small peak of messages when a node drops out of the queue, about 30 messages at a time, I monitor it
advanced.config
See https://www.rabbitmq.com/docs/configure#config-location to learn how to find advanced.config file location
Application code
# PASTE CODE HERE, BETWEEN BACKTICKSKubernetes deployment file
What problem are you trying to solve?
rabbitmq-queues delete_member -p / Crm_TransactionMessage node2@hostname
rabbitmq-queues add_member -p / Crm_TransactionMessage node2@hostname
or
restart nodes...
after 1-3 days production operation still node leave queueus
Beta Was this translation helpful? Give feedback.
All reactions