fluent-plugin-s3 icon indicating copy to clipboard operation
fluent-plugin-s3 copied to clipboard

fluent-plugin-s3 it fail to auto clean up the buffer's files after pushing to S3

Open ZP-AlwaysWin opened this issue 5 years ago • 7 comments

I also encountered the problem that the files in the buffer could not be automatically deleted after the push。

<match>
<buffer>
@type file
path /etc/fluentd/temp/moons
timekey_wait 5
timekey      1
chunk_limit_size 256m
</buffer>
time_slice_format %Y%m%d%H

</match>

image

ZP-AlwaysWin avatar Jul 09 '20 13:07 ZP-AlwaysWin

/assign @@repeatedly

ZP-AlwaysWin avatar Jul 09 '20 13:07 ZP-AlwaysWin

I find it too, so I change to use memory buffer And my test of file to s3 shows memory buffer (200MB per minute) have 4x throughput than disk buffer (50MB), with gzip

jychen7 avatar Jul 17 '20 13:07 jychen7

This continues to be an issue is there any more information on this?

stevehipwell avatar Apr 06 '21 08:04 stevehipwell

This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days

github-actions[bot] avatar Jul 06 '21 10:07 github-actions[bot]

Anyone resolved this issue?

It still doesn't work for me. I get buffer size of ~900MB in s3 output plugin. Flush interval is 10min.

Any suggestions are welcome.

prabhpreet332 avatar Aug 18 '22 20:08 prabhpreet332

I switch to memory buffer and works well https://github.com/fluent/fluent-plugin-s3/issues/339#issuecomment-660093235

jychen7 avatar Aug 19 '22 03:08 jychen7

Disk space of EKS pods are filling fast when we are using fluentd to s3

jatinder10 avatar Oct 31 '22 13:10 jatinder10