You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2022. It is now read-only.
Hello,
I have no idea where to ask this question, so I thought that maybe you can help us, or at least give us an hint.
We have implemented in a rabbitmq cluster (of one node for the moment) with a lot of quorum queues. Our problem is that the segment files are simply growing, growing, growing and never been cleaned up.
We get to the point that the filesystem is full, and it seems that even by adding gigs and gigs of disk space, rabbitmq is never satisfied. So periodically we just shut it down, delete the segement files, when we know that there are no waiting messages, and restart rabbitmq-server. It works, but it is a pain, and we are not sure that this is good and without risks.
We have the same behavior in a plain rabbitmq docker image, without any customization.
Maybe something is wrong on our side with the development, but for the moment, we have found nothing... and the documentation is quite extensive, and quite good, and at the same time on the subject of segment files... well we find nothing really helping in our case.
Again, would it be possible to give us some hints on where to look, and what to do in our case?