What is the msg_store_persistent directory used for? #13230
-
Describe the bugHello, today I noticed that after about 15 days the upgrade from 3.13.x to 4.0.5 of single nodes, the directory:
is full of files For example:
RabbitMQ stopped to work since there was no more space left on /var/lib/rabbitmq/. I manually deleted All the queues in these nodes are configured as classic v2, and are reported as empty from the UI. My clusters instes, configured as quorum queues, seems to not suffer from this behaviour. No other changes other than the upgrade of RabbitMQ have been made to these nodes. Any idea why these files are accumulating? Thanks Reproduction steps1.Upgrade from 3.13.x to .4.0.5 of single nodes, files are accumilating in Expected behaviorNot consuming disk space in Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@icolombi please never against use issues for what is clearly a question. RabbitMQ 3.13.x is out of community support.
|
Beta Was this translation helpful? Give feedback.
-
This feels like total RabbitMQ 101:
|
Beta Was this translation helpful? Give feedback.
@icolombi please never against use issues for what is clearly a question.
RabbitMQ 3.13.x is out of community support.
msg_store_persistent
is a data directory where a durable classic queue message store (messages, indices) for a specific virtual host resides. Perhaps you have some classic queues with a backlog in that virtual host, or hadthem and the queue were deleted without a chance for them to delete their data.