-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fluent-bit v3 occassionally crashes with SIGSEGV #8779
Comments
I am also experiencing this exact issue with Fluent Bit version 3.0.3, running on our self-hosted Kubernetes cluster (Kubernetes version: v1.28.3, Host: Ubuntu 22.04), Thanks! |
Facing the same issue on aarch64 (ARMv8) nodes in a Kubernetes 1.25 environment since version 3 (also tried latest 3.0.4). UPDATE: we are currently still using 2.2.3 due to this error. In 2.2.3 this error happens too but very rarely in comparison to v3. So, maybe some related library/framework used in the background changed and this info helps to figure out which one. |
I have same issue, too. From my observation, this issue happens frequently on nodes where we create pod frequently. On node where pod rarely killed or restarted have no issue. On Grafana, currently I have set memory limit to 2GB and I don't see out of memory from Grafana. Now I'm trying 2.2.2 and 2.2.3 as suggested by above comments. |
We are experiencing the same issue described in the comment above, with fluent-bit crashing on the nodes where pods are frequently created. We also tested with fluent-bit version 3.1.8 and still observed the issue. |
The issue is still happening in Fluent Bit v3.1.9
|
I can confirm that version 2.2.2 and 2.2.3 are good |
Bug Report
Describe the bug
Every now and then we see a crash on one of our fluent-bit pods in our Kubernetes clusters.
These crashes started since we upgraded from fluent-bit version version
2.2.2
(which was rock stable) to version3.0.2
and still persisting in version3.0.3
.To Reproduce
The logs for the lastest crash look like so:
The stack trace always looks the same and there are no errors logged beforehand.
I don't know how to reproduce the problem as it seems to happen at random times.
Expected behavior
No crashes.
Screenshots
Your Environment
Version
v3.0.3
We deploy fluent-bit via the helm chart hosted at https://fluent.github.io/helm-charts
The values we provide to it follow.
Kubernetes
versionv1.28.9
AWS EC2 instances.
Kubernetes is running on Ubuntu 20.04 hosts.
Should be covered by the configuration shown above.
Additional context
If you think the crashes could be caused by functions.lua then I can also supply the content for that.
The text was updated successfully, but these errors were encountered: