Hi Team,
I am using RabbitMQ 4.0.5 with quorum queues in the system. I am seeing that my disk space is almost full and currently there are no messages in the current quorum queues as they all are consumed, also the count of unacknowledged message is 0.
I was going through the previous issues raised on similar issue, and found some information on "rabbitmq-diagnostics quorum_status <queue_name>" command and the fields "commit_index" "snapshot_index".
commit_index >> snapshot_index indicates Compaction is lagging.
But in our case the snapshot_index is -1 and the information I found is that compaction is not yet started.
So what exactly is stopping the compaction of these segments, can it be triggered manually in anyway so that the disk is not fully filled.
Please provide more information on the above queries. Thanks in advance.