--
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/321bb293-0a59-460a-9366-0314ba27871dn%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/2e143590-0eb3-4d50-ae77-4cf1fa7df7b1n%40googlegroups.com.
Hello,
The queues should not take a long time recovering if the node was
stopped gracefully. The amount of time it spends on recovery
suggests that it goes through the messages to rebuild the index or
similar. If the node was stopped gracefully, perhaps there is an
issue with the state that it writes to disk when stopping the node
(the recovery.dets file, one per vhost). That file is basically
empty when the node is running and gets populated on shutdown. If
for some reason the node stops before that happens, then it has to
recover from scratch on next start.
Either way, having the logs would help, especially with debug logs enabled. It would tell us exactly why it doesn't do a clean recovery.
Cheers,
--
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/321bb293-0a59-460a-9366-0314ba27871dn%40googlegroups.com.