-
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
FluentBit caught SIGSEGV when threaded is enabled in the "forward" input #6865
Comments
Possibly related to #6821 |
#6492 seems to be same issue. |
I tried to use thread sanitizer and some races were reported.
Fluent-bit-1
Fluent-bit-2
|
This is the race log and backtrace log of this issue.
|
Hi @panaji, I am in the process of testing the patch that should correct this issue and would really appreciate it if you could give it a try, the branch URL is https://github.com/fluent/fluent-bit/tree/leonardo-master-downstream-pr-6882-rework Thank you very much. |
@leonardo-albertovich , will do. Please ping me if i don't reply by Mon. |
Note: #6906 was merged. |
Hi @panaji, were you able to run those tests? |
@leonardo-albertovich , yes ... it's been running since last night without SIGSEGV, so i think we are good. |
Awesome! |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the |
This issue was closed because it has been stalled for 5 days with no activity. |
Bug Report
After upgrading fluentbit from v1.9.10 to v2.0.9, we start seeing this SIGSEGV error. Our logging pipeline uses the forwarder aggregator pattern. We notice this problem in the aggregator component when we turn on the "threaded" parameter in the "forward" input. We get this SIGSEGV error once/twice an hour.
Describe the bug
To Reproduce
Set fluentbit with forwarder and aggregator pattern. In the aggregator, turn on the "threaded" parameter in the "forward" input section. You might need to wait for a while for the error to show up.
Expected behavior
Don't see this error.
Screenshots
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: