You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Aki Sukegawa (JIRA)" <ji...@apache.org> on 2016/02/17 17:14:18 UTC

[jira] [Created] (THRIFT-3641) Ruby client should try to connect to every result of getaddrinfo

Aki Sukegawa created THRIFT-3641:
------------------------------------

             Summary: Ruby client should try to connect to every result of getaddrinfo
                 Key: THRIFT-3641
                 URL: https://issues.apache.org/jira/browse/THRIFT-3641
             Project: Thrift
          Issue Type: Bug
          Components: Ruby - Library
            Reporter: Aki Sukegawa
            Assignee: Aki Sukegawa


Ruby Socket::open only tries to connect to the first result of ::Socket::getaddrinfo and throw TTransportException without trying the rest of all.
It should instead iterate the result until it finds connectable one or reach to the end.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)