Quanlong Huang created IMPALA-12511:
---------------------------------------
Summary: Confusing timeout logs due to THRIFT-5670
Key: IMPALA-12511
URL: https://issues.apache.org/jira/browse/IMPALA-12511
Project: IMPALA
Issue Type: Bug
Reporter: Quanlong Huang
Assignee: Quanlong Huang
When the client has no activities but keep the connection opened, coordinator
will log the following message every 30 seconds:
{noformat}
I1017 17:14:55.800310 195900 thrift-util.cc:106] TSocket::read() THRIFT_EAGAIN
(timed out) after %f ms: Unknown error 30000
I1017 17:15:25.830340 195900 thrift-util.cc:106] TSocket::read() THRIFT_EAGAIN
(timed out) after %f ms: Unknown error 30000
{noformat}
30000 here is the timeout value but not an "Unknown error". The confusing log
is fixed in THRIFT-5670. We should backport it to our native-toolchain.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)