[jira] [Commented] (THRIFT-2858) Enable header field case insensitive match in THttpServer

2014-11-30 Thread YI-HUNG JEN (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229475#comment-14229475 ] YI-HUNG JEN commented on THRIFT-2858: - Terribly sorry for the late reply. I thought

[jira] [Updated] (THRIFT-2035) TSSLServerSocket createSocket implementation

2014-11-30 Thread Arkadiusz Kowal (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arkadiusz Kowal updated THRIFT-2035: Component/s: C++ - Library > TSSLServerSocket createSocket implementation > ---

[jira] [Updated] (THRIFT-2035) TSSLServerSocket createSocket implementation

2014-11-30 Thread Arkadiusz Kowal (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arkadiusz Kowal updated THRIFT-2035: Description: In TSSLServerSocket class function createSocket(int socket) doesn't override f

[jira] [Created] (THRIFT-2867) thrift memory leak with "TThreadPoolServer" ,"TBufferedTransport", "TCompactProtocol"

2014-11-30 Thread chao.wu (JIRA)
chao.wu created THRIFT-2867: --- Summary: thrift memory leak with "TThreadPoolServer" ,"TBufferedTransport", "TCompactProtocol" Key: THRIFT-2867 URL: https://issues.apache.org/jira/browse/THRIFT-2867 Project:

[jira] [Commented] (THRIFT-2859) JSON generator: output complete descriptors

2014-11-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229325#comment-14229325 ] Hudson commented on THRIFT-2859: SUCCESS: Integrated in Thrift #1378 (See [https://build

Build failed in Jenkins: Thrift-Compiler-Windows #1468

2014-11-30 Thread Apache Jenkins Server
See Changes: [jensg] THRIFT-2859 JSON generator: output complete descriptors -- Started by an SCM change Building remotely on H10 (Ubuntu ubuntu) in workspace

[jira] [Resolved] (THRIFT-2859) JSON generator: output complete descriptors

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-2859. Resolution: Fixed Fix Version/s: 0.9.3 Committed, thanks. > JSON generator: output comple

[GitHub] thrift pull request: JSON generator: output complete descriptors

2014-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/290 --- 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 enab

[jira] [Commented] (THRIFT-2859) JSON generator: output complete descriptors

2014-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229314#comment-14229314 ] ASF GitHub Bot commented on THRIFT-2859: Github user asfgit closed the pull reque

Re: i32 vs int

2014-11-30 Thread Konrad Grochowski
Hey, I'd go with aliases, including 'short' and 'long' and 'i8' just to keep everything consistent :) Best, Konrad W dniu 2014-12-01 o 01:18, Jens Geyer pisze: Hi *, I have found people multiple times doing things like this, ending up with strange errors. typedef i32 int What about

i32 vs int

2014-11-30 Thread Jens Geyer
Hi *, I have found people multiple times doing things like this, ending up with strange errors. typedef i32 int What about making it legal and allowing int as an built-in alias for i32? Or should we add some kind of warning instead? Or would either one of these just open pandora’s box?

[jira] [Commented] (THRIFT-2859) JSON generator: output complete descriptors

2014-11-30 Thread Stig Bakken (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229288#comment-14229288 ] Stig Bakken commented on THRIFT-2859: - This looks to be a good JSON validator tool:

[jira] [Comment Edited] (THRIFT-2859) JSON generator: output complete descriptors

2014-11-30 Thread Stig Bakken (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229263#comment-14229263 ] Stig Bakken edited comment on THRIFT-2859 at 11/30/14 10:23 PM: ---

[jira] [Commented] (THRIFT-2859) JSON generator: output complete descriptors

2014-11-30 Thread Stig Bakken (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229263#comment-14229263 ] Stig Bakken commented on THRIFT-2859: - Updated the PR with proper formatting code. >

[jira] [Created] (THRIFT-2866) Go generator source code is hard to read and maintain

2014-11-30 Thread Chi Vinh Le (JIRA)
Chi Vinh Le created THRIFT-2866: --- Summary: Go generator source code is hard to read and maintain Key: THRIFT-2866 URL: https://issues.apache.org/jira/browse/THRIFT-2866 Project: Thrift Issue Ty

[jira] [Commented] (THRIFT-2729) C++ coding standards

2014-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229196#comment-14229196 ] ASF GitHub Bot commented on THRIFT-2729: GitHub user cvlchinet opened a pull requ

[GitHub] thrift pull request: Fix readability in Go generator

2014-11-30 Thread cvlchinet
GitHub user cvlchinet opened a pull request: https://github.com/apache/thrift/pull/295 Fix readability in Go generator Because of auto-formatting the source code from https://issues.apache.org/jira/browse/THRIFT-2729 the source writing part of the Go generator is cluttered and bar

[jira] [Commented] (THRIFT-2859) JSON generator: output complete descriptors

2014-11-30 Thread Stig Bakken (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229188#comment-14229188 ] Stig Bakken commented on THRIFT-2859: - Jens: TBH, the schema isn't really done yet,

Re: [DISCUSS] CMake for Apache Thrift

2014-11-30 Thread Roger Meier
yes, as soon as we have reached full CMake build autotools can be removed. However, I guess we need a few months to get it up and running. So autoconf and CMake will be there for a while. We will prepare a pull request, during the next two weeks. -roger Quoting Henrique Mendonça : Hey guys,

[jira] [Commented] (THRIFT-2859) JSON generator: output complete descriptors

2014-11-30 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229164#comment-14229164 ] Roger Meier commented on THRIFT-2859: - +1 > JSON generator: output complete descript

[jira] [Updated] (THRIFT-2865) Test case for Go: SeqId out of sequence

2014-11-30 Thread Chi Vinh Le (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chi Vinh Le updated THRIFT-2865: Priority: Minor (was: Major) > Test case for Go: SeqId out of sequence > -

[jira] [Created] (THRIFT-2865) Test case for Go: SeqId out of sequence

2014-11-30 Thread Chi Vinh Le (JIRA)
Chi Vinh Le created THRIFT-2865: --- Summary: Test case for Go: SeqId out of sequence Key: THRIFT-2865 URL: https://issues.apache.org/jira/browse/THRIFT-2865 Project: Thrift Issue Type: Improvemen

[GitHub] thrift pull request: Test case for Go: SeqId out of sequence

2014-11-30 Thread cvlchinet
GitHub user cvlchinet opened a pull request: https://github.com/apache/thrift/pull/294 Test case for Go: SeqId out of sequence This adds a test case to the Go library to test the error handling behavior when returned sequence id was out of order. You can merge this pull request int

[jira] [Commented] (THRIFT-2859) JSON generator: output complete descriptors

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229132#comment-14229132 ] Jens Geyer commented on THRIFT-2859: LGTM, just a few remarks: - How did you test the

[jira] [Commented] (THRIFT-2854) Go Struct writer and reader looses important error information

2014-11-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229125#comment-14229125 ] Hudson commented on THRIFT-2854: SUCCESS: Integrated in Thrift #1377 (See [https://build

[jira] [Resolved] (THRIFT-2854) Go Struct writer and reader looses important error information

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-2854. Resolution: Fixed Great, thanks! => Committed. > Go Struct writer and reader looses important erro

[jira] [Commented] (THRIFT-2854) Go Struct writer and reader looses important error information

2014-11-30 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229114#comment-14229114 ] ASF GitHub Bot commented on THRIFT-2854: Github user asfgit closed the pull reque

[GitHub] thrift pull request: THRIFT-2854 Go Struct writer and reader loose...

2014-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/291 --- 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 enab

[jira] [Commented] (THRIFT-2835) Add possibility to distribute generators separately from thrift core, and load them dynamically

2014-11-30 Thread Konrad Grochowski (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229090#comment-14229090 ] Konrad Grochowski commented on THRIFT-2835: --- CPack installer is a good start.

[jira] [Assigned] (THRIFT-2854) Go Struct writer and reader looses important error information

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reassigned THRIFT-2854: -- Assignee: Jens Geyer > Go Struct writer and reader looses important error information > --

[jira] [Commented] (THRIFT-2864) JSON generator missing from Visual Studio build project

2014-11-30 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229089#comment-14229089 ] Hudson commented on THRIFT-2864: SUCCESS: Integrated in Thrift #1376 (See [https://build

[jira] [Resolved] (THRIFT-2864) JSON generator missing from Visual Studio build project

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-2864. Resolution: Fixed Committed. > JSON generator missing from Visual Studio build project >

[jira] [Updated] (THRIFT-2864) JSON generator missing from Visual Studio build project

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-2864: --- Attachment: THRIFT-2864-JSON-generator-missing-from-Visual-Studi.patch > JSON generator missing from

[jira] [Created] (THRIFT-2864) JSON generator missing from Visual Studio build project

2014-11-30 Thread Jens Geyer (JIRA)
Jens Geyer created THRIFT-2864: -- Summary: JSON generator missing from Visual Studio build project Key: THRIFT-2864 URL: https://issues.apache.org/jira/browse/THRIFT-2864 Project: Thrift Issue T

[jira] [Updated] (THRIFT-2845) ChildService.Plo: No such file or directory

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-2845: --- Component/s: Build Process > ChildService.Plo: No such file or directory > --

[jira] [Updated] (THRIFT-435) Connection context information within TProcessor implementations

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-435: -- Component/s: Java - Library > Connection context information within TProcessor implementations > ---

[jira] [Updated] (THRIFT-1761) Make generated exceptions have a common unique parent

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-1761: --- Component/s: Python - Library PHP - Library Java - Library

[jira] [Assigned] (THRIFT-2859) JSON generator: output complete descriptors

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reassigned THRIFT-2859: -- Assignee: Jens Geyer > JSON generator: output complete descriptors > -

[jira] [Updated] (THRIFT-1870) Enhance TPipe / TPipeServer transport to support both Windows 64-bit and cross-platform *NIX support

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-1870: --- Component/s: C++ - Library > Enhance TPipe / TPipeServer transport to support both Windows 64-bit and

[jira] [Commented] (THRIFT-1774) Sasl Transport client would hang when trying to connect non-sasl transport server

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229078#comment-14229078 ] Jens Geyer commented on THRIFT-1774: Hi [~a...@cloudera.com], is this still valid wi

[jira] [Updated] (THRIFT-1954) Allow for a separate connection timeout value

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-1954: --- Component/s: Java - Library > Allow for a separate connection timeout value > --

[jira] [Updated] (THRIFT-1954) Allow for a separate connection timeout value

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-1954: --- Description: In TSocket.java, the connect() logic uses the socket timeout value (for reads/writes) a

[jira] [Commented] (THRIFT-2035) TSSLServerSocket createSocket implementation

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229077#comment-14229077 ] Jens Geyer commented on THRIFT-2035: Could you specify a target language (see compone

[jira] [Updated] (THRIFT-2859) JSON generator: output complete descriptors

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-2859: --- Component/s: JSON - Compiler > JSON generator: output complete descriptors >

[jira] [Updated] (THRIFT-1058) All ByteBuffers the client uses should be slice()ed

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-1058: --- Component/s: Java - Library > All ByteBuffers the client uses should be slice()ed > -

[jira] [Comment Edited] (THRIFT-2835) Add possibility to distribute generators separately from thrift core, and load them dynamically

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229070#comment-14229070 ] Jens Geyer edited comment on THRIFT-2835 at 11/30/14 10:57 AM:

[jira] [Commented] (THRIFT-2835) Add possibility to distribute generators separately from thrift core, and load them dynamically

2014-11-30 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229070#comment-14229070 ] Jens Geyer commented on THRIFT-2835: In general, I like the idea. I would like it eve