You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "David Helder (JIRA)" <ji...@apache.org> on 2010/04/28 20:49:48 UTC

[jira] Created: (THRIFT-766) Propagate TSocket timeout to connect

Propagate TSocket timeout to connect
------------------------------------

                 Key: THRIFT-766
                 URL: https://issues.apache.org/jira/browse/THRIFT-766
             Project: Thrift
          Issue Type: Improvement
          Components: Library (Java)
    Affects Versions: 0.2
            Reporter: David Helder
         Attachments: timeout.diff

TSocket.timeout_ isn't propagated to socket.connect().  A connect can currently take an arbitrary amount of time, even if timeout is set.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-766) Propagate TSocket timeout to connect

Posted by "David Helder (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Helder updated THRIFT-766:
--------------------------------

    Attachment: timeout.diff

Patch.

> Propagate TSocket timeout to connect
> ------------------------------------
>
>                 Key: THRIFT-766
>                 URL: https://issues.apache.org/jira/browse/THRIFT-766
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Library (Java)
>    Affects Versions: 0.2
>            Reporter: David Helder
>         Attachments: timeout.diff
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> TSocket.timeout_ isn't propagated to socket.connect().  A connect can currently take an arbitrary amount of time, even if timeout is set.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (THRIFT-766) Propagate TSocket timeout to connect

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury closed THRIFT-766.
--------------------------------

         Assignee: David Helder
    Fix Version/s: 0.3
       Resolution: Fixed

I just applied this patch. Thanks for the contribution, David!

> Propagate TSocket timeout to connect
> ------------------------------------
>
>                 Key: THRIFT-766
>                 URL: https://issues.apache.org/jira/browse/THRIFT-766
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Library (Java)
>    Affects Versions: 0.2
>            Reporter: David Helder
>            Assignee: David Helder
>             Fix For: 0.3
>
>         Attachments: timeout.diff
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> TSocket.timeout_ isn't propagated to socket.connect().  A connect can currently take an arbitrary amount of time, even if timeout is set.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.