Hi team, We are using the cpp thrift lib and have seen some confusing logs like
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 After some debugging, I realized it's complaining about timed out after 30000ms. So I raised a JIRA (THRIFT-5670 <https://issues.apache.org/jira/browse/THRIFT-5670>) and a PR to fix it (11 months ago): https://github.com/apache/thrift/pull/2732 . It's just a one-line change. emmenlau helps to take the initial review. But didn't get back from him/her this year. Can someone kindly help to review it? Thanks, Quanlong On Sat, Jan 28, 2023 at 8:12 AM Quanlong Huang <huangquanl...@gmail.com> wrote: > Hi team, > > I'm new to the Thrift community. I submitted a PR that fixes a trivial log > issue two months ago: > https://github.com/apache/thrift/pull/2732 > https://issues.apache.org/jira/browse/THRIFT-5670 > > Didn't get replies from the initial reviewer. Could someone help to take > a look? > > Thanks, > Quanlong Huang >