Currently Ray logs an error every 10s when the disk is very full. But this is not ideal because the disk can stay full for a very long time and we will print infinitely many logs. Ideally we should only log again after a state change (the disk utilization goes down and then back up again).
What happened + What you expected to happen
Currently Ray logs an error every 10s when the disk is very full. But this is not ideal because the disk can stay full for a very long time and we will print infinitely many logs. Ideally we should only log again after a state change (the disk utilization goes down and then back up again).
Versions / Dependencies
3.0dev
Reproduction script
Run a Ray script with >95% disk space.
Issue Severity
None