-
Notifications
You must be signed in to change notification settings - Fork 15
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
which case will trigger read tcp i/o timeout error? #13
Comments
If server didn't write answer for query for a long time. But in the wild some timeouts are really possible: couple of packet loss easely leads to several second pauses. In out setup (aws) we did experienced tcp i/o timeout often (usually once a month, but sometimes two time a week) until I raised IOTimeout up to 4 seconds. |
I too got this @funny-falcon-at-joomcode |
I bet you did close connection concurrently.
Сб, 13 марта 2021 г. в 01:52, Abhay Mishra ***@***.***>:
… I too got this @funny-falcon-at-joomcode
<https://github.com/funny-falcon-at-joomcode>
"error":"redispipe.io error: {address:
myredis.usw2.cache.amazonaws.com:6379}, cause: read tcp
10.x.x.x:10908->10.y.y.y.:6379: use of closed network connection"
should increasing *IOTimeout* help here in the Opts ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH6E6637XVBXI2ZAMR4ZJALTDKEJFANCNFSM4TQR6QCA>
.
|
I find that tcp i/o timeout error always triggered when there is a long time gc pause when I execute pressure test.Should increasing IOTimeout larger than possible max gc pause? |
No description provided.
The text was updated successfully, but these errors were encountered: