RabbitMQ closing connections - Generic server rabbit_disk_monitor terminating #7388
-
Hi, During load tests we encountered rabbitMQ disconnections - with the following error: 2023-02-22 00:01:31.601000+02:00 [error] <0.364.0> ** Generic server rabbit_disk_monitor terminating |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You are misreading the log: the free disk space monitor failure is not related to a client closing connections. See the timestamps:
and then, more than 12 seconds later:
a clean client connection closure is logged. There have been multiple free disk space monitor robustness improvements specifically for/on Windows in recent patch releases, such as #5726. |
Beta Was this translation helpful? Give feedback.
You are misreading the log: the free disk space monitor failure is not related to a client closing connections. See the timestamps:
and then, more than 12 seconds later:
a clean client connection closure is logged.
There have been multiple free disk space monitor robustness improvements specifically for/on Windows in recent patch releases, such as #5726.