Growing number of QQ segment files and disk footprint #11919
-
Issue Details:Cluster Configuration: 3 nodes Description:We are running a 3-node RabbitMQ Despite the rapid growth of segment files, the logs do not show any related errors or warnings. The system appears to be running normally. Here are some excerpts from the logs:
Configuration File:
Enabled Plugins:
Reproduction stepsNILL Expected behaviorWe seek assistance in identifying the root cause of this issue and any potential configuration changes or bug fixes that might resolve it. Thanks! Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
If you would like assistance from Team RabbitMQ, please start by using the latest version of RabbitMQ ( In addition, a very small excerpt from your logs is nearly useless. Please archive your FULL log files (after upgrading RabbitMQ) and attach them to this discussion if you experience this issue again.
If your environment ran normally for weeks, then this issue started, what changed? If you have historical monitoring information for this cluster (you DO monitor it, correct?), please check to see if your workload has changed. Have you deployed new client applications, or any updates to them? |
Beta Was this translation helpful? Give feedback.
-
There was at least one similar issue resolved in |
Beta Was this translation helpful? Give feedback.
-
Queues that have fast publishers or large messages and no consumers will result in runaway disk space usage. It should be fairly obvious why. Inspecting message counts, including unacknowledged messages, across all queues in all virtual hosts would be one obvious way to confirm this hypothesis. Introducing guard rails such as queue length limits is a good idea. |
Beta Was this translation helpful? Give feedback.
-
@mkuratczyk has confirmed that |
Beta Was this translation helpful? Give feedback.
-
Do each rabbit node show the same growth profile? Can you restart any consuming applications for that queue and see if it helps? |
Beta Was this translation helpful? Give feedback.
There was at least one similar issue resolved in
3.13.x
, please upgrade to3.13.6
. We will not provide any assistance without a set of steps to reproduce and against an outdated patch version.