rabbitmq errors #10883
-
Describe the bugsome errors occur after running for days. RabbitMQ 3.8.4
Reproduction stepsAn error occurs when the program is running normally Expected behaviorI want to know how to solve this problem or avoid it Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
RabbitMQ 3.8 has reached EOL several years ago. Even 3.10 is out of support, and 3.11.x will reach EOL in a few months. The error says that a free disk space monitoring has failed to parse the output from There have been numerous updates to the free disk space monitor parser over the years. |
Beta Was this translation helpful? Give feedback.
RabbitMQ 3.8 has reached EOL several years ago. Even 3.10 is out of support, and 3.11.x will reach EOL in a few months.
The error says that a free disk space monitoring has failed to parse the output from
df -k
. All this means is that a single node metric (the amount of free disk space available) won't be available, the node should still be up and running even then.There have been numerous updates to the free disk space monitor parser over the years.