[jira] [Closed] (THRIFT-1591) Enable TCP_NODELAY for ruby gem

2012-09-28 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-1591. Resolution: Fixed Fix Version/s: 0.9 Assignee: Christos Trochalakis Committed,

[jira] [Closed] (THRIFT-1571) Update Ruby HTTP transport for recent Ruby versions

2012-09-28 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-1571. Resolution: Not A Problem Fix Version/s: 0.9 Assignee: Jake Farrell Current trunk

Build failed in Jenkins: Thrift-Debian-Packages #294

2012-09-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/Thrift-Debian-Packages/294/changes Changes: [jfarrell] THRIFT-1591: Enable TCP_NODELAY for ruby gem Client: rb Patch: Christos Trochalakis Set TCP_NODELAY for client socket for ruby lib -- [...truncated 1263 lines...]

Build failed in Jenkins: Thrift #538

2012-09-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/Thrift/538/changes Changes: [jfarrell] THRIFT-1591: Enable TCP_NODELAY for ruby gem Client: rb Patch: Christos Trochalakis Set TCP_NODELAY for client socket for ruby lib -- [...truncated 1228 lines...] libtool: compile:

[jira] [Commented] (THRIFT-1591) Enable TCP_NODELAY for ruby gem

2012-09-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465536#comment-13465536 ] Hudson commented on THRIFT-1591: Integrated in Thrift #538 (See

[jira] [Commented] (THRIFT-1356) Memory leak and other issues in TSocketClient

2012-09-28 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465540#comment-13465540 ] Jake Farrell commented on THRIFT-1356: -- Matthew, Thank you for your work on this

[jira] [Commented] (THRIFT-1034) Add a multiplexing Java client

2012-09-28 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465556#comment-13465556 ] Jake Farrell commented on THRIFT-1034: -- If you could please add some unit tests to

[jira] [Assigned] (THRIFT-1034) Add a multiplexing Java client

2012-09-28 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell reassigned THRIFT-1034: Assignee: Jake Farrell Add a multiplexing Java client

[jira] [Assigned] (THRIFT-771) Publish JMX metrics from Thrift servers

2012-09-28 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell reassigned THRIFT-771: --- Assignee: Jake Farrell Publish JMX metrics from Thrift servers

Build failed in Jenkins: Thrift-Debian-Packages #295

2012-09-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/Thrift-Debian-Packages/295/changes Changes: [jfarrell] THRIFT-1082: Thrift::FramedTransport sometimes calls close() on an undefined value Client: perl Patch: John Siracusa Fixes Thrift::FramedTransport module sometimes ends up calling the close() method on an

Build failed in Jenkins: Thrift #539

2012-09-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/Thrift/539/changes Changes: [jfarrell] THRIFT-1082: Thrift::FramedTransport sometimes calls close() on an undefined value Client: perl Patch: John Siracusa Fixes Thrift::FramedTransport module sometimes ends up calling the close() method on an undefined value

[jira] [Commented] (THRIFT-1082) Thrift::FramedTransport sometimes calls close() on an undefined value

2012-09-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465579#comment-13465579 ] Hudson commented on THRIFT-1082: Integrated in Thrift #539 (See

[jira] [Commented] (THRIFT-1571) Update Ruby HTTP transport for recent Ruby versions

2012-09-28 Thread Seth Hitchings (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465695#comment-13465695 ] Seth Hitchings commented on THRIFT-1571: Fixed by THRIFT-1599

[jira] [Commented] (THRIFT-1673) Ruby compile flags for extension for multi arch builds (os x)

2012-09-28 Thread Nathan Beyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465701#comment-13465701 ] Nathan Beyer commented on THRIFT-1673: -- The the commit associated with this issue,

[PATCH] base class for struct in c++?

2012-09-28 Thread Martin Vogt
Hello, I would like to use the c++ generator for structs in a QT application with signal/slots. For example: thrift: struct Matrix { 1: required i64 rows=123, 2:i64 cols, 3:listVector data, } QT class: emit(mySignal(TBase*)) where TBase is a common base class for the generated

[jira] [Commented] (THRIFT-1680) make install requires GNU make

2012-09-28 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465800#comment-13465800 ] Roger Meier commented on THRIFT-1680: - +1 for this patch Jake! another thing I had

[jira] [Commented] (THRIFT-1704) Tornado support (Python)

2012-09-28 Thread Chris Piro (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465817#comment-13465817 ] Chris Piro commented on THRIFT-1704: The unit tests should not fail if tornado

[jira] [Updated] (THRIFT-1704) Tornado support (Python)

2012-09-28 Thread Chris Piro (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Piro updated THRIFT-1704: --- Attachment: thrift-1704-tornado-2.patch At the top of the unit test, exit early and successfully if

[jira] [Comment Edited] (THRIFT-1704) Tornado support (Python)

2012-09-28 Thread Chris Piro (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465902#comment-13465902 ] Chris Piro edited comment on THRIFT-1704 at 9/29/12 8:05 AM: -

[jira] [Comment Edited] (THRIFT-1704) Tornado support (Python)

2012-09-28 Thread Chris Piro (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465902#comment-13465902 ] Chris Piro edited comment on THRIFT-1704 at 9/29/12 8:05 AM: -

[jira] [Updated] (THRIFT-1704) Tornado support (Python)

2012-09-28 Thread Chris Piro (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Piro updated THRIFT-1704: --- Description: Add support for Tornado, the non-blocking server framework released by Facebook. The

[jira] [Commented] (THRIFT-1673) Ruby compile flags for extension for multi arch builds (os x)

2012-09-28 Thread Nathan Beyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13465996#comment-13465996 ] Nathan Beyer commented on THRIFT-1673: -- I think I found the issue. With Ruby 1.8.7,

[jira] [Commented] (THRIFT-1680) make install requires GNU make

2012-09-28 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13466044#comment-13466044 ] Jake Farrell commented on THRIFT-1680: -- Having a mix of on/off would complicate

[jira] [Commented] (THRIFT-1680) make install requires GNU make

2012-09-28 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13466047#comment-13466047 ] Jake Farrell commented on THRIFT-1680: -- initial patch committed fixing sub-issues.

[jira] [Closed] (THRIFT-1702) a thrift manual

2012-09-28 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-1702. Resolution: Implemented Committed initial patch in Thrift-1680 which addresses problems stated

Re: [PATCH] base class for struct in c++?

2012-09-28 Thread Jake Farrell
Martin Thank you for bringing this to the community, please see http://thrift.apache.org/docs/HowToContribute/ for instructions on contribution back patches like this. -Jake On Fri, Sep 28, 2012 at 12:53 PM, Martin Vogt mvo...@gmail.com wrote: Hello, I would like to use the c++ generator

Build failed in Jenkins: Thrift-Debian-Packages #296

2012-09-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/Thrift-Debian-Packages/296/changes Changes: [jfarrell] Thrift-1680:Make install requires GNU make Client: build patch: Jake Farrell Updates boost and libevent configure messages, updates thrift help to display error and smaller message, moves help to --help or

Build failed in Jenkins: Thrift #540

2012-09-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/Thrift/540/changes Changes: [jfarrell] Thrift-1680:Make install requires GNU make Client: build patch: Jake Farrell Updates boost and libevent configure messages, updates thrift help to display error and smaller message, moves help to --help or -help and takes

[jira] [Commented] (THRIFT-1680) make install requires GNU make

2012-09-28 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13466071#comment-13466071 ] Hudson commented on THRIFT-1680: Integrated in Thrift #540 (See