3.13.2: daily exception logged {timeout,{gen_server,call,[os_mon_sysinfo,get_mem_info]}} #11358
Replies: 2 comments 10 replies
-
Hello, thanks for using RabbitMQ. There is NO RabbitMQ crash here. The Erlang VM on which RabbitMQ runs uses the word "crash" to mean what is usually called an "exception" in other programming languages and VMs. You can ignore this message, it is due to a timeout in retrieving system information. My guess is that something else is consuming enough resources at that time of day to cause this particular operation to take longer than 5 seconds (the default timeout). I would start by checking the Windows Event viewer, and perhaps disabling anti-virus. Maybe a system scan happens at midnight every night? |
Beta Was this translation helpful? Give feedback.
-
A very similar discussion (same version, same exception, same OS) #12293. |
Beta Was this translation helpful? Give feedback.
-
Hi everybody,
I've installed RabbitMQ 3.13.2 on Erlang 26.2.5 on Windows about two weeks ago. Everything runs fine except that the RabbitMQ is always crashing at 00:16 in the morning with below message, almost every day. We currently have only 1 producer and 3 consumers with a message rate of approx. 60/s. Unfortunately I don't get the point why it crashes.
Maybe someone can point me into the right direction with this log excerpt:
Thanks in advance! :)
Beta Was this translation helpful? Give feedback.
All reactions