Disc buffering very slow #10465
tontondematt
started this conversation in
General
Replies: 1 comment 1 reply
-
Are you using the AWS image? If so I'd switch to the OSS one as there are a lot of performance improvements since the version used by AWS. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am running fluentbit as my goto log forwarding solution in my eks clusters. I installed it using this https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-setup-logs-FluentBit.html and have been using it for quite some time.
Recently we decide to migrate our nodes to much bigger ones, I have nodes running up to 500 pods.
My fluenbit is running in a hybrid mode with the primary buffering in memory and filesystem to deal with back pressure.
I am having performance issues while running in a hybrid mode. My node has to handle an injection speed of about 500 req/s.
Visible on this grafana dashaboard when running in memory buffering only everything is working as expected
And here when file buffering is turned on every thing just slow down by about a staggering 40 times for the same amount of injected data.

I have looked into what's happening on my storage (ebs on aws) i don't see anything alarming.
I stripped down my configuration to some really basic stuff
application-log.conf: |
fluent-bit.conf: |
Everytime I activate filestorage on my tail input "storage.type filesystem" everything stalls
Is this a normal behavior ?
Appreciate some pointers and some help !
Beta Was this translation helpful? Give feedback.
All reactions