[jira] [Commented] (THRIFT-3932) C++ ThreadManager has a rare termination race

2016-09-30 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15537938#comment-15537938 ] James E. King, III commented on THRIFT-3932: I found a number of issues that needed fixing:

[jira] [Commented] (THRIFT-3932) C++ ThreadManager has a rare termination race

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15537932#comment-15537932 ] ASF GitHub Bot commented on THRIFT-3932: GitHub user jeking3 opened a pull request:

[GitHub] thrift pull request #1103: THRIFT-3932: fixed ThreadManager concurrency issu...

2016-09-30 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/1103 THRIFT-3932: fixed ThreadManager concurrency issues, added more tests in that area, did a little refactoring and prettying up along the way See the THRIFT-3932 ticket for more details. You can

[jira] [Commented] (THRIFT-3855) In the go simple server, if Stop() is called multiple times it hangs

2016-09-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15537280#comment-15537280 ] Jens Geyer commented on THRIFT-3855: So the VS project it's obviously completely utterly broken and I

[jira] [Commented] (THRIFT-3855) In the go simple server, if Stop() is called multiple times it hangs

2016-09-30 Thread Patrick Bennett (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15537144#comment-15537144 ] Patrick Bennett commented on THRIFT-3855: - No, it doesn't work as-is. Not even close. The

[jira] [Commented] (THRIFT-3855) In the go simple server, if Stop() is called multiple times it hangs

2016-09-30 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15537133#comment-15537133 ] Jake Farrell commented on THRIFT-3855: -- hey [~asm0dey], the 0.10.0 release candidate is in process,

[jira] [Commented] (THRIFT-3855) In the go simple server, if Stop() is called multiple times it hangs

2016-09-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15537100#comment-15537100 ] Jens Geyer commented on THRIFT-3855: Next release is 0.10.0, [~jfarrell] may be able to tell you more

[jira] [Commented] (THRIFT-3855) In the go simple server, if Stop() is called multiple times it hangs

2016-09-30 Thread Paul Finkelshteyn (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15537067#comment-15537067 ] Paul Finkelshteyn commented on THRIFT-3855: --- Is it possible that we could just backport commits

[jira] [Commented] (THRIFT-3855) In the go simple server, if Stop() is called multiple times it hangs

2016-09-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15537013#comment-15537013 ] Jens Geyer commented on THRIFT-3855: I agree too. :-( > Building the thrift compiler for windows

[jira] [Commented] (THRIFT-3932) C++ ThreadManager has a rare termination race

2016-09-30 Thread JIRA
[ https://issues.apache.org/jira/browse/THRIFT-3932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15536702#comment-15536702 ] Buğra Gedik commented on THRIFT-3932: - Thanks [~jking] > C++ ThreadManager has a rare termination

[jira] [Commented] (THRIFT-3932) C++ ThreadManager has a rare termination race

2016-09-30 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15536687#comment-15536687 ] James E. King, III commented on THRIFT-3932: I've done a fair bit of work in here today, I'll

[jira] [Commented] (THRIFT-3855) In the go simple server, if Stop() is called multiple times it hangs

2016-09-30 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15536604#comment-15536604 ] James E. King, III commented on THRIFT-3855: It sounds like what you are looking for is

[jira] [Commented] (THRIFT-3855) In the go simple server, if Stop() is called multiple times it hangs

2016-09-30 Thread Patrick Bennett (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15536523#comment-15536523 ] Patrick Bennett commented on THRIFT-3855: - I'm not sure I follow. If there are nasty bugs that

[jira] [Commented] (THRIFT-3855) In the go simple server, if Stop() is called multiple times it hangs

2016-09-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15536266#comment-15536266 ] Jens Geyer commented on THRIFT-3855: As Thrift is still below 1.0 we usually do not publish updates

[GitHub] thrift issue #1101: THRIFT-3937: if the compiler is too old (gcc before 4.8)...

2016-09-30 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1101 I added a couple changes to properly report in the options summary why plugin was disabled, either because of an old compiler or because WITH_PLUGIN was set to OFF. --- If your project is set up

[jira] [Commented] (THRIFT-3937) Cannot compile 0.10.0 development tip with gcc-4.6.x

2016-09-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15536098#comment-15536098 ] ASF GitHub Bot commented on THRIFT-3937: Github user jeking3 commented on the issue: