Replies: 4 comments 1 reply
-
I suggest you inspect the management UI to see what is going on and in addition you can inspect the server log files for anything unusual. I understand you are not keen on sharing any details with us which is fine but if you change your mind we may be able to help if you provide:
|
Beta Was this translation helpful? Give feedback.
-
Sorry but if you are not willing to provide the information we ask for, we'd have to ask you to take your questions elsewhere. You pay $0 for asking the core team questions, so at least show a little bit of respect to our time and cooperate. Nodes can stop for many reasons. If we assume that it had something to do with the amount of memory used then collecting metrics related memory use and or at least taking a look at breakdown when the node reaches this state is essential. Quorum queues in modern RabbitMQ versions keep Classic queues with v1 storage would keep a substantial amount of messages in memory and move Some other common causes for high or growing memory footprint of a node are
So as you can see, the effects of garbage collection on queues is not a significant factor in most cases, although it can be. With this information you should be able to narrow down what scenarios may or may not be relevant |
Beta Was this translation helpful? Give feedback.
-
@car1ot go ahead and change to whatever you want. This kind of abusive language towards open source software maintainers is not OK. You get the software for free, you get support for free, and you are not even willing to provide relevant information and treat the maintainers with decency. |
Beta Was this translation helpful? Give feedback.
-
Sorry bro, keep at as a joke but it could be the same like:
There are completely different platforms with different meanings (the only common thing between them is a data transfer from the source to destination point)
I guess it's important to specify whether you are working in shell with RabbitMQ compiled and run from a source code or not.
It's in place https://www.erlang.org/doc/apps/erts/garbagecollection (it's one of the advantages of Erlang VM) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I got an issue.
After a day of uptime, rabbitmq stopped working correctly with direct messages. On client I get an error "Timeout exceeded to send message 10 seconds". After reloading erlang and rabbitmq, all works properly. Maybe there are no garbage collector? I edited config to collect garbage in rabbitmq, read a lot of issues about it, but nothing helped.
This issue happens on all rabbitmq versions.
What to do with this issue?
Maybe you can recommend some steps to debug it?
Beta Was this translation helpful? Give feedback.
All reactions