You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2018/03/05 20:21:00 UTC

[jira] [Assigned] (THRIFT-4354) TSocket block on read

     [ https://issues.apache.org/jira/browse/THRIFT-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King, III reassigned THRIFT-4354:
------------------------------------------

    Assignee: James E. King, III  (was: Robert Lu)

> TSocket block on read
> ---------------------
>
>                 Key: THRIFT-4354
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4354
>             Project: Thrift
>          Issue Type: Bug
>          Components: PHP - Library
>    Affects Versions: 0.9.3, 0.10.0
>         Environment: php7.0 + macOS
>            Reporter: Robert Lu
>            Assignee: James E. King, III
>            Priority: Major
>
> When \Thrift\Transport\TSocket::read is called, it will block until receive $len byte([TSocket.php#L273-L276|https://github.com/apache/thrift/blob/master/lib/php/lib/Thrift/Transport/TSocket.php#L273-L276])
> But, sometimes, other call TSocket::read with large length,
> such as [TBufferedTransport|https://github.com/apache/thrift/blob/39310dad793ca69b4b7217a3b54430e682e5e2a4/lib/php/lib/Thrift/Transport/TBufferedTransport.php#L136-L138]:
> {code}
>     if (TStringFuncFactory::create()->strlen($this->rBuf_) === 0) {
>       $this->rBuf_ = $this->transport_->read($this->rBufSize_);
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)