You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Iliya Gurov (JIRA)" <ji...@apache.org> on 2017/06/06 09:52:18 UTC

[jira] [Commented] (THRIFT-4201) False positive timeout or wrongly blocking recv in the THttpTransport client

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

Iliya Gurov commented on THRIFT-4201:
-------------------------------------

Any news on this..? I still see it as unassigned. Cheers!

> False positive timeout or wrongly blocking recv in the THttpTransport client
> ----------------------------------------------------------------------------
>
>                 Key: THRIFT-4201
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4201
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.10.0
>         Environment: Linux 64 bit - CentOS Linux release 7.3.1611 
>            Reporter: Iliya Gurov
>              Labels: C++, C++11, client, http, patch, transport
>         Attachments: httpTransportClientPatch.patch
>
>
> Before we get more data by doing refill in the *THttpTransport::readMoreData()*, we need to check whether we have already the entire content in the buffer (fetched in the last *::recv* in *TSocket::read()* while processing the previous chunk). Doing refill without this check may lead to calling *::recv* even though all chunks (the entire content) are already in the buffer. The effect of this is that the call fails either with a false positive timeout or blocks in recv if no timeout is configured.
> Attached is the suggested patch and tcpdump pcap (you can clearly see there that we wait for more data although we have already ACKed the last piece of byte - tcp.stream eq 26).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)