[jira] [Commented] (THRIFT-3631) JSON protocol implementation for Lua

2016-02-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151834#comment-15151834 ] Hudson commented on THRIFT-3631: SUCCESS: Integrated in Thrift-precommit #167 (See

[jira] [Commented] (THRIFT-3631) JSON protocol implementation for Lua

2016-02-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151815#comment-15151815 ] ASF GitHub Bot commented on THRIFT-3631: Github user mygityf commented on the pull request:

[GitHub] thrift pull request: THRIFT-3631 Lua- JSON protocol implement for ...

2016-02-17 Thread mygityf
Github user mygityf commented on the pull request: https://github.com/apache/thrift/pull/864#issuecomment-185568709 @nsuke Integer is convert to string without dot. can you try again in your env to check whether it work well or not, thanks. --- If your project is set up for it, you

[jira] [Commented] (THRIFT-3631) JSON protocol implementation for Lua

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

[GitHub] thrift pull request: THRIFT-3631 Lua- JSON protocol implement for ...

2016-02-17 Thread nsuke
Github user nsuke commented on a diff in the pull request: https://github.com/apache/thrift/pull/864#discussion_r53268905 --- Diff: lib/lua/TJsonProtocol.lua --- @@ -0,0 +1,725 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor

[jira] [Commented] (THRIFT-3631) JSON protocol implementation for Lua

2016-02-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151701#comment-15151701 ] ASF GitHub Bot commented on THRIFT-3631: Github user nsuke commented on the pull request:

[GitHub] thrift pull request: THRIFT-3631 Lua- JSON protocol implement for ...

2016-02-17 Thread nsuke
Github user nsuke commented on the pull request: https://github.com/apache/thrift/pull/864#issuecomment-185531813 sender side. used lua client against cpp / py server and extracted the json in the packet with tcpdump. --- If your project is set up for it, you can reply to this

[jira] [Commented] (THRIFT-3233) Fix ThreadManager::Impl::removeWorker worker join

2016-02-17 Thread David Lee (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151681#comment-15151681 ] David Lee commented on THRIFT-3233: --- It's not working. > Fix ThreadManager::Impl::removeWorker worker

[jira] [Commented] (THRIFT-3631) JSON protocol implementation for Lua

2016-02-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151672#comment-15151672 ] ASF GitHub Bot commented on THRIFT-3631: Github user mygityf commented on the pull request:

[GitHub] thrift pull request: THRIFT-3631 Lua- JSON protocol implement for ...

2016-02-17 Thread mygityf
Github user mygityf commented on the pull request: https://github.com/apache/thrift/pull/864#issuecomment-185525091 @nsuke issue of i8(byte) and i32 values are encoded like 1.0 instead of 1. It is reproduced in receiver side or sender side or both side? --- If your project is

[jira] [Commented] (THRIFT-3631) JSON protocol implementation for Lua

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

[GitHub] thrift pull request: THRIFT-3631 Lua- JSON protocol implement for ...

2016-02-17 Thread mygityf
Github user mygityf commented on a diff in the pull request: https://github.com/apache/thrift/pull/864#discussion_r53265228 --- Diff: lib/lua/TJsonProtocol.lua --- @@ -0,0 +1,725 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more

[jira] [Comment Edited] (THRIFT-3639) C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage

2016-02-17 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151098#comment-15151098 ] Jens Geyer edited comment on THRIFT-3639 at 2/17/16 8:23 PM: - {quote} because

[jira] [Commented] (THRIFT-3639) C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage

2016-02-17 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151098#comment-15151098 ] Jens Geyer commented on THRIFT-3639: {code} because we're still stuck at .NET 3.5 and equivalent Mono

Build failed in Jenkins: thrift #608

2016-02-17 Thread gmcdonald
See Changes: [nsuke] THRIFT-3634 Fix Python TSocket resource leak on connection failure [nsuke] THRIFT-3609 Remove or replace TestPortFixture.h. Client: Test (C++) [nsuke] THRIFT-3636 Double precision is not fully preserved in C++

[jira] [Commented] (THRIFT-3641) Ruby client should try to connect to every result of getaddrinfo

2016-02-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150901#comment-15150901 ] Hudson commented on THRIFT-3641: SUCCESS: Integrated in Thrift-precommit #166 (See

[jira] [Commented] (THRIFT-3642) Speed up cross test runner

2016-02-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150902#comment-15150902 ] Hudson commented on THRIFT-3642: SUCCESS: Integrated in Thrift-precommit #166 (See

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

2016-02-17 Thread Apache Jenkins Server
See

[jira] [Commented] (THRIFT-3639) C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage

2016-02-17 Thread Cott Lang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150865#comment-15150865 ] Cott Lang commented on THRIFT-3639: --- Would either None or Default simply allow the client to connect to

[jira] [Commented] (THRIFT-3641) Ruby client should try to connect to every result of getaddrinfo

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

Build failed in Jenkins: Thrift-precommit #165

2016-02-17 Thread Apache Jenkins Server
See Changes: [nsuke] THRIFT-3641 Ruby client should try to connect to every result of [nsuke] THRIFT-3642 Speed up cross test runner -- [...truncated 2922 lines...] libtool: compile: g++

[jira] [Commented] (THRIFT-3642) Speed up cross test runner

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

[jira] [Commented] (THRIFT-3641) Ruby client should try to connect to every result of getaddrinfo

2016-02-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150788#comment-15150788 ] Hudson commented on THRIFT-3641: SUCCESS: Integrated in Thrift-precommit #162 (See

[jira] [Commented] (THRIFT-3641) Ruby client should try to connect to every result of getaddrinfo

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

Build failed in Jenkins: Thrift-precommit #163

2016-02-17 Thread Apache Jenkins Server
See Changes: [nsuke] THRIFT-3641 Ruby client should try to connect to every result of -- [...truncated 6437 lines...] dmd -gc -ofunittest/debug/thrift/codegen/processor -unittest -w -wi

Build failed in Jenkins: Thrift-precommit #164

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

[jira] [Commented] (THRIFT-3631) JSON protocol implementation for Lua

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

[GitHub] thrift pull request: THRIFT-3631 Lua- JSON protocol implement for ...

2016-02-17 Thread nsuke
Github user nsuke commented on a diff in the pull request: https://github.com/apache/thrift/pull/864#discussion_r53193197 --- Diff: lib/lua/TJsonProtocol.lua --- @@ -0,0 +1,725 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor

[jira] [Commented] (THRIFT-3642) Speed up cross test runner

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

[jira] [Commented] (THRIFT-3639) C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage

2016-02-17 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150739#comment-15150739 ] Aki Sukegawa commented on THRIFT-3639: -- [~c...@internetstaff.com] yeah, it's what I want to do after

[GitHub] thrift pull request: THRIFT-3642 Speed up cross test runner

2016-02-17 Thread nsuke
GitHub user nsuke opened a pull request: https://github.com/apache/thrift/pull/873 THRIFT-3642 Speed up cross test runner You can merge this pull request into a Git repository by running: $ git pull https://github.com/nsuke/thrift THRIFT-3642 Alternatively you can review and

[jira] [Created] (THRIFT-3642) Speed up cross test runner

2016-02-17 Thread Aki Sukegawa (JIRA)
Aki Sukegawa created THRIFT-3642: Summary: Speed up cross test runner Key: THRIFT-3642 URL: https://issues.apache.org/jira/browse/THRIFT-3642 Project: Thrift Issue Type: Improvement

[jira] [Commented] (THRIFT-3641) Ruby client should try to connect to every result of getaddrinfo

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

[GitHub] thrift pull request: THRIFT-3641 Ruby client should try to connect...

2016-02-17 Thread nsuke
GitHub user nsuke opened a pull request: https://github.com/apache/thrift/pull/872 THRIFT-3641 Ruby client should try to connect to every result of geta… …ddrinfo You can merge this pull request into a Git repository by running: $ git pull https://github.com/nsuke/thrift

[jira] [Created] (THRIFT-3641) Ruby client should try to connect to every result of getaddrinfo

2016-02-17 Thread Aki Sukegawa (JIRA)
Aki Sukegawa created THRIFT-3641: Summary: Ruby client should try to connect to every result of getaddrinfo Key: THRIFT-3641 URL: https://issues.apache.org/jira/browse/THRIFT-3641 Project: Thrift

[jira] [Commented] (THRIFT-3639) C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage

2016-02-17 Thread Cott Lang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150703#comment-15150703 ] Cott Lang commented on THRIFT-3639: --- I'm not intimately familiar with SslProtocols. Is it not possible

[jira] [Commented] (THRIFT-3639) C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage

2016-02-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150656#comment-15150656 ] Hudson commented on THRIFT-3639: SUCCESS: Integrated in Thrift-precommit #161 (See

[jira] [Commented] (THRIFT-3631) JSON protocol implementation for Lua

2016-02-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150651#comment-15150651 ] ASF GitHub Bot commented on THRIFT-3631: Github user nsuke commented on the pull request:

[GitHub] thrift pull request: THRIFT-3631 Lua- JSON protocol implement for ...

2016-02-17 Thread nsuke
Github user nsuke commented on the pull request: https://github.com/apache/thrift/pull/864#issuecomment-185259237 I've tested this on my local env but i8(byte) and i32 values are encoded like 1.0 instead of 1, and naturally the receiver side fails to handle this. I'm using Lua

[jira] [Resolved] (THRIFT-3609) Remove or replace TestPortFixture.h

2016-02-17 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa resolved THRIFT-3609. -- Resolution: Fixed Fix Version/s: 0.9.4 committed, thanks ! > Remove or replace

[jira] [Resolved] (THRIFT-3636) Double precision is not fully preserved in C++ TJSONProtocol

2016-02-17 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa resolved THRIFT-3636. -- Resolution: Fixed committed, thanks ! > Double precision is not fully preserved in C++

[jira] [Resolved] (THRIFT-3634) Fix Python TSocket resource leak on connection failure

2016-02-17 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa resolved THRIFT-3634. -- Resolution: Fixed Fix Version/s: 0.9.4 > Fix Python TSocket resource leak on connection

[jira] [Commented] (THRIFT-3639) C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage

2016-02-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150602#comment-15150602 ] ASF GitHub Bot commented on THRIFT-3639: Github user nsuke commented on the pull request:

[GitHub] thrift pull request: THRIFT-3639 C# Thrift library forces TLS 1.0,...

2016-02-17 Thread nsuke
Github user nsuke commented on the pull request: https://github.com/apache/thrift/pull/871#issuecomment-185241185 This enables passing which TLS version to use as a constructor argument. Note that the default value is still SslProtocols.Tls because we're still stuck at .NET 3.5

[jira] [Commented] (THRIFT-3639) C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage

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

[jira] [Commented] (THRIFT-3636) Double precision is not fully preserved in C++ TJSONProtocol

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

[jira] [Commented] (THRIFT-3634) Fix Python TSocket resource leak on connection failure

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

[jira] [Commented] (THRIFT-3609) Remove or replace TestPortFixture.h

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

[GitHub] thrift pull request: THRIFT-3639 C# Thrift library forces TLS 1.0,...

2016-02-17 Thread nsuke
GitHub user nsuke opened a pull request: https://github.com/apache/thrift/pull/871 THRIFT-3639 C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage You can merge this pull request into a Git repository by running: $ git pull https://github.com/nsuke/thrift THRIFT-3639

[GitHub] thrift pull request: THRIFT-3636 The precision is 15 bits after do...

2016-02-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/870 --- 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-3634 Fix Python TSocket resource leak ...

2016-02-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/867 --- 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-3609 Remove or replace TestPortFixture...

2016-02-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/869 --- 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] [Assigned] (THRIFT-3639) C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage

2016-02-17 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa reassigned THRIFT-3639: Assignee: Aki Sukegawa > C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage >

[jira] [Updated] (THRIFT-3636) Double precision is not fully preserved in C++ TJSONProtocol

2016-02-17 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aki Sukegawa updated THRIFT-3636: - Summary: Double precision is not fully preserved in C++ TJSONProtocol (was: The precision is 15

[jira] [Commented] (THRIFT-3639) C# Thrift library forces TLS 1.0, thwarting TLS 1.2 usage

2016-02-17 Thread Aki Sukegawa (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150576#comment-15150576 ] Aki Sukegawa commented on THRIFT-3639: -- I've written a patch for this sometime ago that is still

[jira] [Updated] (THRIFT-3640) Cannot define service exception with argument name having numerical values

2016-02-17 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-3640: --- Description: Try this IDL {code} namespace csharp whatever exception

[jira] [Updated] (THRIFT-3640) Cannot define service exception with argument name having numerical values

2016-02-17 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-3640: --- Component/s: (was: C# - Compiler) Compiler (General) > Cannot define service

[jira] [Commented] (THRIFT-3640) Cannot define service exception with argument name having numerical values

2016-02-17 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15150135#comment-15150135 ] Jens Geyer commented on THRIFT-3640: {quote} Might be related to THRIFT-3477 {quote} Correct, very