[jira] [Resolved] (THRIFT-5404) Connection timeout errors from TSocket are not treated as timeouts

2021-04-28 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuxuan Wang resolved THRIFT-5404. - Fix Version/s: 0.15.0 Resolution: Fixed > Connection timeout errors from TSocket are not

[GitHub] [thrift] fishy merged pull request #2379: THRIFT-5404: Allow other types of TTransportException to be timeouts

2021-04-28 Thread GitBox
fishy merged pull request #2379: URL: https://github.com/apache/thrift/pull/2379 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[jira] [Commented] (THRIFT-5405) netstd TSocketTransport(IPAddress host, ...) constructor fails to init TcpClient

2021-04-28 Thread Randy Abernethy (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17335060#comment-17335060 ] Randy Abernethy commented on THRIFT-5405: - Patch attached. Anyone want to review? > netstd

[jira] [Assigned] (THRIFT-5405) netstd TSocketTransport(IPAddress host, ...) constructor fails to init TcpClient

2021-04-28 Thread Randy Abernethy (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randy Abernethy reassigned THRIFT-5405: --- Assignee: Randy Abernethy > netstd TSocketTransport(IPAddress host, ...)

[jira] [Updated] (THRIFT-5405) netstd TSocketTransport(IPAddress host, ...) constructor fails to init TcpClient

2021-04-28 Thread Randy Abernethy (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randy Abernethy updated THRIFT-5405: Attachment: 0001-Properly-init-netstd-TcpClient-in-TSocketTransport-c.patch > netstd

[jira] [Created] (THRIFT-5405) netstd TSocketTransport(IPAddress host, ...) constructor fails to init TcpClient

2021-04-28 Thread Randy Abernethy (Jira)
Randy Abernethy created THRIFT-5405: --- Summary: netstd TSocketTransport(IPAddress host, ...) constructor fails to init TcpClient Key: THRIFT-5405 URL: https://issues.apache.org/jira/browse/THRIFT-5405

[GitHub] [thrift] bnaecker opened a new pull request #2380: Adds support for building C++ codegen on Solaris

2021-04-28 Thread GitBox
bnaecker opened a new pull request #2380: URL: https://github.com/apache/thrift/pull/2380 Solaris-derived systems split some functionality that is usually found in `sys/ioctl.h` into `sys/filio.h`. In this case, the `FIONREAD` constant is in the latter file. -- This is an

[GitHub] [thrift] maguro closed pull request #2356: THRIFT-5378: Amend Go String() generation for enums

2021-04-28 Thread GitBox
maguro closed pull request #2356: URL: https://github.com/apache/thrift/pull/2356 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[jira] [Commented] (THRIFT-5378) Generated Go enums' always appear to be in debuggers

2021-04-28 Thread Alan Cabrera (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17334891#comment-17334891 ] Alan Cabrera commented on THRIFT-5378: -- Bah.  I'm unable to reproduce now.  Could be the newer

[jira] [Commented] (THRIFT-5378) Generated Go enums' always appear to be in debuggers

2021-04-28 Thread Alan Cabrera (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17334878#comment-17334878 ] Alan Cabrera commented on THRIFT-5378: -- I realize that it's virtually the same.  When debugging Go