You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Qian Lv (Jira)" <ji...@apache.org> on 2020/03/26 11:24:00 UTC

[jira] [Commented] (THRIFT-5152) Separate timeout in TSocket

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

Qian Lv commented on THRIFT-5152:
---------------------------------

create PR

[https://github.com/apache/thrift/pull/2071]

> Separate timeout in TSocket
> ---------------------------
>
>                 Key: THRIFT-5152
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5152
>             Project: Thrift
>          Issue Type: Improvement
>            Reporter: Qian Lv
>            Priority: Major
>
> Currently go TSocket only contains *single timeout* for connection timeout and read/write timeout. Meanwhile in java TSocket contains *connectTimeout_* and *socketTimeout_* for connection timeout and read/write timeout.
> In the real production environment, we do need different timeout for connection timeout and read/write timeout, so I created this Jira to improve this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)