-
Notifications
You must be signed in to change notification settings - Fork 233
Can not assign requested address error #906
Comments
Errors like this happen frequently (we've had 11k so far) it seems to happen when the cluster is under load. We have not observed errors like this in older builds. |
I believe we're using the default http Client for node->node communication. There may be some settings we can tweak to make it more resilient. This post has some pointers, but there are many like it. The idea is to make sure we're dealing with network connections in a sanitary way. Always setting timeouts, cleaning up old connections, closing response bodies, etc. |
Could it be we are running out of free TCP connections that are not in |
that's definitely worth a try @raskle. @seanbrant - if you're up for a cluster reboot, I'm sure we could cut you a build with that change pretty easily. |
Yeah lets do it, just let me know when it's ready! |
…retries retrun confirmDownRetries to 10, tourney mac compatible
The text was updated successfully, but these errors were encountered: