Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 22 (0.065s).
Loading phrases to help you
refine your search...
[AVRO-1089] Avro-C - Penalty 30x to 50x for using resolved writer on arrays - Avro - [issue]
...The new performance tests created in AVRO-1088 show that using theresolved writer takes 30 to 50 times longer than using no schemaresolution or using the resolved reader for simple and neste...
http://issues.apache.org/jira/browse/AVRO-1089    Author: Vivek Nadkarni, 2012-12-10, 17:57
[AVRO-1165] Avro-C: Memory leak in value iface containing AVRO_LINK. - Avro - [issue]
...A memory leak can be seen when the following matched pair of commands is called, using a schema containing an AVRO_LINK. This pair of commands constructs a class (value iface) from a schema ...
http://issues.apache.org/jira/browse/AVRO-1165    Author: Vivek Nadkarni, 2012-09-25, 22:16
[AVRO-1164] Avro-C: Deallocate resources used in test_avro_schema.c - Avro - [issue]
...There are a few resources that are allocated in test_avro_schema.c that are not deallocated. This minor fix deallocates these resources. Specifically - a file pointer, a directory entry and ...
http://issues.apache.org/jira/browse/AVRO-1164    Author: Vivek Nadkarni, 2012-09-25, 22:16
[AVRO-1167] Avro-C: avro_schema_copy() does not copy AVRO_LINKs properly. - Avro - [issue]
...When avro_schema_copy() encounters an AVRO_LINK from an old_schema to a new_schema, it sets the target of the new_link to the target of the old_link in the old_schema. Thus, the AVRO_LINK in...
http://issues.apache.org/jira/browse/AVRO-1167    Author: Vivek Nadkarni, 2012-09-14, 23:39
RE: Release 1.7.2? - Avro - [mail # dev]
...Douglas, I would appreciate it if you could also review and merge in this memory leak patch: https://issues.apache.org/jira/browse/AVRO-1165   Thanks, Vivek  On Fri, Sep 14, 2012 a...
   Author: Vivek Nadkarni, 2012-09-14, 20:07
RE: C API for writing datums - Avro - [mail # user]
...Hi Saptarshi  -   Yes, you should use the "value" API calls described in section 4 (http://avro.apache.org/docs/current/api/c/index.html#_avro_values) of the website, and you shoul...
   Author: Vivek Nadkarni, 2012-07-10, 01:17
[AVRO-1088] Avro-C - Add performance tests for schema resolution and arrays. - Avro - [issue]
...The current performance test in Avro-C measures the performance whilereading and writing of Avro values using a complex record schema,which does not contain any arrays.We add tests to measur...
http://issues.apache.org/jira/browse/AVRO-1088    Author: Vivek Nadkarni, 2012-05-21, 11:59
[AVRO-1091] Avro-C - Simple scripts to call cmake from windows and linux - Avro - [issue]
...New users to Avro-C may not know the specific commandline options to cmake to compile the Avro library. I would like to add simple scripts document the cmake commands under windows and linux...
http://issues.apache.org/jira/browse/AVRO-1091    Author: Vivek Nadkarni, 2012-05-20, 14:29
[AVRO-1038] Avro-C: Header file calls out GCC atomic intrinsics, which are missing in some GCC versions older than 4.5.0 - Avro - [issue]
...This issue was described as Item 2 in AVRO-1033. Splitting it out into a separate JIRA ticket per Doug's request.While compiling Avro across several flavors ofLinux, we noticed that the GCC ...
http://issues.apache.org/jira/browse/AVRO-1038    Author: Vivek Nadkarni, 2012-03-19, 16:34
[AVRO-1034] Avro C Resolved reader does not initialize children of arrays, resulting in segmentation faults - Avro - [issue]
...As I did in AVRO-984, I created a test program that creates an avro value corresponding to the following schema:   {"type":"array", "items": {"type": "array", "items": "long"}}The ...
http://issues.apache.org/jira/browse/AVRO-1034    Author: Vivek Nadkarni, 2012-03-19, 16:34
Sort:
project
Avro (22)
type
issue (14)
mail # dev (4)
mail # user (4)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (22)
author
Doug Cutting (802)
Scott Carey (431)
Jeff Hammerbacher (175)
Philip Zeyliger (116)
Matt Massie (102)
Bruce Mitchener (89)
Thiruvalluvan M. G. (82)
Douglas Creager (80)
Harsh J (74)
Jeff Hodges (65)
James Baldassari (53)
Yang (52)
Scott Banachowski (48)
Jeremy Lewi (46)
Miki Tebeka (45)
Vivek Nadkarni