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

Fluentd process never exits when blocking for full buffer queue #1260

Closed
tagomoris opened this issue Oct 5, 2016 · 6 comments
Closed

Fluentd process never exits when blocking for full buffer queue #1260

tagomoris opened this issue Oct 5, 2016 · 6 comments
Assignees
Labels
bug Something isn't working v0.12

Comments

@tagomoris
Copy link
Member

I confirmed this problem on Fluentd v0.12.29, but I know that v0.14.x has this problem too.

When we enable <buffer> overflow_action block </buffer> or buffer_queue_full_action block and the buffer queue is actually full, input threads will block, and never returns if output plugins doesn't go back to normal.

If users will try to stop Fluentd process under this situation, Fluentd don't stop these threads, and the process never stops.

@tagomoris tagomoris added v0.12 bug Something isn't working v0.14 labels Oct 5, 2016
@tagomoris
Copy link
Member Author

@repeatedly will you fix this problem in v0.12 versions?

@repeatedly
Copy link
Member

@tagomoris Okay, I will check it.

@tagomoris
Copy link
Member Author

#1396 fixes this problem for v0.14 or later.

@kenhys
Copy link
Contributor

kenhys commented Oct 27, 2020

@cosmo0920
Copy link
Contributor

Fixed in v0.14.12. And v0.12 is now EOL? (No activities until end of 2019 as described in https://www.fluentd.org/blog/drop-schedule-announcement-in-2019)

@kenhys kenhys closed this as completed May 26, 2021
@kenhys
Copy link
Contributor

kenhys commented May 26, 2021

v0.12 is not maintained anymore, I'll close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v0.12
Projects
None yet
Development

No branches or pull requests

4 participants