-
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 keeps opening new fd for a file when a large number of files are watched #1843
Comments
thanks for opening this ticket. There are two things that need to be addressed:
As a workaround please increase the number of file descriptors allowed for your container or environment. |
@edsiper |
thanks for the info, 2 questions:
|
|
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
Describe the bug
fluent-bit keeps opening new fd for a file when a large number of files are watched.
To Reproduce
Tail a dir, which include 10000 files. then send those logs to es plugin
Expected behavior
fluent-bit should not keep opening new fd for a file. And memory usage should be normal。
Screenshots
memory usage:
about 3GB
Your Environment
Version used:
docker image: fluent-bit:0.14.9
Configuration:
*Kubernetes version: 1.13
The text was updated successfully, but these errors were encountered: