Skip to content
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

Process encountering "too many files open" error after running for for many days #11

Closed
hartfordfive opened this issue Dec 18, 2016 · 0 comments
Labels
Milestone

Comments

@hartfordfive
Copy link
Owner

Seems like the current functions processing file handles within logconsumer.go are not properly closing file handles. As a result, after a period of a few days, you can the application logs entries containing the error too many files open. This can be verified by running lost -p [PID] which in some cases, many thousand files were noticed to be open.

Need to verify and update the code so that file handles are properly managed and closed to prevent dangling open file handles.

@hartfordfive hartfordfive added this to the beta-0.2.0 milestone Dec 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant