[GitHub] thrift pull request #1182: THRIFT-4073 enum files are still being generated ...

2017-02-08 Thread bgould
GitHub user bgould opened a pull request: https://github.com/apache/thrift/pull/1182 THRIFT-4073 enum files are still being generated with unused imports You can merge this pull request into a Git repository by running: $ git pull https://github.com/bgould/thrift THRIFT-4073

[jira] [Updated] (THRIFT-4070) Generated PHP for Thrift sets are incompatible with PHP

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-4070: --- Priority: Major (was: Blocker) > Generated PHP for Thrift sets are incompatible

[jira] [Commented] (THRIFT-4079) [Regression] Generated perl code that returns structures from included thrift files is missing a necessary use clause

2017-02-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858905#comment-15858905 ] ASF GitHub Bot commented on THRIFT-4079: GitHub user jeking3 opened a pull request:

[GitHub] thrift pull request #1181: THRIFT-4079 add missing use clauses for included ...

2017-02-08 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/1181 THRIFT-4079 add missing use clauses for included thrift sources in generated perl modules Sadly the state of perl unit testing appears to be pretty sad... I don't see any tests for perl being run

Need help to cross compile thrift to armel on Ubuntu 14.04LTS

2017-02-08 Thread Samba Siva Karthik Bollam
Hi I am trying to cross compile thrift to armel using ./configure --host=arm-linux-gnueabi --without-java --without-qt4 --without-python --with-c_glib --with-cpp --without-test make But I am getting errors make[4]: Entering directory `/home/XCode/thrift/thrift/lib/cpp/test'

[jira] [Updated] (THRIFT-4079) [Regression] Generated perl code that returns structures from included thrift files is missing a necessary use clause

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-4079: --- Priority: Major (was: Critical) > [Regression] Generated perl code that returns

[jira] [Updated] (THRIFT-4079) [Regression] Generated perl code that returns structures from included thrift files is missing a necessary use clause

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-4079: --- Labels: (was: regression) > [Regression] Generated perl code that returns

[jira] [Comment Edited] (THRIFT-4079) [Regression] Generated perl code that returns structures from included thrift files is missing a necessary use clause

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858616#comment-15858616 ] James E. King, III edited comment on THRIFT-4079 at 2/9/17 2:16 AM:

[jira] [Updated] (THRIFT-4070) Generated PHP for Thrift sets are incompatible with PHP

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-4070: --- Component/s: PHP - Compiler > Generated PHP for Thrift sets are incompatible with

[jira] [Resolved] (THRIFT-4065) Document Perl ForkingServer signal restriction imposed by THRIFT-3848 and remove unnecessary code

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III resolved THRIFT-4065. Resolution: Fixed Fix Version/s: 0.11.0 Tested this in a couple different

[jira] [Commented] (THRIFT-4065) Document Perl ForkingServer signal restriction imposed by THRIFT-3848 and remove unnecessary code

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

[GitHub] thrift pull request #1176: THRIFT-4065 fix SIGCHLD handling for perl Forking...

2017-02-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1176 --- 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

[jira] [Resolved] (THRIFT-4043) thrift perl debian package is placing files in the wrong place

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III resolved THRIFT-4043. Resolution: Fixed Fix Version/s: 0.11.0 The fix has been merged; the perl

[jira] [Commented] (THRIFT-4062) Remove debug print from TServiceClient

2017-02-08 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858640#comment-15858640 ] Christopher Tubbs commented on THRIFT-4062: --- Not sure about performance... but since it's in

[jira] [Commented] (THRIFT-4062) Remove debug print from TServiceClient

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858630#comment-15858630 ] James E. King, III commented on THRIFT-4062: @jfarrell can speak about the currently planned

[jira] [Commented] (THRIFT-4079) [Regression] Generated perl code that returns structures from included thrift files is missing a necessary use clause

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858626#comment-15858626 ] James E. King, III commented on THRIFT-4079: This also means there is either a missing or

[jira] [Updated] (THRIFT-4079) [Regression] Generated perl code that returns structures from included thrift files is missing a necessary use clause

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-4079: --- Summary: [Regression] Generated perl code that returns structures from included

[jira] [Updated] (THRIFT-4079) Generated perl code that returns structures from included thrift files is missing a necessary use clause

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-4079: --- Labels: regression (was: ) > Generated perl code that returns structures from

[jira] [Created] (THRIFT-4079) Generated perl code that returns structures from included thrift files is missing a necessary use clause

2017-02-08 Thread James E. King, III (JIRA)
James E. King, III created THRIFT-4079: -- Summary: Generated perl code that returns structures from included thrift files is missing a necessary use clause Key: THRIFT-4079 URL:

[jira] [Commented] (THRIFT-4062) Remove debug print from TServiceClient

2017-02-08 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858587#comment-15858587 ] Christopher Tubbs commented on THRIFT-4062: --- Any chance this issue alone would warrant a rapid

[jira] [Closed] (THRIFT-4078) TServiceClient.java pollutes System.out with debug message

2017-02-08 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs closed THRIFT-4078. - Resolution: Duplicate Closed as duplicate of THRIFT-4062 > TServiceClient.java pollutes

[jira] [Created] (THRIFT-4078) TServiceClient.java pollutes System.out with debug message

2017-02-08 Thread Christopher Tubbs (JIRA)
Christopher Tubbs created THRIFT-4078: - Summary: TServiceClient.java pollutes System.out with debug message Key: THRIFT-4078 URL: https://issues.apache.org/jira/browse/THRIFT-4078 Project: Thrift

[jira] [Commented] (THRIFT-4043) thrift perl debian package is placing files in the wrong place

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

[GitHub] thrift pull request #1174: THRIFT-4043 ensure perl files do not end up in /u...

2017-02-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/1174 --- 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

[jira] [Comment Edited] (THRIFT-4018) Ruby server can corrupt connections by putting ApplicationException in the middle of a response

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858293#comment-15858293 ] James E. King, III edited comment on THRIFT-4018 at 2/8/17 6:02 PM:

[jira] [Commented] (THRIFT-4018) Ruby server can corrupt connections by putting ApplicationException in the middle of a response

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858293#comment-15858293 ] James E. King, III commented on THRIFT-4018: Based on your title here, wouldn't it be better

[jira] [Created] (THRIFT-4077) AI_ADDRCONFIG redefined after recent change to PlatformSocket header

2017-02-08 Thread James E. King, III (JIRA)
James E. King, III created THRIFT-4077: -- Summary: AI_ADDRCONFIG redefined after recent change to PlatformSocket header Key: THRIFT-4077 URL: https://issues.apache.org/jira/browse/THRIFT-4077

[jira] [Commented] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

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

[jira] [Commented] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

2017-02-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858286#comment-15858286 ] ASF GitHub Bot commented on THRIFT-4076: Github user jeking3 commented on the issue:

[GitHub] thrift issue #1180: THRIFT-4076 fix appveyor ant issue

2017-02-08 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1180 This was merged; I wanted to close it to cancel any travis job that hasn't run yet. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] thrift pull request #1180: THRIFT-4076 fix appveyor ant issue

2017-02-08 Thread jeking3
Github user jeking3 closed the pull request at: https://github.com/apache/thrift/pull/1180 --- 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

[jira] [Resolved] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III resolved THRIFT-4076. Resolution: Fixed Fix Version/s: 0.11.0 I changed ant installation to use

[jira] [Commented] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

2017-02-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858176#comment-15858176 ] ASF GitHub Bot commented on THRIFT-4076: GitHub user jeking3 opened a pull request:

[GitHub] thrift pull request #1180: THRIFT-4076 fix appveyor ant issue

2017-02-08 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/1180 THRIFT-4076 fix appveyor ant issue This is something of an experiment as I am changing the appveyor build to use chocolatey to install ant instead of grabbing it directly from the apache server.

[jira] [Assigned] (THRIFT-4075) Better MingW support

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reassigned THRIFT-4075: -- Assignee: James E. King, III > Better MingW support > >

[jira] [Commented] (THRIFT-4075) Better MingW support

2017-02-08 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858159#comment-15858159 ] James E. King, III commented on THRIFT-4075: For this patch, do I also need to check

[jira] [Created] (THRIFT-4076) Appveyor builds failing because ant 1.9.8 was removed from apache servers

2017-02-08 Thread James E. King, III (JIRA)
James E. King, III created THRIFT-4076: -- Summary: Appveyor builds failing because ant 1.9.8 was removed from apache servers Key: THRIFT-4076 URL: https://issues.apache.org/jira/browse/THRIFT-4076

[jira] [Commented] (THRIFT-4011) Sets of Thrift structs generate Go code that can't be serialized to JSON

2017-02-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858121#comment-15858121 ] ASF GitHub Bot commented on THRIFT-4011: Github user dcelasun commented on a diff in the pull

[GitHub] thrift pull request #1156: THRIFT-4011 Use slices for Thrift sets

2017-02-08 Thread dcelasun
Github user dcelasun commented on a diff in the pull request: https://github.com/apache/thrift/pull/1156#discussion_r100089847 --- Diff: lib/go/test/tests/thrifttest_driver.go --- @@ -162,7 +162,7 @@ func (p *ThriftTestDriver) Start() { t.Fatal("TestStringMap

[jira] [Commented] (THRIFT-4011) Sets of Thrift structs generate Go code that can't be serialized to JSON

2017-02-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858111#comment-15858111 ] ASF GitHub Bot commented on THRIFT-4011: Github user jeking3 commented on a diff in the pull

[GitHub] thrift pull request #1156: THRIFT-4011 Use slices for Thrift sets

2017-02-08 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1156#discussion_r100088653 --- Diff: lib/go/test/tests/thrifttest_driver.go --- @@ -162,7 +162,7 @@ func (p *ThriftTestDriver) Start() { t.Fatal("TestStringMap

[GitHub] thrift pull request #1179: THRIFT-4018 corruption after ApplicationException...

2017-02-08 Thread dbravender
GitHub user dbravender opened a pull request: https://github.com/apache/thrift/pull/1179 THRIFT-4018 corruption after ApplicationException in Ruby server This fixes an issue where a Ruby Thrift server can corrupt connections by putting ApplicationException in the middle of a

[jira] [Commented] (THRIFT-4018) Ruby server can corrupt connections by putting ApplicationException in the middle of a response

2017-02-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15858029#comment-15858029 ] ASF GitHub Bot commented on THRIFT-4018: GitHub user dbravender opened a pull request:

FINAL REMINDER: CFP for ApacheCon closes February 11th

2017-02-08 Thread Rich Bowen
Dear Apache Enthusiast, This is your FINAL reminder that the Call for Papers (CFP) for ApacheCon Miami is closing this weekend - February 11th. This is your final opportunity to submit a talk for consideration at this event. This year, we are running several mini conferences in conjunction with

[jira] [Commented] (THRIFT-4011) Sets of Thrift structs generate Go code that can't be serialized to JSON

2017-02-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15857894#comment-15857894 ] ASF GitHub Bot commented on THRIFT-4011: Github user dcelasun commented on the issue:

[GitHub] thrift issue #1156: THRIFT-4011 Use slices for Thrift sets

2017-02-08 Thread dcelasun
Github user dcelasun commented on the issue: https://github.com/apache/thrift/pull/1156 I finally hade some time to take a look at this. Duplicate detection is now implemented with `reflect.DeepEqual`. It isn't really ideal, but Go lacks a way of defining equality for arbitrary

[jira] [Created] (THRIFT-4075) Better MingW support

2017-02-08 Thread Aurelien Regat-Barrel (JIRA)
Aurelien Regat-Barrel created THRIFT-4075: - Summary: Better MingW support Key: THRIFT-4075 URL: https://issues.apache.org/jira/browse/THRIFT-4075 Project: Thrift Issue Type: