You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I connect to remote etcd and set deadline +4s for lease call, but it cost 1 min to give error 14 UNAVAILABLE: failed to connect to all addresses. Socket keeps SYN_SENT state from ss -tpn.
The option dialTimeout for ETCD3 constructor doesn't work too.
The text was updated successfully, but these errors were encountered:
This just happes when remote host port is at filtered status. And after 30s or 60s it gives error "14 UNAVAILABLE: failed to connect to all addresses".
If remote host port is an opend service which is not etcd service, it gives error "2 UNKNOWN: Stream removed" and elapsed time depends on how long server closes this connection.
So I think the root cause is dialTimeout doesn't work and it should decide this timeout. I doesn't find code implement of option dialTimeout
I connect to remote etcd and set deadline +4s for lease call, but it cost 1 min to give error
14 UNAVAILABLE: failed to connect to all addresses
. Socket keeps SYN_SENT state fromss -tpn
.The option
dialTimeout
for ETCD3 constructor doesn't work too.The text was updated successfully, but these errors were encountered: