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
We have a system, that under stress experiences two issues with routing messages through a fluent bit.
We utilise fluent bit to pass logs to datadog, and two kinds of messages to s3. Problem is that under heavy load some messages get occasionally routed in wrong way - dimensions to events and events to dimensions, mixing the two (10-40k correct events and up to 400 of wrongly routed messages), and in the same files that have the wrongly routed messages there are lines with messages put in the same line instead of single messages per line.
Application is written in go, and is using github.com/IBM/fluent-forward-go v0.2.2 client to publish messages to fluent-bit
Cluster Details
ECS on EC2 with Sidecar deployment
Application Details
The application at the time of occurring has been sending 26k of smaller messages and 26k if bigger messages to the two instances of fluent bit within around 30 seconds burst.
Describe the question/issue
Hi,
We have a system, that under stress experiences two issues with routing messages through a fluent bit.
We utilise fluent bit to pass logs to datadog, and two kinds of messages to s3. Problem is that under heavy load some messages get occasionally routed in wrong way - dimensions to events and events to dimensions, mixing the two (10-40k correct events and up to 400 of wrongly routed messages), and in the same files that have the wrongly routed messages there are lines with messages put in the same line instead of single messages per line.
Configuration
ECS Task
Fluentbit configuration
Fluent Bit Log Output
There are only logs about successful file upload
Fluent Bit Version Info
amazon/aws-for-fluent-bit:2.31.11
Application is written in go, and is using github.com/IBM/fluent-forward-go v0.2.2 client to publish messages to fluent-bit
Cluster Details
ECS on EC2 with Sidecar deployment
Application Details
The application at the time of occurring has been sending 26k of smaller messages and 26k if bigger messages to the two instances of fluent bit within around 30 seconds burst.
Steps to reproduce issue
Related Issues
Not really sure, maybe this: #376
The text was updated successfully, but these errors were encountered: