Replies: 4 comments 18 replies
-
Without a way to reproduce, we can only guess. Starting a subprocess that calls If the system is overloaded most of the time, it can keep failing. Free disk space monitor is considered to be an optional component: if it fails, one metric becomes unavailable and the rest of the system keeps operating. There should be other means of monitoring free disk space and Unless you have a way to reproduce, the best we can do is to bump the timeout. How free disk space |
Beta Was this translation helpful? Give feedback.
-
When I say "overloaded" it does not imply any kind of impressive load, just enough to keep all cores (and maybe the disk partition the data directory is on) busy enough with the resource available. We don't have any information about the environment or the workload here, so this was just an example. |
Beta Was this translation helpful? Give feedback.
-
Coming back to this, it's not obvious to me what may run into the
|
Beta Was this translation helpful? Give feedback.
-
Facing same issue with community docker image version 3.9.13. There are no resource limits set on the pods running in OpenShift and seeing this error after upgrading from 3.8.x. df command is not timing out when run manually on the pod. Any help is much appreciated |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have RabbitMQ 3.9.16 in docker container with prometheus metrics enabled
in one moment command timed out:
2022-05-06 08:44:01.967944+00:00 [erro] <0.381.0> Command timed out: '/bin/df -kP /bitnami/rabbitmq/mnesia/rabbit@localhost'
full log: rabbit.log
i can run this command and it returns a response quickly
The problem is after that in metrics there are unknown value in metrics and prometheus can not scrape them
rabbitmq_disk_space_available_bytes unknown
In UI there are no value too

Why one timeout causes the given value to be completely broken, instead of being requeried later?
Corelated with #4140
Beta Was this translation helpful? Give feedback.
All reactions