Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 12 (0.082s).
Loading phrases to help you
refine your search...
[AVRO-1163] Memory leak in avro_fixed_private() function - Avro - [issue]
...There is a memory leak in error checking code inside avro_fixed_private()....
http://issues.apache.org/jira/browse/AVRO-1163    Author: Pugachev Maxim, 2012-12-10, 17:57
[AVRO-1101] avro-c: reference counting error in avro_schema_record_field_get() and friends - Avro - [issue]
...There is a couple of reference counting errors in avro-c which can produce crash bugs. Attached example shows this problem....
http://issues.apache.org/jira/browse/AVRO-1101    Author: Pugachev Maxim, 2012-09-13, 22:17
[AVRO-1129] Schema deletion cheking - Avro - [issue]
...In the current code there is no ability to check if schema is alive after avro_schema_decref() call. I.e.:schema = avro_schema_from_json();do_something (schema); // call to avro_schema_decre...
http://issues.apache.org/jira/browse/AVRO-1129    Author: Pugachev Maxim, 2012-09-13, 22:15
[AVRO-1138] avro-c: can`t set default block size in avro_file_writer_open - Avro - [issue]
...There is no way to set a default block size while opening avro log. For example, I can create a file writer with a custom block size (say, 128kb) and write a big record. But if I`ll open it ...
http://issues.apache.org/jira/browse/AVRO-1138    Author: Pugachev Maxim, 2012-09-13, 22:13
[AVRO-1115] avro-c: possible crash error in codec cleanup code - Avro - [issue]
...There is a possible crash error in codec cleanup code. Test-case is simple: you need to call an "avro_file_writer_open" function with wrong file name (i.e. non-existent file). Valgrind outpu...
http://issues.apache.org/jira/browse/AVRO-1115    Author: Pugachev Maxim, 2012-07-19, 08:54
[AVRO-1082] avro-c: avoid leaking open FILE objects - Avro - [issue]
...There is a couple of functions where an open FILE object leaks: file_writer_init_fp (datafile.c) avro_schema_to_specific (schema_specific.c)...
http://issues.apache.org/jira/browse/AVRO-1082    Author: Pugachev Maxim, 2012-06-11, 20:01
[AVRO-1083] avro-c: multiple memory leaks - Avro - [issue]
...Multiple memory leaks in error checking code....
http://issues.apache.org/jira/browse/AVRO-1083    Author: Pugachev Maxim, 2012-06-11, 20:01
[AVRO-1087] avro-c: invoking avro_file_writer_open() produces 100% crash bug - Avro - [issue]
...Invoking avro_file_writer_open() produces 100% crash bug:#0  codec_null (codec=0x0, type=0xbfb11a0d "null") at /home/mpugachev/work/avro-trunk/lang/c/src/codec.c:36#1  avro_codec (...
http://issues.apache.org/jira/browse/AVRO-1087    Author: Pugachev Maxim, 2012-06-11, 20:01
[AVRO-1102] avro-c: memory leak in avro_string() function - Avro - [issue]
...Memory leak in error checking code. Patch for this issue is in attached file....
http://issues.apache.org/jira/browse/AVRO-1102    Author: Pugachev Maxim, 2012-06-07, 17:41
[AVRO-1092] avro-c: improving thread safety in error management code - Avro - [issue]
...Error management code isn`t thread safe at all. I wrote a patch for this issue, but it works only for *nix systems.Affected functions: avro_set_error(), avro_prefix_error()...
http://issues.apache.org/jira/browse/AVRO-1092    Author: Pugachev Maxim, 2012-05-20, 14:26
Sort:
project
Avro (12)
type
issue (12)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (12)
author
Doug Cutting (802)
Scott Carey (437)
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)
Pugachev Maxim