fluent / fluent/fluentd

when disk is full, fluentd throws away all logs it receives

Open
#1,698 7 comments 4 reactions 1 assignee Claimed by @repeatedly View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.