The segment file continues to expand indefinitely. #13834
Replies: 2 comments
-
If you don't acknowledge the messages, they have to be stored by the queue (they are not consumed). They are stored in segment files: https://www.rabbitmq.com/docs/quorum-queues#segment-file-truncation If you believe there's a genuine issue then:
|
Beta Was this translation helpful? Give feedback.
-
@MiChongGET you must provide a set of steps for us to reproduce this behavior against In addition, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I am using rabbitmq 3.13.6, in 3-node cluster mode, and the queue is a quorum queue. In actual use, I found that the segment is always growing and the old files are not automatically cleaned up.
Reproduction steps
1.Use quorum queue.
2.Submit a large number of messages concurrently and do not ack them completely, simulating the scenario of message accumulation.
...
Expected behavior
The number and size of segment files remain stable.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions