Clean rabbitmq before snapshotting
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
On restore I have
dependency failed to start: container cidir2r-hatchet-rabbitmq-1 exited (1)
Looking at the logs, Claude said:
This is a RabbitMQ boot failure caused by a corrupted or missing log segment file. The key error is:
Root Cause: missing_key,332,"/var/lib/rabbitmq/mnesia/rabbit@hatchet-rabbitmq/coordination/rabbit@hatchet-rabbitmq/RABBITLHIDHVWGVBMB/00000001.segment"
The RabbitMQ metadata store (using Ra/Khepri for clustering) can't find a required segment file in its Raft log, which is preventing startup.
He proposed to stop and Reset RabbitMQ Data (if data loss is acceptable) as a fix.
We need to investigate and understand what really happens.
Contributor guide
Assessment
This issue has not been assessed yet.