when disk is full, fluentd throws away all logs it receives
Open
bug
enhancement
- Dominant language
- Ruby
- Stars
- 13.6k
- Forks
- 1.4k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 20
Description
It doesn't crash, it doesn't attempt to forward the messages without writing writing them to an on-disk buffer, it just logs `unexpected error while checking flushed chunks. ignored. error_class=Errno::ENOSPC error="No space left on device...` and throws away the data. This is obviously not a good way to handle that error.
Contributor guide
Assessment
This issue has not been assessed yet.