Build failed in Jenkins: Thrift-precommit #378

2016-04-04 Thread Apache Jenkins Server
See -- GitHub pull request #972 to apache/thrift [EnvInject] - Loading node environment variables. Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu yahoo-not-h2) in workspace

Build failed in Jenkins: Thrift-precommit #377

2016-04-04 Thread Apache Jenkins Server
See -- GitHub pull request #976 to apache/thrift [EnvInject] - Loading node environment variables. Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu yahoo-not-h2) in workspace

Jenkins build is back to normal : Thrift-precommit #375

2016-04-04 Thread Apache Jenkins Server
See

Build failed in Jenkins: Thrift-precommit #376

2016-04-04 Thread Apache Jenkins Server
See -- GitHub pull request #977 to apache/thrift [EnvInject] - Loading node environment variables. Building remotely on ubuntu-6 (docker Ubuntu ubuntu yahoo-not-h2) in workspace

Build failed in Jenkins: Thrift-precommit #374

2016-04-04 Thread Apache Jenkins Server
See Changes: [v.markovtsev] Add binary protocol support for asyncio [v.markovtsev] Add support for Compact proto and fix bugs [v.markovtsev] Add py3.asyncio test client [v.markovtsev] Use python3 version of flake8

[GitHub] thrift pull request: THRIFT-3768 fix TThreadedServer refactoring i...

2016-04-04 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/977#discussion_r58481087 --- Diff: lib/cpp/src/thrift/server/TThreadedServer.cpp --- @@ -77,44 +83,29 @@ TThreadedServer::TThreadedServer(const shared_ptr& processor,

[jira] [Commented] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

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

[GitHub] thrift pull request: THRIFT-3768 fix TThreadedServer refactoring i...

2016-04-04 Thread tpcwang
Github user tpcwang commented on a diff in the pull request: https://github.com/apache/thrift/pull/977#discussion_r58473198 --- Diff: lib/cpp/src/thrift/server/TThreadedServer.cpp --- @@ -77,44 +83,29 @@ TThreadedServer::TThreadedServer(const shared_ptr& processor,

[jira] [Commented] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15225426#comment-15225426 ] ASF GitHub Bot commented on THRIFT-3768: Github user tpcwang commented on a diff in the pull

[GitHub] thrift pull request: THRIFT-3768 fix TThreadedServer refactoring i...

2016-04-04 Thread tpcwang
Github user tpcwang commented on a diff in the pull request: https://github.com/apache/thrift/pull/977#discussion_r58473050 --- Diff: lib/cpp/src/thrift/server/TThreadedServer.h --- @@ -20,19 +20,26 @@ #ifndef _THRIFT_SERVER_TTHREADEDSERVER_H_ #define

[jira] [Commented] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15225421#comment-15225421 ] ASF GitHub Bot commented on THRIFT-3768: Github user tpcwang commented on a diff in the pull

[jira] [Commented] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15225415#comment-15225415 ] ASF GitHub Bot commented on THRIFT-3768: Github user tpcwang commented on a diff in the pull

[GitHub] thrift pull request: THRIFT-3768 fix TThreadedServer refactoring i...

2016-04-04 Thread tpcwang
Github user tpcwang commented on a diff in the pull request: https://github.com/apache/thrift/pull/977#discussion_r58472724 --- Diff: lib/cpp/src/thrift/server/TThreadedServer.h --- @@ -20,19 +20,26 @@ #ifndef _THRIFT_SERVER_TTHREADEDSERVER_H_ #define

[jira] [Commented] (THRIFT-2342) Add __FILE__ and __LINE__ to Thrift C++ excpetions

2016-04-04 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15225229#comment-15225229 ] Aki Sukegawa commented on THRIFT-2342: -- [~jfarrell] I've already moved relevant changes from 1.0 to

[jira] [Commented] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15225199#comment-15225199 ] James E. King, III commented on THRIFT-3768: The behavior of TThreadedServer is a little

[jira] [Commented] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

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

[GitHub] thrift pull request: THRIFT-3768 fix TThreadedServer refactoring i...

2016-04-04 Thread jeking3
GitHub user jeking3 opened a pull request: https://github.com/apache/thrift/pull/977 THRIFT-3768 fix TThreadedServer refactoring issues with client lifetime guarantees You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (THRIFT-3777) processor and concurrency tests in C++ are not part of the standard test suite and are failing

2016-04-04 Thread James E. King, III (JIRA)
James E. King, III created THRIFT-3777: -- Summary: processor and concurrency tests in C++ are not part of the standard test suite and are failing Key: THRIFT-3777 URL:

[jira] [Closed] (THRIFT-3096) Consolidate TSimpleServer, TThreadedServer, TThreadPoolServer into one

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III closed THRIFT-3096. -- > Consolidate TSimpleServer, TThreadedServer, TThreadPoolServer into one >

[jira] [Resolved] (THRIFT-3096) Consolidate TSimpleServer, TThreadedServer, TThreadPoolServer into one

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III resolved THRIFT-3096. Resolution: Won't Fix Resolving as won't fix. Each server does something

[jira] [Commented] (THRIFT-3753) TServerFramework::stop may fail to interrupt connected clients

2016-04-04 Thread Ted Wang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15225012#comment-15225012 ] Ted Wang commented on THRIFT-3753: -- Yes. TServerSocket (the only server transport that implements

[jira] [Comment Edited] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224760#comment-15224760 ] James E. King, III edited comment on THRIFT-3768 at 4/4/16 8:32 PM:

[jira] [Commented] (THRIFT-3753) TServerFramework::stop may fail to interrupt connected clients

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224992#comment-15224992 ] James E. King, III commented on THRIFT-3753: If you interrupt serve() second, a new client

Build failed in Jenkins: Thrift-precommit #371

2016-04-04 Thread Apache Jenkins Server
See -- GitHub pull request #974 to apache/thrift [EnvInject] - Loading node environment variables. Building remotely on H10 (docker Ubuntu ubuntu yahoo-not-h2) in workspace

Build failed in Jenkins: Thrift-precommit #370

2016-04-04 Thread Apache Jenkins Server
See Changes: [sam901] Put generated go code in a file with the same name as thrift file [sam901] Don't import self package, go doesn't support it [sam901] Rename UnusedProtection.go to GoUnusedProtection__.go to better separate

Build failed in Jenkins: Thrift-precommit #373

2016-04-04 Thread Apache Jenkins Server
See -- GitHub pull request #976 to apache/thrift [EnvInject] - Loading node environment variables. Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu yahoo-not-h2) in workspace

Build failed in Jenkins: Thrift-precommit #369

2016-04-04 Thread Apache Jenkins Server
See Changes: [sam901] Put generated go code in a file with the same name as thrift file [sam901] Don't import self package, go doesn't support it [sam901] Rename UnusedProtection.go to GoUnusedProtection__.go to better separate

Build failed in Jenkins: Thrift-precommit #372

2016-04-04 Thread Apache Jenkins Server
See -- GitHub pull request #974 to apache/thrift [EnvInject] - Loading node environment variables. Building remotely on ubuntu-6 (docker Ubuntu ubuntu yahoo-not-h2) in workspace

[jira] [Comment Edited] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224760#comment-15224760 ] James E. King, III edited comment on THRIFT-3768 at 4/4/16 8:07 PM:

[jira] [Assigned] (THRIFT-3096) Consolidate TSimpleServer, TThreadedServer, TThreadPoolServer into one

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reassigned THRIFT-3096: -- Assignee: James E. King, III > Consolidate TSimpleServer, TThreadedServer,

[jira] [Closed] (THRIFT-2342) Add __FILE__ and __LINE__ to Thrift C++ excpetions

2016-04-04 Thread Konrad Grochowski (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Grochowski closed THRIFT-2342. - Resolution: Won't Fix > Add __FILE__ and __LINE__ to Thrift C++ excpetions >

[jira] [Reopened] (THRIFT-2342) Add __FILE__ and __LINE__ to Thrift C++ excpetions

2016-04-04 Thread Konrad Grochowski (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Grochowski reopened THRIFT-2342: --- > Add __FILE__ and __LINE__ to Thrift C++ excpetions >

[jira] [Commented] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread Ted Wang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224861#comment-15224861 ] Ted Wang commented on THRIFT-3768: -- >> The onClientConnected() method is documented to require the

[jira] [Commented] (THRIFT-2342) Add __FILE__ and __LINE__ to Thrift C++ excpetions

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224837#comment-15224837 ] Jake Farrell commented on THRIFT-2342: -- bulk edit by jira moving all 1.0 over to 0.10.0 for

[jira] [Comment Edited] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224493#comment-15224493 ] James E. King, III edited comment on THRIFT-3768 at 4/4/16 7:05 PM:

[jira] [Commented] (THRIFT-3775) 0.10.0 release candidate

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224832#comment-15224832 ] Jake Farrell commented on THRIFT-3775: -- - Run through and verify all files are accounted for from

[jira] [Closed] (THRIFT-2019) Writing on a disconnected socket on Mac causes SIG PIPE

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2019. Resolution: Fixed > Writing on a disconnected socket on Mac causes SIG PIPE >

[jira] [Closed] (THRIFT-3306) Java: TBinaryProtocol: Use 1 temp buffer instead of allocating 8

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-3306. Resolution: Fixed > Java: TBinaryProtocol: Use 1 temp buffer instead of allocating 8 >

[jira] [Commented] (THRIFT-2342) Add __FILE__ and __LINE__ to Thrift C++ excpetions

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224814#comment-15224814 ] James E. King, III commented on THRIFT-2342: [~jfarrell] I don't believe the resolution of

[jira] [Closed] (THRIFT-35) Move language tests into their appropriate library directory

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-35. -- Resolution: Fixed > Move language tests into their appropriate library directory >

[jira] [Closed] (THRIFT-2162) Missing calls to inherited CTOR at misc. places

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2162. Resolution: Fixed > Missing calls to inherited CTOR at misc. places >

[jira] [Closed] (THRIFT-2049) Go compiler doesn't build on native Windows

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2049. Resolution: Fixed > Go compiler doesn't build on native Windows >

[jira] [Closed] (THRIFT-2014) Change C++ lib includes to use style throughout

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2014. Resolution: Fixed > Change C++ lib includes to use style throughout >

[jira] [Closed] (THRIFT-2022) CoB and dense code generation still uses TR1 bind, even though that doesn't work with clang

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2022. Resolution: Fixed > CoB and dense code generation still uses TR1 bind, even though that doesn't >

[jira] [Closed] (THRIFT-2895) Tutorial cpp

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2895. Resolution: Fixed > Tutorial cpp > > > Key: THRIFT-2895 >

[jira] [Closed] (THRIFT-2027) Minor 64-bit and NOMINMAX issues in C++ library

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2027. Resolution: Fixed > Minor 64-bit and NOMINMAX issues in C++ library >

[jira] [Closed] (THRIFT-3411) Go generates remotes with wrong package qualifiers when including

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-3411. Resolution: Fixed > Go generates remotes with wrong package qualifiers when including >

[jira] [Closed] (THRIFT-1437) Update RPM spec

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-1437. Resolution: Fixed > Update RPM spec > --- > > Key: THRIFT-1437 >

[jira] [Closed] (THRIFT-2148) TNonblockingMultiFetchClient imports log4j

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2148. Resolution: Fixed > TNonblockingMultiFetchClient imports log4j >

[jira] [Closed] (THRIFT-2021) Improve large binary protocol string performance

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2021. Resolution: Fixed > Improve large binary protocol string performance >

[jira] [Closed] (THRIFT-2424) Recursive Types

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2424. Resolution: Fixed > Recursive Types > --- > > Key: THRIFT-2424 >

[jira] [Closed] (THRIFT-764) add Support for Vala language

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-764. --- Resolution: Fixed > add Support for Vala language > - > >

[jira] [Closed] (THRIFT-1751) definition of increase_max_fds doesn't compile when HAVE_SYS_RESOURCE_H is not defined

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-1751. Resolution: Fixed > definition of increase_max_fds doesn't compile when HAVE_SYS_RESOURCE_H is >

[jira] [Closed] (THRIFT-3322) CMake generated "make check" failes on python_test

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-3322. Resolution: Fixed > CMake generated "make check" failes on python_test >

[jira] [Closed] (THRIFT-1776) TPipeServer should implement "listen", so that TServerEventHandler preServe will work right

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-1776. Resolution: Fixed > TPipeServer should implement "listen", so that TServerEventHandler preServe >

[jira] [Closed] (THRIFT-1351) Compiler does not care about binary strings

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-1351. Resolution: Fixed > Compiler does not care about binary strings >

[jira] [Closed] (THRIFT-2989) Complete CMake build for Apache Thrift

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2989. Resolution: Fixed > Complete CMake build for Apache Thrift >

[jira] [Closed] (THRIFT-2024) TServer.cpp warns on 64-bit platforms about truncating an rlim_t into an int

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2024. Resolution: Fixed > TServer.cpp warns on 64-bit platforms about truncating an rlim_t into an int >

[jira] [Closed] (THRIFT-2020) Thrift library has some empty files that haven't really been deleted

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2020. Resolution: Fixed > Thrift library has some empty files that haven't really been deleted >

[jira] [Closed] (THRIFT-2166) Delphi compiler should generate constant class name prefixed with thrift file name (similar to Java and C#)

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2166. Resolution: Fixed > Delphi compiler should generate constant class name prefixed with thrift file

[jira] [Closed] (THRIFT-2149) Add an option to disable the generation of default operators

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2149. Resolution: Fixed > Add an option to disable the generation of default operators >

[jira] [Closed] (THRIFT-2031) Make SO_KEEPALIVE configurable for C++ lib

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2031. Resolution: Fixed > Make SO_KEEPALIVE configurable for C++ lib >

[jira] [Closed] (THRIFT-3473) When "optional' is used with a struct member, C++ server seems to not return it correctly

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-3473. Resolution: Fixed > When "optional' is used with a struct member, C++ server seems to not return

[jira] [Closed] (THRIFT-2170) Generated Go code should populate all ReadErrors completely

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2170. Resolution: Fixed > Generated Go code should populate all ReadErrors completely >

[jira] [Closed] (THRIFT-3355) npm WARN package.json thrift@1.0.0-dev No license field.

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-3355. Resolution: Fixed > npm WARN package.json thrift@1.0.0-dev No license field. >

[jira] [Closed] (THRIFT-1533) Make TTransport should be Closeable

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-1533. Resolution: Fixed > Make TTransport should be Closeable > --- > >

[jira] [Closed] (THRIFT-2159) Serializer/Deserializer for Go

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2159. Resolution: Fixed > Serializer/Deserializer for Go > -- > >

[jira] [Closed] (THRIFT-141) If a required field is not present on serialization, throw an exception

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-141. --- Resolution: Fixed > If a required field is not present on serialization, throw an exception >

[jira] [Closed] (THRIFT-3321) Thrift can't be added as a subdirectory of another CMake-based project

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-3321. Resolution: Fixed > Thrift can't be added as a subdirectory of another CMake-based project >

[jira] [Closed] (THRIFT-1801) Sync up TApplicationException codes across languages and thrift implementations

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-1801. Resolution: Fixed > Sync up TApplicationException codes across languages and thrift >

[jira] [Closed] (THRIFT-2093) added the ability to set compression level in C++ zlib transport

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2093. Resolution: Fixed > added the ability to set compression level in C++ zlib transport >

[jira] [Closed] (THRIFT-2519) "processor" class is not being generated

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2519. Resolution: Fixed > "processor" class is not being generated >

[jira] [Closed] (THRIFT-1811) ruby tutorial as part of the regular build

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-1811. Resolution: Fixed > ruby tutorial as part of the regular build >

[jira] [Closed] (THRIFT-2023) gettimeofday implementation on Windows errors when no time zone is passed in.

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2023. Resolution: Fixed > gettimeofday implementation on Windows errors when no time zone is passed in.

[jira] [Closed] (THRIFT-3354) Fix word-extraction substr bug in initialism code

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-3354. Resolution: Fixed > Fix word-extraction substr bug in initialism code >

[jira] [Closed] (THRIFT-2056) Moved all #include config.h statements to #include

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2056. Resolution: Fixed > Moved all #include config.h statements to #include >

[jira] [Closed] (THRIFT-2089) Compiler ignores duplicate typenames

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2089. Resolution: Fixed > Compiler ignores duplicate typenames > >

[jira] [Closed] (THRIFT-1735) integrate tutorial into regular build

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-1735. Resolution: Fixed > integrate tutorial into regular build > -

[jira] [Closed] (THRIFT-2163) incorrect Delphi code generated for typedef'ed constants

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2163. Resolution: Fixed > incorrect Delphi code generated for typedef'ed constants >

[jira] [Closed] (THRIFT-2342) Add __FILE__ and __LINE__ to Thrift C++ excpetions

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2342. Resolution: Fixed > Add __FILE__ and __LINE__ to Thrift C++ excpetions >

[jira] [Closed] (THRIFT-3443) Thrift include can generate uncompilable code

2016-04-04 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-3443. Resolution: Fixed > Thrift include can generate uncompilable code >

[jira] [Comment Edited] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224493#comment-15224493 ] James E. King, III edited comment on THRIFT-3768 at 4/4/16 6:48 PM:

Jenkins build is back to normal : Thrift-precommit #368

2016-04-04 Thread Apache Jenkins Server
See

Build failed in Jenkins: Thrift-precommit #367

2016-04-04 Thread Apache Jenkins Server
See Changes: [laozhp] THRIFT-3774 The generated code should have exception_names meta info -- [...truncated 6762 lines...] dmd -O -release -ofunittest/release/thrift/protocol/json -unittest -w

[jira] [Commented] (THRIFT-3774) The generated code should have exception_names meta info

2016-04-04 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224763#comment-15224763 ] Hudson commented on THRIFT-3774: FAILURE: Integrated in Thrift-precommit #367 (See

[jira] [Commented] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224760#comment-15224760 ] James E. King, III commented on THRIFT-3768: [~ben.craig] Ideally we would remove

[jira] [Comment Edited] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224493#comment-15224493 ] James E. King, III edited comment on THRIFT-3768 at 4/4/16 6:28 PM:

[jira] [Comment Edited] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224493#comment-15224493 ] James E. King, III edited comment on THRIFT-3768 at 4/4/16 5:56 PM:

[jira] [Assigned] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III reassigned THRIFT-3768: -- Assignee: James E. King, III > TThreadedServer may crash if it is destroyed

[jira] [Commented] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224493#comment-15224493 ] James E. King, III commented on THRIFT-3768: Looking at it now. > TThreadedServer may crash

[jira] [Commented] (THRIFT-3467) Go Maps for Thrift Sets Should Have Values of Type struct{}

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

[GitHub] thrift pull request: THRIFT-3467 Go Maps for Thrift Sets Should Ha...

2016-04-04 Thread creker
GitHub user creker opened a pull request: https://github.com/apache/thrift/pull/976 THRIFT-3467 Go Maps for Thrift Sets Should Have Values of Type struct{} You can merge this pull request into a Git repository by running: $ git pull https://github.com/creker/thrift

[jira] [Commented] (THRIFT-3776) Go code from multiple thrift files with the same namespace

2016-04-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224360#comment-15224360 ] ASF GitHub Bot commented on THRIFT-3776: Github user creker closed the pull request at:

[jira] [Commented] (THRIFT-3776) Go code from multiple thrift files with the same namespace

2016-04-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224361#comment-15224361 ] ASF GitHub Bot commented on THRIFT-3776: GitHub user creker reopened a pull request:

[GitHub] thrift pull request: THRIFT-3776 Go code from multiple thrift file...

2016-04-04 Thread creker
Github user creker closed the pull request at: https://github.com/apache/thrift/pull/974 --- 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: THRIFT-3776 Go code from multiple thrift file...

2016-04-04 Thread creker
GitHub user creker reopened a pull request: https://github.com/apache/thrift/pull/974 THRIFT-3776 Go code from multiple thrift files with the same namespace Currently compiler puts all generated Go code into two files - ttypes.go and constants.go. Because of that you can't compile

[jira] [Commented] (THRIFT-3768) TThreadedServer may crash if it is destroyed immediately after it returns from serve()

2016-04-04 Thread Ted Wang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224357#comment-15224357 ] Ted Wang commented on THRIFT-3768: -- What do you think about [~ben.craig]'s suggestion for using two

[jira] [Updated] (THRIFT-3776) Go code from multiple thrift files with the same namespace

2016-04-04 Thread artem antonenko (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] artem antonenko updated THRIFT-3776: Issue Type: Improvement (was: Bug) > Go code from multiple thrift files with the same

[jira] [Created] (THRIFT-3776) Go code from multiple thrift files with the same namespace

2016-04-04 Thread artem antonenko (JIRA)
artem antonenko created THRIFT-3776: --- Summary: Go code from multiple thrift files with the same namespace Key: THRIFT-3776 URL: https://issues.apache.org/jira/browse/THRIFT-3776 Project: Thrift

[GitHub] thrift pull request: Generate go code from multiple thrift files i...

2016-04-04 Thread creker
Github user creker commented on the pull request: https://github.com/apache/thrift/pull/974#issuecomment-205351399 Looks like failed tests are not relevant to this PR --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

  1   2   >