[jira] [Created] (THRIFT-2475) c_glib: buffered_transport_write function return always TRUE.

2014-04-16 Thread Jaesang Kim (JIRA)
Jaesang Kim created THRIFT-2475: --- Summary: c_glib: buffered_transport_write function return always TRUE. Key: THRIFT-2475 URL: https://issues.apache.org/jira/browse/THRIFT-2475 Project: Thrift

[jira] [Comment Edited] (THRIFT-2471) Make cpp.ref annotation language agnostic

2014-04-16 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13972321#comment-13972321 ] Randy Abernethy edited comment on THRIFT-2471 at 4/17/14 5:42 AM: -

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

2014-04-16 Thread Apache Jenkins Server
See Changes: [jfarrell] THRIFT-2190:Add the JavaScript thrift.js lib to the Bower registry -- [...truncated 258 lines...] checking for setsockopt in -lsocket... no checking for int16_t...

[jira] [Commented] (THRIFT-2190) Add the JavaScript thrift.js lib to the Bower registry

2014-04-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13972322#comment-13972322 ] Hudson commented on THRIFT-2190: FAILURE: Integrated in Thrift #1134 (See [https://build

Build failed in Jenkins: Thrift #1134

2014-04-16 Thread Apache Jenkins Server
See Changes: [jfarrell] THRIFT-2190:Add the JavaScript thrift.js lib to the Bower registry -- [...truncated 1826 lines...] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I

[jira] [Commented] (THRIFT-2471) Make cpp.ref annotation language agnostic

2014-04-16 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13972321#comment-13972321 ] Randy Abernethy commented on THRIFT-2471: - Hey Jens & Dave, thanks for the brain

[jira] [Closed] (THRIFT-2190) Add the JavaScript thrift.js lib to the Bower registry

2014-04-16 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed THRIFT-2190. Resolution: Fixed bower info thrift bower thrift#* cached git://github.com/apach

[jira] [Commented] (THRIFT-2470) THttpHandler swallows exceptions from processor

2014-04-16 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13972221#comment-13972221 ] Hudson commented on THRIFT-2470: SUCCESS: Integrated in Thrift #1133 (See [https://build

[jira] [Created] (THRIFT-2474) thrift.h causes a compile failure

2014-04-16 Thread Vitali Lovich (JIRA)
Vitali Lovich created THRIFT-2474: - Summary: thrift.h causes a compile failure Key: THRIFT-2474 URL: https://issues.apache.org/jira/browse/THRIFT-2474 Project: Thrift Issue Type: Bug

[jira] [Updated] (THRIFT-2474) thrift.h causes a compile failure

2014-04-16 Thread Vitali Lovich (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitali Lovich updated THRIFT-2474: -- Component/s: C++ - Library Description: ntohll & htonll are incorrectly assumed

[jira] [Created] (THRIFT-2473) _isset entries shouldn't be generated for non-optional fields

2014-04-16 Thread Vitali Lovich (JIRA)
Vitali Lovich created THRIFT-2473: - Summary: _isset entries shouldn't be generated for non-optional fields Key: THRIFT-2473 URL: https://issues.apache.org/jira/browse/THRIFT-2473 Project: Thrift

[jira] [Created] (THRIFT-2472) Thrift types that don't participate in inheritance shouldn't have virtual destructors

2014-04-16 Thread Vitali Lovich (JIRA)
Vitali Lovich created THRIFT-2472: - Summary: Thrift types that don't participate in inheritance shouldn't have virtual destructors Key: THRIFT-2472 URL: https://issues.apache.org/jira/browse/THRIFT-2472

[jira] [Commented] (THRIFT-2471) Make cpp.ref annotation language agnostic

2014-04-16 Thread Dave Watson (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13972071#comment-13972071 ] Dave Watson commented on THRIFT-2471: - It's necessary for languages that use value se

[jira] [Commented] (THRIFT-2470) THttpHandler swallows exceptions from processor

2014-04-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13972025#comment-13972025 ] ASF GitHub Bot commented on THRIFT-2470: Github user asfgit closed the pull reque

[GitHub] thrift pull request: THRIFT-2470: Stop THttpHandler from swallowin...

2014-04-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/thrift/pull/100 --- 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 enab

[jira] [Commented] (THRIFT-2471) Make cpp.ref annotation language agnostic

2014-04-16 Thread Randy Abernethy (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13972006#comment-13972006 ] Randy Abernethy commented on THRIFT-2471: - Hey All, Just curious, is cpp.ref (an

[jira] [Comment Edited] (THRIFT-2451) Do not use pointers for optional fields with defaults. Do not write such fields if its value set to default. Also, do not use pointers for any optional fields map

2014-04-16 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13971767#comment-13971767 ] Jens Geyer edited comment on THRIFT-2451 at 4/16/14 8:51 PM: -

[jira] [Resolved] (THRIFT-2470) THttpHandler swallows exceptions from processor

2014-04-16 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-2470. Resolution: Fixed Fix Version/s: 0.9.2 I committed only the core fix, the changes in {{THtt

[jira] [Updated] (THRIFT-2471) Make cpp.ref annotation language agnostic

2014-04-16 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-2471: --- Description: The proposal is to make the new {{cpp.ref}} annotation introduced with THRIFT-2421 lan

[jira] [Created] (THRIFT-2471) Make cpp.ref annotation language agnostic

2014-04-16 Thread Jens Geyer (JIRA)
Jens Geyer created THRIFT-2471: -- Summary: Make cpp.ref annotation language agnostic Key: THRIFT-2471 URL: https://issues.apache.org/jira/browse/THRIFT-2471 Project: Thrift Issue Type: Improvemen

Re: cpp.ref annotation - not only for cpp

2014-04-16 Thread Ben Craig
I talked with Jens some in IRC about this. I was getting my features mixed up. cpp.ref is currently used for supporting trees / recursive structures. I think it makes sense to make that feature language agnostic. The languages that only support reference semantics can ignore it, but cpp, go

[GitHub] thrift pull request: THRIFT-2470: Stop THttpHandler from swallowin...

2014-04-16 Thread Jens-G
Github user Jens-G commented on the pull request: https://github.com/apache/thrift/pull/100#issuecomment-40643771 Thanks for the patch. I'm not so sure if introducing a number of dependencies plus another new test project by a coup de main is such a great idea, especially if we compar

[jira] [Commented] (THRIFT-2470) THttpHandler swallows exceptions from processor

2014-04-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13971858#comment-13971858 ] ASF GitHub Bot commented on THRIFT-2470: Github user Jens-G commented on the pull

Re: cpp.ref annotation - not only for cpp

2014-04-16 Thread Ben Craig
Seems like we need to allow multiple .ref annotations for a single field. You may want an unordered_map with cpp, but a custom dictionary class in Java. So this feels like it should be treated similarly to namespaces, where you can use one namespace for all the languages, but you can also have

cpp.ref annotation - not only for cpp

2014-04-16 Thread Jens Geyer
Hi all, my proposal would be to make the new cpp.ref annotation more global. The same thing is needed at least in one other language, and there may be more (disclaimer: I have not checked, how many or if any at all). I think it is better to use one annotation instead of multiple .ref annotation

[jira] [Assigned] (THRIFT-2470) THttpHandler swallows exceptions from processor

2014-04-16 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer reassigned THRIFT-2470: -- Assignee: Jens Geyer > THttpHandler swallows exceptions from processor > -

[jira] [Commented] (THRIFT-2451) Do not use pointers for optional fields with defaults. Do not write such fields if its value set to default. Also, do not use pointers for any optional fields mapped t

2014-04-16 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13971767#comment-13971767 ] Jens Geyer commented on THRIFT-2451: Quite the opposite. Because {{cpp.ref}} would se

[GitHub] thrift pull request: THRIFT-2470: Stop THttpHandler from swallowin...

2014-04-16 Thread adam-resdiary
GitHub user adam-resdiary opened a pull request: https://github.com/apache/thrift/pull/100 THRIFT-2470: Stop THttpHandler from swallowing processor exceptions The problem with the way it works currently is that it makes it very difficult to figure out what's going on when I've got a

[jira] [Commented] (THRIFT-2470) THttpHandler swallows exceptions from processor

2014-04-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13971483#comment-13971483 ] ASF GitHub Bot commented on THRIFT-2470: GitHub user adam-resdiary opened a pull

Re: thrift docs

2014-04-16 Thread Jake Farrell
Hi Asternie The hbase idl is really well commented [1] with getRowTs defined as follows -Jake /** * Get all the data for the specified table and row at the specified * timestamp. Returns an empty list if the row does not exist. * * @return TRowResult containing the row and map of col

thrift docs

2014-04-16 Thread Asternie Rasenburg
Where can I find detailed descriptions for the functions, with arguments and what it does? I'm searching now for the meaning of getRowTs. I can only find the types of arguments. I'm missing detailed function description.

[jira] [Comment Edited] (THRIFT-2451) Do not use pointers for optional fields with defaults. Do not write such fields if its value set to default. Also, do not use pointers for any optional fields map

2014-04-16 Thread Aleksey Pesternikov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13971413#comment-13971413 ] Aleksey Pesternikov edited comment on THRIFT-2451 at 4/16/14 2:14 PM: -

[jira] [Created] (THRIFT-2470) THttpHandler swallows exceptions from processor

2014-04-16 Thread Adam Connelly (JIRA)
Adam Connelly created THRIFT-2470: - Summary: THttpHandler swallows exceptions from processor Key: THRIFT-2470 URL: https://issues.apache.org/jira/browse/THRIFT-2470 Project: Thrift Issue Type

[jira] [Commented] (THRIFT-2451) Do not use pointers for optional fields with defaults. Do not write such fields if its value set to default. Also, do not use pointers for any optional fields mapped t

2014-04-16 Thread Aleksey Pesternikov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13971413#comment-13971413 ] Aleksey Pesternikov commented on THRIFT-2451: - Absolutely agree, I'll take a

[jira] [Commented] (THRIFT-2429) Provide option to not write default values, rely on receiver default construction instead

2014-04-16 Thread Chris Stylianou (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13970931#comment-13970931 ] Chris Stylianou commented on THRIFT-2429: - +1 for the proposal of a new operator

[jira] [Commented] (THRIFT-2451) Do not use pointers for optional fields with defaults. Do not write such fields if its value set to default. Also, do not use pointers for any optional fields mapped t

2014-04-16 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13970631#comment-13970631 ] Jens Geyer commented on THRIFT-2451: {quote} nil pointers for required fields are not