You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Hawk Newton (JIRA)" <ji...@apache.org> on 2012/10/10 04:40:04 UTC

[jira] [Updated] (THRIFT-1720) JRuby times out on successful connection

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

Hawk Newton updated THRIFT-1720:
--------------------------------

    Attachment: thrift-1720-trunk.diff

patch against trunk
                
> JRuby times out on successful connection
> ----------------------------------------
>
>                 Key: THRIFT-1720
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1720
>             Project: Thrift
>          Issue Type: Bug
>          Components: Ruby - Library
>    Affects Versions: 0.8, 0.9
>         Environment: jruby 1.6.7 and 1.6.8
>            Reporter: Hawk Newton
>         Attachments: thrift-1720-trunk.diff
>
>
> Under JRuby any thrift socket that doesn't connect immediately will result in a connection timeout.
> Under MRI IO.select returns an array of IO objects.
> Under JRuby IO.select returns nil, even when an object is ready.
> Connections to a cassandra instance on localhost will usually be successful, as socket.connect_nonblock actually connects synchronously.
> The following code fails with no pause under JRuby (but works under MRI) when connecting to a remote cassandra cluster:
> {code}
> Thrift::Socket.new(remote_server, 9160, 10).open
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira