Hello, could you please provide additional lines from the log, so we can see the reason for the error? Everything that refers to pid <0.666.0>. Feel free to send the full log to me directly otherwise.
--
Loïc Hoguin
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit
https://groups.google.com/d/msgid/rabbitmq-users/1dfea9dc-6859-46ca-9231-cbdaf97985a3n%40googlegroups.com.
Thanks for the logs.
The crash appears to be because there are more messages stored than the expected.
The queue is in a very weird state:
Subsequent logs show other processes (other queues?) with more known issues: the segment file has entries that should no longer be in the journal, yet they still are there as well. These hint at a bad shut down “at the wrong time” and the recovery doesn’t know how to handle that.
But the first one is intriguing. It’s like the system didn’t flush the most recent changes to disk. I would love to get the data for that queue if possible. You can find its name just below the snippet you initially posted. It should have at least the files 6.idx 7.idx 8.idx 9.idx 10.idx (perhaps more or less considering it is in a bad state). I can’t promise a quick fix considering the season but I can take a look as part of my current work.
In any case, there’s currently not much you can do other than wipe the data and restart I’m afraid.
--
Loïc Hoguin
To view this discussion on the web, visit
https://groups.google.com/d/msgid/rabbitmq-users/5F41B217-3712-499A-835F-A44B437884C5%40vmware.com.