[ 
https://issues.apache.org/jira/browse/IMPALA-12511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17783565#comment-17783565
 ] 

ASF subversion and git services commented on IMPALA-12511:
----------------------------------------------------------

Commit d2f30b279156f4399671bdba7bafbf793c80dc15 in impala's branch 
refs/heads/master from stiga-huang
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=d2f30b279 ]

IMPALA-12511: Bump thrift version to fix THRIFT-5670

This bumps the cpp thrift version to fix THRIFT-5670 which causes a
confusing timeout log. The issue only happens in thrift-0.16+ so we
don't need it in thrift-0.11.0-p5.

Tests:
 - Built Impala locally with the fix and verified the logs.

Change-Id: I02f396fd0c27cde03883c06d6376feaf07ca8c13
Reviewed-on: http://gerrit.cloudera.org:8080/20660
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> 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
>            Priority: Major
>
> 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.
> With the fix, the logs will become:
> {noformat}
> I1023 08:47:20.240015 25785 thrift-util.cc:198] TSocket::read() THRIFT_EAGAIN 
> (timed out) after 30000 ms
> I1023 08:47:50.269630 25785 thrift-util.cc:198] TSocket::read() THRIFT_EAGAIN 
> (timed out) after 30000 ms
> {noformat}
> Users can find idle clients based on these logs.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to