Skip to content

failed to write data into buffer by buffer overflow action=:throw_exception #4506

Answered by daipom
naveenrpp2017 asked this question in Q&A
Discussion options

You must be logged in to vote

In your config, the total buffer limit size will be buffer_chunk_limit * buffer_queue_limit (2M * 32 = 64M).
buffer space has too many data means the buffer size has reached this limit and new data cannot be written.

You can increase this limit by adjusting buffer_chunk_limit or buffer_queue_limit.
(This is an old setting format for Fluentd v0 series. Although you can still use these options in v1 series, but you should use the v1 format if possible. Anyway, it has nothing to do with this issue.)

If there's a temporary increase in data generation and the transfer can't keep up temporarily, this should mitigate the issue.

If the transfers are not keeping up constantly, this will not be eff…

Replies: 1 comment 15 replies

Comment options

You must be logged in to vote
15 replies
@iamMrGaurav
Comment options

@daipom
Comment options

@naveenrpp2017
Comment options

@daipom
Comment options

Answer selected by naveenrpp2017
@naveenrpp2017
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #4505 on May 24, 2024 09:17.