Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 22 (0.106s).
Loading phrases to help you
refine your search...
[AVRO-1033] Avro-C reference count fails on x86 and x86-64 for GCC 4.1.0 and earlier - Avro - [issue]
...Item 1: *******In the Avro-C implementation, there is a bug in the Raw x86 assemblyperforming the atomic increment and decrement operations inrefcount.h. Specifically, the assembly language ...
http://issues.apache.org/jira/browse/AVRO-1033    Author: Vivek Nadkarni, 2012-03-19, 16:34
[AVRO-1039] Avro-C: Test 1 (quickstop) requires deflate codec, and fails when it is missing - Avro - [issue]
...Summary:The test/example quickstop requires the deflate codec. However, the deflate codec is an optional codec, and not a requirement for Avro-C. So the tests should pass even when the defla...
http://issues.apache.org/jira/browse/AVRO-1039    Author: Vivek Nadkarni, 2012-03-19, 16:34
RE: [VOTE] Avro release 1.6.3 (rc 0) - Avro - [mail # dev]
...Any idea on when Avro 1.6.3 is going to be released?  Thanks, Vivek   From: Doug Cutting [mailto:[EMAIL PROTECTED]]  Sent: Wednesday, March 07, 2012 12:56 PM To: [EMAIL PROTEC...
   Author: Vivek Nadkarni, 2012-03-15, 01:40
[AVRO-968] Avro C - avro_value_cmp_fast() may return garbage value for AVRO_STRING comparison - Avro - [issue]
...Compiler shows a warning that variables may be used uninitialized in avro_value_cmp_fast():/home/user/avro-trunk/lang/c/src/value.c: In function 'avro_value_cmp_fast':/home/user/avro-trunk/l...
http://issues.apache.org/jira/browse/AVRO-968    Author: Vivek Nadkarni, 2012-02-15, 00:46
[AVRO-984] Avro C - Resolved reader fails to read nested arrays and reads uninitialized memory - Avro - [issue]
...Summary: I created a test program that creates an avro value corresponding tothe following schema:   {"type":"array", "items": {"type": "array", "items": "long"}}and tries to read ...
http://issues.apache.org/jira/browse/AVRO-984    Author: Vivek Nadkarni, 2012-02-15, 00:46
RE: Projection using C value API - Avro - [mail # user]
...Hi Alan -   I recently provided some test code that shows an example of resolving  reader and writer schemas.    See the file  https://issues.apache.org/jira/secure/...
   Author: Vivek Nadkarni, 2011-12-21, 08:02
[AVRO-928] Debug statement reports garbage value from stack - Avro - [issue]
...The debug statement in resolved-writer.c in the function avro_resolved_writer_get_by_index() provides the value of an element from an uninitialized struct on the stack. I believe the intenti...
http://issues.apache.org/jira/browse/AVRO-928    Author: Vivek Nadkarni, 2011-11-01, 18:36
[AVRO-930] Memory leak in resolved-writer.c in Avro C - Avro - [issue]
...I was able to isolate a memory leak in the new schema resolver(resolved-writer.c) in Avro C on the avro-trunk (v1.6.0), in which thecode attempts to access and free memory that has already b...
http://issues.apache.org/jira/browse/AVRO-930    Author: Vivek Nadkarni, 2011-11-01, 18:35
RE: Memory leak in resolved-writer.c in Avro C, with patch - Avro - [mail # dev]
...Hi Doug -   I opened AVRO-930 in JIRA for this issue. I uploaded my patch over the weekend, and then realized that you probably wanted my test case as well. I have uploaded my test case...
   Author: Vivek Nadkarni, 2011-10-18, 18:35
Memory leak in resolved-writer.c in Avro C, with patch - Avro - [mail # dev]
...Hi -   I was able to isolate a memory leak in the new schema resolver (resolved-writer.c) in Avro C on the avro-trunk (v1.6.0), in which the code attempts to access and free memory that...
   Author: Vivek Nadkarni, 2011-10-14, 01:07
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 (432)
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