[GitHub] [thrift] dcelasun merged pull request #2427: fix/add javadoc

2021-08-09 Thread GitBox
dcelasun merged pull request #2427: URL: https://github.com/apache/thrift/pull/2427 -- 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. To unsubscribe, e-mail: dev-unsubscr..

[jira] [Updated] (THRIFT-5453) go: NewTSocketConf should not call net.ResolveTCPAddr

2021-08-09 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuxuan Wang updated THRIFT-5453: Component/s: Go - Library > go: NewTSocketConf should not call net.ResolveTCPAddr > --

[jira] [Updated] (THRIFT-5453) go: NewTSocketConf should not call net.ResolveTCPAddr

2021-08-09 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuxuan Wang updated THRIFT-5453: Affects Version/s: 0.14.2 > go: NewTSocketConf should not call net.ResolveTCPAddr > --

[jira] [Assigned] (THRIFT-5453) go: NewTSocketConf should not call net.ResolveTCPAddr

2021-08-09 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuxuan Wang reassigned THRIFT-5453: --- Assignee: Yuxuan Wang > go: NewTSocketConf should not call net.ResolveTCPAddr > ---

[GitHub] [thrift] fishy opened a new pull request #2435: THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.Open

2021-08-09 Thread GitBox
fishy opened a new pull request #2435: URL: https://github.com/apache/thrift/pull/2435 Client: go We used to do DNS lookups in NewTSocketConf, without any timeout checks. Stop doing that and do DNS lookups in TSocket.Open instead, which already checks for ConnectTimeout set in T

[jira] [Created] (THRIFT-5453) go: NewTSocketConf should not call net.ResolveTCPAddr

2021-08-09 Thread Yuxuan Wang (Jira)
Yuxuan Wang created THRIFT-5453: --- Summary: go: NewTSocketConf should not call net.ResolveTCPAddr Key: THRIFT-5453 URL: https://issues.apache.org/jira/browse/THRIFT-5453 Project: Thrift Issue Ty

[jira] [Commented] (THRIFT-5451) Thrift compiler binary distributions

2021-08-09 Thread Mario Emmenlauer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17395887#comment-17395887 ] Mario Emmenlauer commented on THRIFT-5451: -- Or anyone else jumping in? > Thrif

[jira] [Commented] (THRIFT-5451) Thrift compiler binary distributions

2021-08-09 Thread Mario Emmenlauer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17395886#comment-17395886 ] Mario Emmenlauer commented on THRIFT-5451: -- {quote}This can easily be solved by