Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ZP-AlwaysWin opened this issue Jul 9, 2020 · 7 comments
Labels
help wanted Need help from users

Comments

@ZP-AlwaysWin
Copy link

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
Copy link
Author

/assign @@repeatedly

@jychen7
Copy link
Contributor

jychen7 commented Jul 17, 2020

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

@stevehipwell
Copy link

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

@github-actions
Copy link

github-actions bot commented Jul 6, 2021

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 github-actions bot added the stale label Jul 6, 2021
@kenhys kenhys added help wanted Need help from users and removed stale labels Jul 9, 2021
@prabhpreet332
Copy link

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.

@jychen7
Copy link
Contributor

jychen7 commented Aug 19, 2022

I switch to memory buffer and works well
#339 (comment)

@jatinder10
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Need help from users
Projects
None yet
Development

No branches or pull requests

6 participants