[jira] [Commented] (THRIFT-2220) Add a new struct structv?

2013-10-08 Thread Martin Vogt (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789142#comment-13789142 ] Martin Vogt commented on THRIFT-2220: - Hello Jens, >I probably just don't see it, bu

[jira] [Commented] (THRIFT-2220) Add a new struct structv?

2013-10-08 Thread Martin Vogt (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789148#comment-13789148 ] Martin Vogt commented on THRIFT-2220: - Hello Henrique, >It sounds like a nice idea,

[jira] [Created] (THRIFT-2223) Spam links on wiki

2013-10-08 Thread Steven McDonald (JIRA)
Steven McDonald created THRIFT-2223: --- Summary: Spam links on wiki Key: THRIFT-2223 URL: https://issues.apache.org/jira/browse/THRIFT-2223 Project: Thrift Issue Type: Task Report

[jira] [Commented] (THRIFT-2045) C++ compiler warning and build cleanup

2013-10-08 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789636#comment-13789636 ] Jens Geyer commented on THRIFT-2045: I run into a minor and easy to fix Problem with

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

2013-10-08 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789674#comment-13789674 ] Jens Geyer commented on THRIFT-2031: Just a question: {code}setKeepAlive(false){code}

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

2013-10-08 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789674#comment-13789674 ] Jens Geyer edited comment on THRIFT-2031 at 10/8/13 8:42 PM: -

Re: Looking for +1s to several of my patches

2013-10-08 Thread Jens Geyer
Hi Ben, 2027 applies fine for me on a clean git tree. $ git apply ../ben-2027-misc_minor.patch ../ben-2027-misc_minor.patch:10: trailing whitespace. nextIOThread_ = static_cast((nextIOThread_ + 1) % ioThreads_.size() ; ../ben-2027-misc_minor.patch:19: trailing whitespace. long nBytes = r

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

2013-10-08 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789712#comment-13789712 ] Jens Geyer commented on THRIFT-1751: Since you are ifdef'ing the whole function away:

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

2013-10-08 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789723#comment-13789723 ] Ben Craig commented on THRIFT-1751: --- I can do that. In either case, you will get an er

[jira] [Commented] (THRIFT-1750) Make compiler build cleanly under visual studio 10

2013-10-08 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789733#comment-13789733 ] Ben Craig commented on THRIFT-1750: --- Ack! In my June 2013 mega patch upload, this basi

[jira] [Commented] (THRIFT-1750) Make compiler build cleanly under visual studio 10

2013-10-08 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789736#comment-13789736 ] Jens Geyer commented on THRIFT-1750: So close this one as wontfix? > Make compiler b

[jira] [Comment Edited] (THRIFT-1750) Make compiler build cleanly under visual studio 10

2013-10-08 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789736#comment-13789736 ] Jens Geyer edited comment on THRIFT-1750 at 10/8/13 9:45 PM: -

[jira] [Commented] (THRIFT-1750) Make compiler build cleanly under visual studio 10

2013-10-08 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789745#comment-13789745 ] Ben Craig commented on THRIFT-1750: --- As soon as 2045 is wrapped up, I'll close it as fi

[jira] [Resolved] (THRIFT-2045) C++ compiler warning and build cleanup

2013-10-08 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Craig resolved THRIFT-2045. --- Resolution: Fixed Changed MINGW -> _WIN32 in the go generator and submitted (after a rebuild) > C++

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

2013-10-08 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Craig updated THRIFT-1751: -- Attachment: (was: TServer_guard.patch) > definition of increase_max_fds doesn't compile when HAVE_

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

2013-10-08 Thread Ben Craig (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Craig updated THRIFT-1751: -- Attachment: TServer_guard2.patch Updated from svn patch, and now guarding the prototype > definition

Build failed in Jenkins: Thrift-Compiler-Windows #935

2013-10-08 Thread Apache Jenkins Server
See Changes: [bencraig] THRIFT-2045: C++ compiler warning and build cleanup -- [...truncated 260 lines...] checking for working memcmp... no checking for stdlib.h... (cached) yes checking

[jira] [Commented] (THRIFT-2045) C++ compiler warning and build cleanup

2013-10-08 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789845#comment-13789845 ] Hudson commented on THRIFT-2045: FAILURE: Integrated in Thrift #924 (See [https://builds

[jira] [Assigned] (THRIFT-2223) Spam links on wiki

2013-10-08 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell reassigned THRIFT-2223: Assignee: Jake Farrell > Spam links on wiki > -- > > Key:

[jira] [Closed] (THRIFT-2223) Spam links on wiki

2013-10-08 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2223. Resolution: Fixed Thanks for pointing it out, taking care of it > Spam links on wiki > --