WAL checksum validation failure #2817
Replies: 4 comments 10 replies
-
I will convert this issue to a GitHub discussion. Currently GitHub will automatically close and lock the issue even though your question will be transferred and responded to elsewhere. This is to let you know that we do not intend to ignore this but this is how the current GitHub conversion mechanism makes it seem for the users :( |
Beta Was this translation helpful? Give feedback.
-
The only known issue where WAL segment checksum would are rabbitmq/ra#138 and rabbitmq/ra#176. I'm not sure what "disk leak" issue you are referring to but if you hit rabbitmq/ra#176 then the node will fail to recover in a very similar way. A runtime crash dump does not contain any relevant information. We need a complete |
Beta Was this translation helpful? Give feedback.
-
The checksum is there to validate that no data corruption has occurred which could be the case here. If you don't mind sharing the .wal file us we can take a look and verify if that was the case. Alternatively if you just want to get back running again you can try just removing the .wal files on all nodes, start the system, delete all quorum queues, stop the system delete all wal files again, then start and re-create quorum queues. |
Beta Was this translation helpful? Give feedback.
-
Hello again ... It happened again. I want to upload the WAL file/mnesia folder but Github doesn't allow me ... how do you prefer to have it? Edit: WAL file is 537.9 MB and the whole folder gziped is 352.4 MB |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
We faced a problem which we dont know exactly what happened. We encountered an error as follows:
Rabbitmq version is 3.8.11 on the official docker on Kubernetes.
Also, we recently moved from 3.8.3 image to 3.8.11 because of disk leak which is reported to be solved on 3.8.10 and we deleted all quorum queues and recreated them.
Edit: erl_crash.dump included ( added .txt to end because github won't allow me to include .dump formatted file )
erl_crash.dump.txt
Beta Was this translation helpful? Give feedback.
All reactions