-
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 hangs, any step to troubleshoot? #9626
Comments
Any specific customisation or lockdown to your node? |
Not really
Yes using 3.2.1 now
Yes turned to debug now
Will check with app developer
The DB file is just sqlite file, can you explain how it could be full?
Can you elaborate what is
All the connections before the hanging was properly responded with HTTP 202 response code
2048
Cannot try as our requirement is RHEL8.
This is our next step, first see if we can get any clue from debug log level and latest fluent-bit version. |
So with fluent bit 3.2.1, and using debug, saw the following printed out before it hangs:
Verified that the :8081 works to send HTTP request. |
I appreciate the requirement is it must run on RHEL 8 but the main point of trying RHEL 9 is to see if it is a kernel or other parameter issue. What are the ulimit and sysctl values for fs.inotify? You could try upping those (e.g. some examples below but will not be maintained over reboot):
|
where PID 1540 is the fluent-bit process currently hanging. |
@patrick-stephens works fine (non hanging after several days) after applying the change according to your suggestion. |
@patrick-stephens a follow up question:
do we still need to change the sysctl ?
Will it work with only the:
change? |
Bug Report
Describe the bug
Fluent bit hangs, any step to troubleshoot?
To Reproduce
Install and run Fluent Bit v3.1.7 on RHEL8.10
It is expected to run continuously
Expected behavior
It hangs randomly after 20min/2h
Your Environment
Environment name and version: Baremetal installation on RHEL8.10
Server type and version: N/A
Operating System and version: RHEL8.10
Filters and plugins: See above
Additional context
The fluent-bit was totally hanging,
service fluent-bit restart
times out:fluent-bit dump at the time it was hanging:
Do we have any advice how to proceed with troubleshooting?
The text was updated successfully, but these errors were encountered: