[jira] [Resolved] (THRIFT-3432) Add a TByteBuffer transport to the Java library

2015-12-10 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa resolved THRIFT-3432. -- Resolution: Fixed Fix Version/s: 1.0 > Add a TByteBuffer transport to the Java library

[jira] [Resolved] (THRIFT-3433) Doubles aren't interpreted correctly

2015-12-10 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa resolved THRIFT-3433. -- Resolution: Fixed Assignee: Aki Sukegawa Fix Version/s: 1.0 Committed, thanks

[jira] [Resolved] (THRIFT-3483) Incorrect empty binary handling introduced by THRIFT-3359

2015-12-10 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa resolved THRIFT-3483. -- Resolution: Fixed Fix Version/s: 1.0 committed > Incorrect empty binary handling

[jira] [Assigned] (THRIFT-3145) JSON protocol does not handle bool and empty containers correctly

2015-12-10 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa reassigned THRIFT-3145: Assignee: Aki Sukegawa > JSON protocol does not handle bool and empty containers

[jira] [Updated] (THRIFT-3145) JSON protocol does not handle bool and empty containers correctly

2015-12-10 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa updated THRIFT-3145: - Affects Version/s: 0.9.3 > JSON protocol does not handle bool and empty containers correctly >

[GitHub] thrift pull request: THRIFT-3145 JSON protocol does not handle boo...

2015-12-10 Thread nsuke
GitHub user nsuke opened a pull request: https://github.com/apache/thrift/pull/740 THRIFT-3145 JSON protocol does not handle bool and empty containers correctly You can merge this pull request into a Git repository by running: $ git pull https://github.com/nsuke/thrift

[jira] [Updated] (THRIFT-3145) JSON protocol does not handle bool and empty containers correctly

2015-12-10 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa updated THRIFT-3145: - Summary: JSON protocol does not handle bool and empty containers correctly (was: JSON protocol

[jira] [Created] (THRIFT-3484) Consolidate temporary buffers in Java's TCompactProtocol

2015-12-10 Thread Tom Lee (JIRA)
Tom Lee created THRIFT-3484: --- Summary: Consolidate temporary buffers in Java's TCompactProtocol Key: THRIFT-3484 URL: https://issues.apache.org/jira/browse/THRIFT-3484 Project: Thrift Issue Type:

[GitHub] thrift pull request: fix compile error(Windows7 x64) : there is no...

2015-12-10 Thread lizhenghn123
GitHub user lizhenghn123 opened a pull request: https://github.com/apache/thrift/pull/739 fix compile error(Windows7 x64) : there is no lib\cpp\src\thrift\Thri… * fix compile error(Windows7 x64) : there is no lib\cpp\src\thrift\Thrift.cpp file. You can merge this pull request

[jira] [Updated] (THRIFT-3484) Consolidate temporary buffers in Java's TCompactProtocol

2015-12-10 Thread Tom Lee (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Lee updated THRIFT-3484: Flags: Patch Patch Info: Patch Available > Consolidate temporary buffers in Java's

[GitHub] thrift pull request: THRIFT-3484 Consolidate temporary buffers in ...

2015-12-10 Thread thomaslee
GitHub user thomaslee opened a pull request: https://github.com/apache/thrift/pull/738 THRIFT-3484 Consolidate temporary buffers in Java's TCompactProtocol TCompactProtocol allocates a number of small temporary buffers per-instance and, in some cases e.g. readDouble(),

[jira] [Commented] (THRIFT-3484) Consolidate temporary buffers in Java's TCompactProtocol

2015-12-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15050311#comment-15050311 ] ASF GitHub Bot commented on THRIFT-3484: GitHub user thomaslee opened a pull request:

[jira] [Updated] (THRIFT-3473) When use "optional' before a list, C++ server cannot return it correctly

2015-12-10 Thread YU Chang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YU Chang updated THRIFT-3473: - Description: Any "optional" modifier relates to a list will cause to a null/undef return value. Here

Re: Build failed in Jenkins: thrift #567

2015-12-10 Thread Gav
yeah so analysis host OS is Ubuntu 12.04 LTS and Automake 1.11 is the package available for that. I will be migrating the service to a new VM with 14.04 LTS on it over the next couple of months. If a newer automake is required in the meantime, file a INFRA jira and I'll see what I can do

[GitHub] thrift pull request: THRIFT-3432 Add the TByteBuffer transport for...

2015-12-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/705 --- 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] [Commented] (THRIFT-3483) Incorrect empty binary handling introduced by THRIFT-3359

2015-12-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15051344#comment-15051344 ] Hudson commented on THRIFT-3483: SUCCESS: Integrated in Thrift #1764 (See

[jira] [Commented] (THRIFT-3433) Doubles aren't interpreted correctly

2015-12-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15051341#comment-15051341 ] Hudson commented on THRIFT-3433: SUCCESS: Integrated in Thrift #1764 (See

[jira] [Resolved] (THRIFT-3484) Consolidate temporary buffers in Java's TCompactProtocol

2015-12-10 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa resolved THRIFT-3484. -- Resolution: Fixed Fix Version/s: 1.0 Committed, thanks Tom ! > Consolidate temporary

[jira] [Commented] (THRIFT-3145) JSON protocol does not handle bool and empty containers correctly

2015-12-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15051303#comment-15051303 ] ASF GitHub Bot commented on THRIFT-3145: GitHub user nsuke opened a pull request:

Build failed in Jenkins: thrift #568

2015-12-10 Thread gmcdonald
See Changes: [nsuke] THRIFT-3432 Add the TByteBuffer transport for Java Client: Java Patch: [nsuke] THRIFT-3484 Consolidate temporary buffers in Java's TCompactProtocol [nsuke] THRIFT-3433 Doubles aren't interpreted correctly Client:

[GitHub] thrift pull request: THRIFT-3483 Incorrect empty binary handling i...

2015-12-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/737 --- 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] [Commented] (THRIFT-3484) Consolidate temporary buffers in Java's TCompactProtocol

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

[GitHub] thrift pull request: THRIFT-3484 Consolidate temporary buffers in ...

2015-12-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/738 --- 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] [Commented] (THRIFT-3359) Binary field incompatibilities

2015-12-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15051343#comment-15051343 ] Hudson commented on THRIFT-3359: SUCCESS: Integrated in Thrift #1764 (See

[jira] [Commented] (THRIFT-3432) Add a TByteBuffer transport to the Java library

2015-12-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15051342#comment-15051342 ] Hudson commented on THRIFT-3432: SUCCESS: Integrated in Thrift #1764 (See

[jira] [Commented] (THRIFT-3484) Consolidate temporary buffers in Java's TCompactProtocol

2015-12-10 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15051345#comment-15051345 ] Hudson commented on THRIFT-3484: SUCCESS: Integrated in Thrift #1764 (See

[jira] [Comment Edited] (THRIFT-3473) When use "optional' before a list, C++ server cannot return it correctly

2015-12-10 Thread YU Chang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052000#comment-15052000 ] YU Chang edited comment on THRIFT-3473 at 12/11/15 1:54 AM: Sorry to response

[jira] [Comment Edited] (THRIFT-3473) When use "optional' before a list, C++ server cannot return it correctly

2015-12-10 Thread YU Chang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052000#comment-15052000 ] YU Chang edited comment on THRIFT-3473 at 12/11/15 2:04 AM: Sorry to response

[jira] [Commented] (THRIFT-3473) When use "optional' before a list, C++ server cannot return it correctly

2015-12-10 Thread YU Chang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052000#comment-15052000 ] YU Chang commented on THRIFT-3473: -- Sorry to response so late. Actually, I am a newbie to thrift, and

[jira] [Commented] (THRIFT-3481) introduce TSimpleMemoryTransport which wraps a customer owned memory chunk to conduct both read and write operations

2015-12-10 Thread Xiaoshuang LU (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052009#comment-15052009 ] Xiaoshuang LU commented on THRIFT-3481: --- Lines from 477 to 496 in file

[jira] [Comment Edited] (THRIFT-3481) introduce TSimpleMemoryTransport which wraps a customer owned memory chunk to conduct both read and write operations

2015-12-10 Thread Xiaoshuang LU (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052032#comment-15052032 ] Xiaoshuang LU edited comment on THRIFT-3481 at 12/11/15 2:17 AM: - e.g.

[jira] [Commented] (THRIFT-3485) thrift NPM package includes whole thrift repository, is 30 megabytes

2015-12-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052059#comment-15052059 ] ASF GitHub Bot commented on THRIFT-3485: GitHub user azylman opened a pull request:

[GitHub] thrift pull request: THRIFT-3485 don't publish extra files to npm

2015-12-10 Thread azylman
GitHub user azylman opened a pull request: https://github.com/apache/thrift/pull/741 THRIFT-3485 don't publish extra files to npm The thrift npm package is as big as all of our other node dependencies combined. It currently publishes the entire thrift repository, which is ~30mb

[jira] [Comment Edited] (THRIFT-3481) introduce TSimpleMemoryTransport which wraps a customer owned memory chunk to conduct both read and write operations

2015-12-10 Thread Xiaoshuang LU (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052032#comment-15052032 ] Xiaoshuang LU edited comment on THRIFT-3481 at 12/11/15 2:16 AM: - e.g.

[jira] [Commented] (THRIFT-3481) introduce TSimpleMemoryTransport which wraps a customer owned memory chunk to conduct both read and write operations

2015-12-10 Thread Xiaoshuang LU (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052032#comment-15052032 ] Xiaoshuang LU commented on THRIFT-3481: --- {code} // sufficiently large char buffer[4096];

[jira] [Comment Edited] (THRIFT-3473) When use "optional' before a list, C++ server cannot return it correctly

2015-12-10 Thread YU Chang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052000#comment-15052000 ] YU Chang edited comment on THRIFT-3473 at 12/11/15 2:07 AM: Sorry to response

[jira] [Comment Edited] (THRIFT-3473) When use "optional' before a list, C++ server cannot return it correctly

2015-12-10 Thread YU Chang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15052000#comment-15052000 ] YU Chang edited comment on THRIFT-3473 at 12/11/15 2:05 AM: Sorry to response

[jira] [Created] (THRIFT-3485) thrift NPM package includes whole thrift repository, is 30 megabytes

2015-12-10 Thread Alex Zylman (JIRA)
Alex Zylman created THRIFT-3485: --- Summary: thrift NPM package includes whole thrift repository, is 30 megabytes Key: THRIFT-3485 URL: https://issues.apache.org/jira/browse/THRIFT-3485 Project: Thrift

[jira] [Commented] (THRIFT-3433) Doubles aren't interpreted correctly

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

[jira] [Commented] (THRIFT-3483) Incorrect empty binary handling introduced by THRIFT-3359

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

[jira] [Commented] (THRIFT-3432) Add a TByteBuffer transport to the Java library

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

Re: [NOTICE]: Apache Thrift Security Vulnerability CVE-2015-1774

2015-12-10 Thread Jake Farrell
the CVE notice that went out in our board report was correct, CVE-2015-3254. Please disregard CVE-2015-1774, not sure where that came in from -Jake On Wed, Dec 9, 2015 at 5:23 AM, Mark Thomas wrote: > Both the Subject and the heading in the body of this message do not >

[jira] [Commented] (THRIFT-3432) Add a TByteBuffer transport to the Java library

2015-12-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15051184#comment-15051184 ] ASF GitHub Bot commented on THRIFT-3432: Github user nsuke commented on the pull request:

[GitHub] thrift pull request: THRIFT-3432 Add the TByteBuffer transport for...

2015-12-10 Thread nsuke
Github user nsuke commented on the pull request: https://github.com/apache/thrift/pull/705#issuecomment-163678385 @thomaslee I agree it's cleaner and refined. Will merge shortly after. --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Commented] (THRIFT-3481) introduce TSimpleMemoryTransport which wraps a customer owned memory chunk to conduct both read and write operations

2015-12-10 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15051207#comment-15051207 ] Aki Sukegawa commented on THRIFT-3481: -- {quote} but no data can be written to observed TMemoryBuffer