-
Notifications
You must be signed in to change notification settings - Fork 386
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
File descriptor leak detected #672
Comments
@patagona-anas |
Thanks for raising this @patagona-anas, great investigation here |
@Victorcoder: thanks. I am then re-opening it |
FTR my tests behave the same, it grows until a certain point where it remains stable. Not causing any issues at all. |
Describe the bug
The numbers for the open files increase constantly for the process
dkron/dkron-executor-http
. The resource (= file descriptor) might be released but it takes a bit long ( see Additional context for details)To Reproduce
Steps to reproduce the behavior:
lsof | wc -l
before and after the execution.Expected behavior
It should release the file descriptor a bit fast
Screenshots
Specifications:
Additional context
socket: too many open files
The text was updated successfully, but these errors were encountered: