Hawk Newton created THRIFT-1720:
-----------------------------------
Summary: 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
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