-
Notifications
You must be signed in to change notification settings - Fork 70
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
session pool error 'write: broken pipe' #235
Comments
Is the nebula service still alive? |
yes. After a lot of errors i can invoke this method normally。 |
i got the same problem |
1 similar comment
i got the same problem |
I've met same error. I found that when there'a long idle time(8 hours by default in config file), TCP connection may be recycled. Then client try to write a request to that connection after that, causing the EPIPE error. |
is this why cleaner doesn't work? Line 445 in fae48de
means If configured idleTime, cleaner will clean dead conn automaticly, but Line 501 in fae48de
means If all sessions eventually expire, they may not be cleaned up because the number of sessions in pool did not exceed minSize |
after this #279, the issue should be not existed. when execute with error |
There is a lot of errors of 'write: broken pipe' when the first time invoke SessionPool.Execute after a long idle time.
nebula-go version: v3.3.0
The text was updated successfully, but these errors were encountered: