[jira] [Commented] (THRIFT-4236) Support context in go generated code.

2017-06-27 Thread taozle (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16065827#comment-16065827 ] taozle commented on THRIFT-4236: Hi, [~jensg], I fired a pull request for adding context support in

[jira] [Commented] (THRIFT-4237) Go TServerSocket Race Conditions

2017-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16065773#comment-16065773 ] ASF GitHub Bot commented on THRIFT-4237: Github user zwass commented on the issue:

[GitHub] thrift issue #1300: THRIFT-4237 Fix data races in Go TServerSocket

2017-06-27 Thread zwass
Github user zwass commented on the issue: https://github.com/apache/thrift/pull/1300 @Jens-G it appears I've introduced some issue that causes the tests to hang. Is there a good way to run just the Go tests in verbose mode? I've connected directly to a shell in the docker build

[jira] [Commented] (THRIFT-4240) Go TSimpleServer does not close properly

2017-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16065319#comment-16065319 ] ASF GitHub Bot commented on THRIFT-4240: GitHub user zwass opened a pull request:

[GitHub] thrift pull request #1301: THRIFT-4240 Fix use of sync.Once in Go TSimpleSer...

2017-06-27 Thread zwass
GitHub user zwass opened a pull request: https://github.com/apache/thrift/pull/1301 THRIFT-4240 Fix use of sync.Once in Go TSimpleServer Stop() method A package global sync.Once was used, which ensured that Stop() could only be called once *per process*. The correct semantics

[jira] [Created] (THRIFT-4240) Go TSimpleServer does not close properly

2017-06-27 Thread Zach Wasserman (JIRA)
Zach Wasserman created THRIFT-4240: -- Summary: Go TSimpleServer does not close properly Key: THRIFT-4240 URL: https://issues.apache.org/jira/browse/THRIFT-4240 Project: Thrift Issue Type:

[jira] [Commented] (THRIFT-4237) Go TServerSocket Race Conditions

2017-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16064964#comment-16064964 ] ASF GitHub Bot commented on THRIFT-4237: GitHub user zwass opened a pull request:

[jira] [Commented] (THRIFT-4236) Support context in go generated code.

2017-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16064944#comment-16064944 ] ASF GitHub Bot commented on THRIFT-4236: GitHub user taozle reopened a pull request:

[jira] [Commented] (THRIFT-4236) Support context in go generated code.

2017-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16064943#comment-16064943 ] ASF GitHub Bot commented on THRIFT-4236: Github user taozle closed the pull request at:

[GitHub] thrift pull request #1298: THRIFT-4236: Add context support for go server.

2017-06-27 Thread taozle
Github user taozle closed the pull request at: https://github.com/apache/thrift/pull/1298 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] thrift pull request #1298: THRIFT-4236: Add context support for go server.

2017-06-27 Thread taozle
GitHub user taozle reopened a pull request: https://github.com/apache/thrift/pull/1298 THRIFT-4236: Add context support for go server. This commit add the context support for thrift server side in go. for compatibility, added a use_context option in go's generator option to

[GitHub] thrift pull request #1299: THRIFT-4328: Make JSON generator annotation-aware

2017-06-27 Thread stigsb
GitHub user stigsb opened a pull request: https://github.com/apache/thrift/pull/1299 THRIFT-4328: Make JSON generator annotation-aware This PR adds annotations to the JSON generator's output, for enums, structs, services, fields as well as nested types. Also tightened up the JSON

[jira] [Created] (THRIFT-4239) Latest thrift breaks java build with handleRuntimeExceptions

2017-06-27 Thread Mario Emmenlauer (JIRA)
Mario Emmenlauer created THRIFT-4239: Summary: Latest thrift breaks java build with handleRuntimeExceptions Key: THRIFT-4239 URL: https://issues.apache.org/jira/browse/THRIFT-4239 Project: Thrift

[jira] [Created] (THRIFT-4238) JSON generator: make annotation-aware

2017-06-27 Thread Stig Bakken (JIRA)
Stig Bakken created THRIFT-4238: --- Summary: JSON generator: make annotation-aware Key: THRIFT-4238 URL: https://issues.apache.org/jira/browse/THRIFT-4238 Project: Thrift Issue Type: Improvement

[jira] [Commented] (THRIFT-4236) Support context in go generated code.

2017-06-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16064407#comment-16064407 ] ASF GitHub Bot commented on THRIFT-4236: GitHub user taozle opened a pull request:

[GitHub] thrift pull request #1298: THRIFT-4236: Add context support for go server.

2017-06-27 Thread taozle
GitHub user taozle opened a pull request: https://github.com/apache/thrift/pull/1298 THRIFT-4236: Add context support for go server. This commit add the context support for thrift server side in go. for compatibility, added a use_context option in go's generator option to