Hi folks,
Without having any infra change or increase in traffic, we started seeing the following issue:
2019-09-30 17:29:21 +0000 [error]: #0 syslog failed to emit error_class=Fluent::Plugin::Buffer::BufferOverflowError error="buffer space has too many data" tag="syslog.docker.containers.daemon.info"
We looked at increasing flush_thread_count but noticed the README mentioning:
This is currently fixed to 1 will cause fluentd to fail with a ConfigError if set to anything greater.
We believe the issue is due to the output not matching our input rate but we never ran into that issue before. What's the rationale behind limiting the number of threads for the output plugin?
Thanks!
cc @imron @czerwingithub
Hi folks,
Without having any infra change or increase in traffic, we started seeing the following issue:
We looked at increasing
flush_thread_countbut noticed the README mentioning:We believe the issue is due to the output not matching our input rate but we never ran into that issue before. What's the rationale behind limiting the number of threads for the output plugin?
Thanks!
cc @imron @czerwingithub