CIRED / CIRED/cired.digital

Clean rabbitmq before snapshotting

Open
#104 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.