Replies: 4 comments 3 replies
-
This is the related discussion - #9196 |
Beta Was this translation helpful? Give feedback.
-
@pfeifi01 please upload the log file to this GitHub issue instead to dubious 3rd party websites. |
Beta Was this translation helpful? Give feedback.
-
last time it was too big. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the log file. Compared to #9196, I now see a very good improvement: The log file show the following errors starting at roughly the same time:
@lukebakken we may want to fix this crash regression caused by #8837. We also see
and
and
The last one as documented in rabbitmq-server/deps/rabbitmq_mqtt/src/rabbit_mqtt_processor.erl Lines 104 to 112 in 0341b5f The other errors also indicate TCP connection issues from the server to the client: In summary, since all these errors start to happen at roughly the same time, based on the log file I suspect that RabbitMQ is overloaded. I don't see a bug in the MQTT plugin. If adding more resources to RabbitMQ does not help and you suspect that RabbitMQ behaves not correctly, please perform profiling as described in https://www.rabbitmq.com/monitoring.html and https://blog.rabbitmq.com/posts/2022/05/flame-graphs/ . Converting this issue to a discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
After filing the last bug, that was then converted to discussion #9195 we have now installed v3.12.5, but we still run into issues.
After starting the RabbitMQ and after automatically establishing connection with clients, it only took a few seconds that we lost connection again and found new errors in the log files.
Here is the log file
Reproduction steps
See #9195
Expected behavior
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions