You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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>
orbuffer_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.
The text was updated successfully, but these errors were encountered: