[GitHub] [thrift] fishy merged pull request #2256: THRIFT-5240: Tweak the default go server connectivity check interval

2020-10-07 Thread GitBox
fishy merged pull request #2256: URL: https://github.com/apache/thrift/pull/2256 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

[GitHub] [thrift] belugabehr opened a new pull request #2257: THRIFT-5292: No Need to Explicitly Print Null

2020-10-07 Thread GitBox
belugabehr opened a new pull request #2257: URL: https://github.com/apache/thrift/pull/2257 - [X] Did you create an THRIFT-5292](https://issues.apache.org/jira/browse/THRIFT-5292) ticket? (not required for trivial changes) - [X] If a ticket exists: Does your pull

[jira] [Created] (THRIFT-5292) No Need to Explicitly Print Null

2020-10-07 Thread David Mollitor (Jira)
David Mollitor created THRIFT-5292: -- Summary: No Need to Explicitly Print Null Key: THRIFT-5292 URL: https://issues.apache.org/jira/browse/THRIFT-5292 Project: Thrift Issue Type: Improvement

[jira] [Assigned] (THRIFT-5292) No Need to Explicitly Print Null

2020-10-07 Thread David Mollitor (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Mollitor reassigned THRIFT-5292: -- Assignee: David Mollitor > No Need to Explicitly Print Null > ---

[jira] [Updated] (THRIFT-5291) not very clear how to use golang implementation

2020-10-07 Thread Erik (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik updated THRIFT-5291: - Description: I admit, I am a bit new to golang... but not new to thrift.  I am using thrift Servers written in

[jira] [Created] (THRIFT-5291) not very clear how to use golang implementation

2020-10-07 Thread Erik (Jira)
Erik created THRIFT-5291: Summary: not very clear how to use golang implementation Key: THRIFT-5291 URL: https://issues.apache.org/jira/browse/THRIFT-5291 Project: Thrift Issue Type: Bug Co

[jira] [Updated] (THRIFT-5291) not very clear how to use golang implementation

2020-10-07 Thread Erik (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik updated THRIFT-5291: - Attachment: image-2020-10-07-23-13-17-967.png > not very clear how to use golang implementation > --

[jira] [Commented] (THRIFT-5291) not very clear how to use golang implementation

2020-10-07 Thread Erik (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209871#comment-17209871 ] Erik commented on THRIFT-5291: -- !image-2020-10-07-23-13-17-967.png! > not very clear how t

[jira] [Assigned] (THRIFT-5039) thrift npm package should be published from root folder

2020-10-07 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reassigned THRIFT-5039: -- Assignee: Jens Geyer (was: James E. King III) > thrift npm package should be published from

[GitHub] [thrift] fishy opened a new pull request #2256: THRIFT-5240: Disable go server side connectivity check by default

2020-10-07 Thread GitBox
fishy opened a new pull request #2256: URL: https://github.com/apache/thrift/pull/2256 Client: go This is a follow up to 4db7a0af13ac9614e3e9758d42b2791040f4dc7e. Due to the go runtime bug [1], the 1ms ticker used by this feature could cause excessive cpu usage. So until the