Re: [VOTE] Thrift 0.4.0 RC0

2010-08-16 Thread Anthony Molinaro
Okay, so I got it to pass the tests. I started playing with the number of threads in the async test since that was the first that failed, and that works, but seemed odd. 100 works fine, 400 works fine, 490 causes a test several past the async test to fail. This makes me think somehow junit is

[jira] Updated: (THRIFT-854) Provide configure option and make rules to build/install php extension

2010-08-16 Thread Anthony Molinaro (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Molinaro updated THRIFT-854: Attachment: php-ext.patch thrift_protocol.ini Almost forgot,

[jira] Created: (THRIFT-855) Include optimized compiled python objects in install

2010-08-16 Thread Anthony Molinaro (JIRA)
Include optimized compiled python objects in install Key: THRIFT-855 URL: https://issues.apache.org/jira/browse/THRIFT-855 Project: Thrift Issue Type: Improvement Components:

Re: sharing knowledge means sharing control

2010-08-16 Thread Kevin Clark
On Aug 16, 2010, at 7:32 AM, Bryan Duxbury br...@rapleaf.com wrote: On Sun, Aug 15, 2010 at 8:52 PM, Joe Schaefer joe_schae...@yahoo.comwrote: Why not simply make that person a committer and let them hack on trunk from the start? I could agree with this in principle, but I think that

Re: sharing knowledge means sharing control

2010-08-16 Thread Bryan Duxbury
I feel like the git thing is pretty well solved already - we have a git mirror of Thrift trunk, and for those who want to use git, that seems like it works fine. I don't think it would make sense for us to *switch* all of thrift to using git, though, if that's what you're suggesting. On Mon, Aug

Re: [VOTE] Thrift 0.4.0 RC0

2010-08-16 Thread Anthony Molinaro
Yeah, actually they pass for me as well in Mac with only 256. So I'm thinking it could somehow be vmware, or maybe I have some bad network config, do the tests open a lot of sockets? The java versions are almost identical CentOS % java -version java version 1.6.0_20 Java(TM) SE Runtime

[jira] Commented: (THRIFT-853) Set up continuous integration

2010-08-16 Thread Joe Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899001#action_12899001 ] Joe Schaefer commented on THRIFT-853: - There are 2 options at the ASF, hudson or

Re: [Thrift Wiki] Update of LanguageSupport by RogerMeier

2010-08-16 Thread David Reiss
We already have something like this at http://wiki.apache.org/thrift/LibraryFeatures but it's a huge pain to edit. On 08/16/2010 12:36 PM, Apache Wiki wrote: Dear Wiki user, You have subscribed to a wiki page or wiki category on Thrift Wiki for change notification. The LanguageSupport

[jira] Commented: (THRIFT-851) php extension fails to compile on centos 5.x

2010-08-16 Thread Anthony Molinaro (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899066#action_12899066 ] Anthony Molinaro commented on THRIFT-851: - sys/param.h also seems to work fine on

Re: sharing knowledge means sharing control

2010-08-16 Thread Joel Meyer
As someone who derives great benefit from Thrift and has advocated for it at work, but hasn't participated in the community much, here are the things that I'd love to see: Easy Code Review Tool: Patch files are a lousy way to review code (whether sent to the mailing list or attached to a JIRA

[jira] Commented: (THRIFT-854) Provide configure option and make rules to build/install php extension

2010-08-16 Thread David Reiss (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899075#action_12899075 ] David Reiss commented on THRIFT-854: I don't think putting phpize in bootstrap is good

[jira] Commented: (THRIFT-855) Include optimized compiled python objects in install

2010-08-16 Thread David Reiss (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899078#action_12899078 ] David Reiss commented on THRIFT-855: Python's optimize mode is pretty silly at the

[jira] Commented: (THRIFT-853) Set up continuous integration

2010-08-16 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899081#action_12899081 ] Roger Meier commented on THRIFT-853: More Info on Build Services at Apache is here

Re: [VOTE] Thrift 0.4.0 RC0

2010-08-16 Thread Bryan Duxbury
I'm going to -1 this tarball myself due to issues with the PHP extension building. I'll post another RC momentarily. On Mon, Aug 16, 2010 at 10:14 AM, Anthony Molinaro antho...@alumni.caltech.edu wrote: Yeah, actually they pass for me as well in Mac with only 256. So I'm thinking it could

[VOTE] Thrift 0.4.0 RC1

2010-08-16 Thread Bryan Duxbury
Hi all, As discussed, in all the time it took for us to finally release Thrift 0.3, we've accumulated enough changes for Thrift 0.4! I propose we accept http://people.apache.org/~bryanduxbury/thrift-0.4.0-rc1.tar.gzhttp://people.apache.org/%7Ebryanduxbury/thrift-0.4.0-rc1.tar.gzas the official

[jira] Commented: (THRIFT-853) Set up continuous integration

2010-08-16 Thread Bryan Duxbury (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899085#action_12899085 ] Bryan Duxbury commented on THRIFT-853: -- This looks really cool. Roger, did you have to

[jira] Updated: (THRIFT-845) async client does not respect timeout

2010-08-16 Thread Ning Liang (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Liang updated THRIFT-845: -- Attachment: async_client_timeout.diff Attached is a patch that implements a first draft of timeouts.

[jira] Commented: (THRIFT-854) Provide configure option and make rules to build/install php extension

2010-08-16 Thread Anthony Molinaro (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899120#action_12899120 ] Anthony Molinaro commented on THRIFT-854: - phpize simply generates the autoconf

[jira] Commented: (THRIFT-845) async client does not respect timeout

2010-08-16 Thread Eric Jensen (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899211#action_12899211 ] Eric Jensen commented on THRIFT-845: Woop woop! Thanks for doing this. Did you look

[jira] Created: (THRIFT-856) Building cpp library fails on OS X with malloc and free not being declared in scope

2010-08-16 Thread James Clarke (JIRA)
Building cpp library fails on OS X with malloc and free not being declared in scope --- Key: THRIFT-856 URL: https://issues.apache.org/jira/browse/THRIFT-856 Project: