| commit | e382275bad2bd11fb5df33dd7db520fd7596f4ac | [log] [tgz] |
|---|---|---|
| author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Mon Jun 08 06:06:17 2020 -0700 |
| committer | GitHub <noreply@github.com> | Mon Jun 08 14:06:17 2020 +0100 |
| tree | 274cea670a8b8388f62c97b25bd18b5be6933fdb | |
| parent | c9890cb873f127137abd513a7ebdf0186ee8c88c [diff] |
THRIFT-5214: Push read deadline in socketConn Client: go We added socketConn to go library for connectivity check in https://github.com/apache/thrift/pull/2153, but forgot to push read deadline on the socket when doing the connectivity checks. This caused the issue of large number of connectivity checks to fail with I/O timeout errors.