-
Notifications
You must be signed in to change notification settings - Fork 65
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
Connections to faucet are not closed. Out of file descriptors after long run. #760
Labels
bug
Something isn't working
Comments
after restart:
|
Wiezzel
added a commit
that referenced
this issue
Nov 5, 2020
Previously used version (1.0.1) left open TCP connections. Fixes #760 Signed-off-by: Adam Wierzbicki <awierzbicki@golem.network>
I the past we've dealt with such errors by reusing awc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yagna version: https://github.com/golemfactory/yagna/tree/pre-rel-v0.4.1-fix-738 (50eda9e). It's basically 0.4.1 with some unrelated changes.
Steps to reproduce:
yagna payment init -r
and request some computationResult:
lsof -i -a -p <pid of yagna> -n -P | grep ":4000 (CLOSE_WAIT)" | wc -l
reports a number growing over time.The text was updated successfully, but these errors were encountered: