[jira] [Commented] (THRIFT-3885) PHP: Error when readI64 in TCompactProtocol

2016-07-20 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15387149#comment-15387149 ] James E. King, III commented on THRIFT-3885: Does the bug end up causing us to disable some

[GitHub] thrift issue #1022: THRIFT-3845

2016-07-20 Thread RobberPhex
Github user RobberPhex commented on the issue: https://github.com/apache/thrift/pull/1022 @jeking3 rebased --- 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,

[jira] [Commented] (THRIFT-3845) TBinaryProtocolAccelerated cannot use thrift_protocol ext

2016-07-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15387142#comment-15387142 ] ASF GitHub Bot commented on THRIFT-3845: Github user RobberPhex commented on the issue:

THRIFT-3855 - Ready to Merge

2016-07-20 Thread Jim King
Ready to merge and code reviewed: THRIFT-3855: (go) fix the blocked bug when call Stop() twice or more #1028 https://issues.apache.org/jira/browse/THRIFT-3855 https://github.com/apache/thrift/pull/1028 James E. King, III Architect 8 Technology Drive, 2nd Floor Westborough, MA 01581-1756 Ph:

[GitHub] thrift pull request #1028: MOD: fix the blocked bug when call Stop() twice o...

2016-07-20 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1028#discussion_r71641738 --- Diff: lib/go/thrift/simple_server.go --- @@ -149,8 +151,10 @@ func (p *TSimpleServer) Serve() error { } func (p *TSimpleServer) Stop()

[jira] [Created] (THRIFT-3885) PHP: Error when readI64 in TCompactProtocol

2016-07-20 Thread Chen Zhiming (JIRA)
Chen Zhiming created THRIFT-3885: Summary: PHP: Error when readI64 in TCompactProtocol Key: THRIFT-3885 URL: https://issues.apache.org/jira/browse/THRIFT-3885 Project: Thrift Issue Type: Bug

[GitHub] thrift pull request #1028: MOD: fix the blocked bug when call Stop() twice o...

2016-07-20 Thread huaiyun
Github user huaiyun commented on a diff in the pull request: https://github.com/apache/thrift/pull/1028#discussion_r71634947 --- Diff: lib/go/thrift/simple_server.go --- @@ -149,8 +151,10 @@ func (p *TSimpleServer) Serve() error { } func (p *TSimpleServer) Stop()

[jira] [Commented] (THRIFT-2156) TServerSocket::listen() is throwing exceptions with misleading information

2016-07-20 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15386559#comment-15386559 ] James E. King, III commented on THRIFT-2156: The code as-is is correct, even if a bit odd,

[jira] [Comment Edited] (THRIFT-2156) TServerSocket::listen() is throwing exceptions with misleading information

2016-07-20 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15386530#comment-15386530 ] Jens Geyer edited comment on THRIFT-2156 at 7/20/16 8:13 PM: - {code} char

[jira] [Comment Edited] (THRIFT-2156) TServerSocket::listen() is throwing exceptions with misleading information

2016-07-20 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15386530#comment-15386530 ] Jens Geyer edited comment on THRIFT-2156 at 7/20/16 8:13 PM: - {code} char

[jira] [Comment Edited] (THRIFT-2156) TServerSocket::listen() is throwing exceptions with misleading information

2016-07-20 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15386530#comment-15386530 ] Jens Geyer edited comment on THRIFT-2156 at 7/20/16 8:11 PM: - {code} char

[jira] [Comment Edited] (THRIFT-2156) TServerSocket::listen() is throwing exceptions with misleading information

2016-07-20 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15386530#comment-15386530 ] Jens Geyer edited comment on THRIFT-2156 at 7/20/16 8:10 PM: - {code} char

[jira] [Commented] (THRIFT-2156) TServerSocket::listen() is throwing exceptions with misleading information

2016-07-20 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15386530#comment-15386530 ] Jens Geyer commented on THRIFT-2156: {code} char port[sizeof("65535")]; std::memset(, 0,

[jira] [Commented] (THRIFT-3855) In the go simple server, if Stop() is called multiple times it hangs

2016-07-20 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15386261#comment-15386261 ] James E. King, III commented on THRIFT-3855: Hi, sorry, I used this thrift ticket number in

[GitHub] thrift issue #1052: fix bug of TCompactProtocol of php

2016-07-20 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1052 I'm also wondering if this was causing any "make cross" errors that have been ignored and whether we can re-enable some of those tests. --- If your project is set up for it, you can reply to this

[jira] [Commented] (THRIFT-3855) In the go simple server, if Stop() is called multiple times it hangs

2016-07-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15386259#comment-15386259 ] ASF GitHub Bot commented on THRIFT-3855: Github user jeking3 commented on the issue:

[GitHub] thrift issue #1052: fix bug of TCompactProtocol of php

2016-07-20 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1052 Please create an Apache Jira ticket in the THRIFT project to cover the defect, and put a link to the pull request in there. In the future if you open a ticket first and put the name of the Jira

Pull Requests that can be merged

2016-07-20 Thread Jim King
The following pull requests passed CI builds and have been code reviewed: THRIFT-2156: (C++) fix errno handling in server socket #1033 https://issues.apache.org/jira/browse/THRIFT-2156 https://github.com/apache/thrift/pull/1033 THRIFT-3038: (C++) fix up some volatiles in cpp #981

[GitHub] thrift pull request #1052: fix bug of TCompactProtocol of php

2016-07-20 Thread czm1989
GitHub user czm1989 opened a pull request: https://github.com/apache/thrift/pull/1052 fix bug of TCompactProtocol of php fix bug when readI64 in TCompactProtocol of php. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] thrift pull request #1016: change one conn per goroutine to one request per ...

2016-07-20 Thread zeayes
Github user zeayes closed the pull request at: https://github.com/apache/thrift/pull/1016 --- 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-3088) TThreadPoolServer with Sasl auth may leak CLOSE_WAIT socket

2016-07-20 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15385821#comment-15385821 ] James E. King, III commented on THRIFT-3088: The pull request for this issue is still open -

[jira] [Commented] (THRIFT-3090) cmake build is broken on MacOSX

2016-07-20 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15385816#comment-15385816 ] James E. King, III commented on THRIFT-3090: The pull request is still open - could someone

[jira] [Commented] (THRIFT-3830) Add detail exception message between server-side and client-side

2016-07-20 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15385812#comment-15385812 ] James E. King, III commented on THRIFT-3830: [~jensg] or [~jfarrell] the pull request for

[jira] [Updated] (THRIFT-3880) Erlang Compact protocol - boolean values inverted

2016-07-20 Thread James E. King, III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King, III updated THRIFT-3880: --- Assignee: Aki Sukegawa > Erlang Compact protocol - boolean values inverted >

[GitHub] thrift issue #1011: Fix bug for php close socket

2016-07-20 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1011 @caty please open an Apache Thrift Jira ticket for this issue and rebase the pull request against master so we get a clean CI build. --- If your project is set up for it, you can reply to this

[jira] [Commented] (THRIFT-3830) Add detail exception message between server-side and client-side

2016-07-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15385801#comment-15385801 ] ASF GitHub Bot commented on THRIFT-3830: Github user jeking3 commented on the issue:

[GitHub] thrift issue #1012: THRIFT-3830

2016-07-20 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1012 This fix was declined per the thrift discussion due to security concerns. Please decline this pull request. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] thrift issue #1014: Thrift 3839

2016-07-20 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1014 Yes, continue to rebase against master and force push until it passes; if there are no changes to pick up add an extra blank line to the end of one of the files, commit, rebase/fixup and force

[GitHub] thrift issue #1015: Update connection.js

2016-07-20 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1015 This needs an Apache Jira ticket in the Thrift project, and needs to be rebased against master so that it gets a clean CI build. --- If your project is set up for it, you can reply to this email

[jira] [Commented] (THRIFT-3845) TBinaryProtocolAccelerated cannot use thrift_protocol ext

2016-07-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15385790#comment-15385790 ] ASF GitHub Bot commented on THRIFT-3845: Github user jeking3 commented on the issue:

[GitHub] thrift issue #1016: change one conn per goroutine to one request per gorouti...

2016-07-20 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1016 This needs to be rebased against master to get a good CI build, and needs a Thrift project Jira ticket. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] thrift issue #1022: THRIFT-3845

2016-07-20 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1022 @RobberPhex could you rebase this against master so we can get a build that passes all tests? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[jira] [Commented] (THRIFT-3844) thrift_protocol cannot compile in 7.0.7

2016-07-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15385785#comment-15385785 ] ASF GitHub Bot commented on THRIFT-3844: Github user jeking3 commented on the issue:

[GitHub] thrift issue #1021: Fix THRIFT-3844

2016-07-20 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1021 @RobberPhex could you rebase this against master and re-submit to get a build that passes CI tests? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] thrift pull request #1028: MOD: fix the blocked bug when call Stop() twice o...

2016-07-20 Thread jeking3
Github user jeking3 commented on a diff in the pull request: https://github.com/apache/thrift/pull/1028#discussion_r71516249 --- Diff: lib/go/thrift/simple_server.go --- @@ -149,8 +151,10 @@ func (p *TSimpleServer) Serve() error { } func (p *TSimpleServer) Stop()

[jira] [Commented] (THRIFT-3876) haxe js/nodejs client

2016-07-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15385778#comment-15385778 ] ASF GitHub Bot commented on THRIFT-3876: Github user jeking3 commented on the issue:

[GitHub] thrift issue #1045: THRIFT-3876 haxe js/nodejs client

2016-07-20 Thread jeking3
Github user jeking3 commented on the issue: https://github.com/apache/thrift/pull/1045 Was this set of changes tested with "make cross" as part of the build? --- 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

[jira] [Updated] (THRIFT-3232) Cannot deserialize json messages created with fieldNamesAsString

2016-07-20 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-3232: --- Summary: Cannot deserialize json messages created with fieldNamesAsString (was: Cannot deserialize

[jira] [Closed] (THRIFT-3232) Cannot deserialize json messages created with fieldNamesAsString

2016-07-20 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer closed THRIFT-3232. -- Resolution: Fixed > Cannot deserialize json messages created with fieldNamesAsString >

[jira] [Reopened] (THRIFT-3232) Cannot deserialize json messages created with

2016-07-20 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reopened THRIFT-3232: > Cannot deserialize json messages created with > -- > >