Re: [VOTE] Release Apache Avro 1.8.1 RC1

2016-05-19 Thread Douglas Creager
+1  Verified checksums, ran tests from source. On Thu, May 19, 2016, at 12:29 PM, Ryan Blue wrote: > +1 > > On Tue, May 17, 2016 at 2:52 AM, Tom White wrote: > >> +1 >> >> I carried out basic tests (checksums, signatures, license >> headers, source >> tag, building from source), and also that

Re: [DISCUSS] Quarterly release goal

2016-04-21 Thread Douglas Creager
+1 I agree both that we should have a regular release schedule, and that a 3-month cycle in particular is a good one to aim for. cheers –doug On Thu, Apr 21, 2016, at 12:23 AM, Ryan Blue wrote: > That's 3 of us, at least! > > Are there concerns out there about setting a goal like this? I honest

[jira] [Commented] (AVRO-1797) Schema parser should not ignore null character in default value for bytes

2016-02-11 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15142851#comment-15142851 ] Douglas Creager commented on AVRO-1797: --- Whoops! [json_stringn_nocheck|h

[jira] [Commented] (AVRO-1797) Schema parser should not ignore null character in default value for bytes

2016-02-11 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15142848#comment-15142848 ] Douglas Creager commented on AVRO-1797: --- On the C side we don't suppor

Re: [VOTE] Move Avro to git

2016-02-02 Thread Douglas Creager
+1 On Mon, Feb 1, 2016, at 03:02 PM, Ryan Blue wrote: > Hi everyone, > > A couple months ago, on the "Release and code management" discussion > thread [1], I suggested moving Avro to git. Everyone was for the idea on > that thread and now that the 1.8.0 release is finished I think we can > mov

Re: [VOTE] Avro release 1.8.0 (rc3)

2016-01-27 Thread Douglas Creager
+1 Verified signatures and checksums. C tests all pass, shared library version looks good. On Mon, Jan 25, 2016, at 07:05 AM, Tom White wrote: > Hi everyone, > > I've created a new release candidate for Avro 1.8.0. > > The changes are listed at: > http://s.apache.org/avro180 > > The release a

[jira] [Commented] (AVRO-1663) C Library does not handle enum's namespace

2016-01-19 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106836#comment-15106836 ] Douglas Creager commented on AVRO-1663: --- [This|https://www.gnu.org/software/lib

[jira] [Commented] (AVRO-1769) Depend on external libjansson instead of a bundled copy

2016-01-19 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15106822#comment-15106822 ] Douglas Creager commented on AVRO-1769: --- +1 > Depend on external libjansson

[jira] [Commented] (AVRO-1572) Avro-C misses EOF on 4K boundary

2015-12-28 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15072926#comment-15072926 ] Douglas Creager commented on AVRO-1572: --- +1 > Avro-C misses EOF on 4K b

[jira] [Commented] (AVRO-1617) C library: schema_record_equal can return true if schemas have different # of fields

2015-12-28 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15072923#comment-15072923 ] Douglas Creager commented on AVRO-1617: --- +1 > C library: schema_record_eq

[jira] [Commented] (AVRO-1769) Depend on external libjansson instead of a bundled copy

2015-12-28 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15072916#comment-15072916 ] Douglas Creager commented on AVRO-1769: --- This looks good, though the FindJan

[jira] [Commented] (AVRO-1663) C Library does not handle enum's namespace

2015-12-28 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15072905#comment-15072905 ] Douglas Creager commented on AVRO-1663: --- Patch looks good.

[jira] [Commented] (AVRO-1561) [PATCH] segfault NPE in avro_resolved_map_reader_get_by_index

2015-12-28 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15072896#comment-15072896 ] Douglas Creager commented on AVRO-1561: --- This looks like the right fix — i

Re: [VOTE] Avro release 1.8.0 (rc0)

2015-08-12 Thread Douglas Creager
Checksums match. Built and ran the tests in the via the new Docker image (huge kudos). All tests passed except for lang/py, which had an "unresolved dependencies" error since avro-tools-1.8.0.jar isn't in the public repositories yet. After I resolved that dependency manually, all of the tests pa

Re: avro_generic_value_free function implemetation not defined

2014-11-29 Thread Douglas Creager
> While invoking the avro_generic_value_free function, I get the error, > implementation not defined. > > I looked through header file but couldn’t find the function. > > Is this a known issue? That looks like a bug in the documentation. Try avro_value_decref instead. cheers –doug

[jira] [Commented] (AVRO-1528) avro_schema_enum_get returns invalid pointer for unknown indices

2014-07-14 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14061472#comment-14061472 ] Douglas Creager commented on AVRO-1528: --- What's the use case for this? The

[jira] [Commented] (AVRO-1478) protobuf namespaces causing problem for avro c++ reader

2014-03-12 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931769#comment-13931769 ] Douglas Creager commented on AVRO-1478: --- I don't have any experi

[jira] [Updated] (AVRO-1405) Avro-c may not handle eof correctly if avro data file contains multiple sync markers

2013-12-19 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1405: -- Resolution: Fixed Status: Resolved (was: Patch Available) Merged into SVN > Avr

Re: release 1.7.6 soon?

2013-12-18 Thread Douglas Creager
> I'll plan on rolling a 1.7.6 release candidate later this week. I just cleared most of the backlog of C issues. AVRO-1405 is the only one left. Once we get the copyright assignment for the new test case I'll merge it in. cheers –doug

[jira] [Updated] (AVRO-1364) Avro-C reader ignores final block in file

2013-12-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1364: -- Resolution: Duplicate Status: Resolved (was: Patch Available) We're going to fix

[jira] [Updated] (AVRO-1369) MacOSX build fatal error: 'byteswap.h' file not found

2013-12-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1369: -- Resolution: Fixed Fix Version/s: 1.7.6 Status: Resolved (was: Patch Available

[jira] [Updated] (AVRO-1364) Avro-C reader ignores final block in file

2013-12-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1364: -- Fix Version/s: 1.7.6 > Avro-C reader ignores final block in f

[jira] [Commented] (AVRO-1278) Avro-C: Error parsing schema with fixed field default value

2013-12-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851729#comment-13851729 ] Douglas Creager commented on AVRO-1278: --- Jansson has recently added support for

[jira] [Updated] (AVRO-1237) Avro-C segfaults when union discriminant out of bounds

2013-12-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1237: -- Resolution: Fixed Status: Resolved (was: Patch Available) Merged into SVN > Avr

[jira] [Resolved] (AVRO-1358) internal version of jansson exports the jansson symbols which collide with json-c and jansson libraries

2013-12-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager resolved AVRO-1358. --- Resolution: Fixed Fix Version/s: 1.7.6 Merged this into SVN. I hid the {{hashtable

[jira] [Commented] (AVRO-1361) The values of a map are not correct

2013-12-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851685#comment-13851685 ] Douglas Creager commented on AVRO-1361: --- You want {{(const char **) &valu

[jira] [Resolved] (AVRO-1361) The values of a map are not correct

2013-12-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager resolved AVRO-1361. --- Resolution: Not A Problem > The values of a map are not corr

[jira] [Updated] (AVRO-1405) Avro-c may not handle eof correctly if avro data file contains multiple sync markers

2013-12-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1405: -- Attachment: AVRO-1405.patch Here's a patch that should remove the C99 warnings. Doug, ca

[jira] [Commented] (AVRO-1405) Avro-c may not handle eof correctly if avro data file contains multiple sync markers

2013-12-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851668#comment-13851668 ] Douglas Creager commented on AVRO-1405: --- Hi Mika, You're right that t

[jira] [Updated] (AVRO-1379) C: Add avro_file_writer_append_encoded() to API

2013-12-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1379: -- Resolution: Fixed Status: Resolved (was: Patch Available) Looks good, merged this into

Re: Effort towards Avro 2.0?

2013-12-04 Thread Douglas Creager
>- inefficient because you'll end up serializing your data twice, once >from the actual type into the bytes field, then a second type as a >bytes field; I don't think it's as inefficient as you might think — the second serialization just blits the raw bytes content into some destinatio

Re: Effort towards Avro 2.0?

2013-12-04 Thread Douglas Creager
On Tue, Dec 3, 2013, at 07:49 AM, Doug Cutting wrote: > On Mon, Dec 2, 2013 at 1:42 PM, Christophe Taton > wrote: > > - New extension data type, similar to ProtocolBuffer extensions > > (incompatible change). > > Extensions might be implemented as something like: > > {"type":"record", "name":

[jira] [Commented] (AVRO-1405) Avro-c may not handle eof correctly if avro data file contains multiple sync markers

2013-11-25 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13831482#comment-13831482 ] Douglas Creager commented on AVRO-1405: --- Apologies for the delays — I

[jira] [Commented] (AVRO-1361) The values of a map are not correct

2013-08-28 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13752428#comment-13752428 ] Douglas Creager commented on AVRO-1361: --- The main issue is how you're filli

[jira] [Updated] (AVRO-1361) The values of a map are not correct

2013-08-28 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1361: -- Attachment: main-fixed.c > The values of a map are not corr

[jira] [Commented] (AVRO-1361) The values of a map are not correct

2013-08-28 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13752392#comment-13752392 ] Douglas Creager commented on AVRO-1361: --- Sorry, I've been out for a couple

[jira] [Updated] (AVRO-1279) Avro-C: file_read_header() segfaults when avro.codec is not defined

2013-07-26 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1279: -- Resolution: Fixed Fix Version/s: 1.7.5 Status: Resolved (was: Patch Available

[jira] [Updated] (AVRO-896) Snappy compression for avro-c

2013-07-26 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-896: - Resolution: Fixed Fix Version/s: 1.7.5 Status: Resolved (was: Patch Available

[jira] [Updated] (AVRO-1358) internal version of jansson exports the jansson symbols which collide with json-c and jansson libraries

2013-07-26 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1358: -- Attachment: 0001-Hide-Jansson-symbols-in-Avro-library.patch Good catch — I actually already

[jira] [Updated] (AVRO-1237) Avro-C segfaults when union discriminant out of bounds

2013-07-26 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1237: -- Attachment: 0001-AVRO-1237.-C-Verify-union-discriminant-when-reading-.patch Here is a patch

[jira] [Updated] (AVRO-1324) Avro-C: namespace lookup and inherited namespaces

2013-05-24 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1324: -- Resolution: Fixed Status: Resolved (was: Patch Available) Looks good. Thanks for

[jira] [Commented] (AVRO-1278) Avro-C: Error parsing schema with fixed field default value

2013-05-24 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13666308#comment-13666308 ] Douglas Creager commented on AVRO-1278: --- This is an issue in the underlying

[jira] [Updated] (AVRO-1238) Avro-C better end of file detection

2013-05-24 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1238: -- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to SVN

Re: Avro C API - Handing of Default values

2013-04-22 Thread Douglas Creager
> Sorry to contact you off-list but I wasn’t sure if you saw my question > in AVRO-DEV amongst all the JIRA messages. Hi Steve, you're right, that did slip through the cracks. Sorry for that! CCing the dev list so that we're back on the record. > You mentioned a few weeks ago that the AVRO C AP

[jira] [Comment Edited] (AVRO-1238) Avro-C better end of file detection

2013-02-13 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13577640#comment-13577640 ] Douglas Creager edited comment on AVRO-1238 at 2/13/13 3:2

[jira] [Updated] (AVRO-1238) Avro-C better end of file detection

2013-02-13 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1238: -- Attachment: 0001-AVRO-1238.-C-Check-for-EOF-when-reading-from-Avro-fi.patch I made a couple of

[jira] [Updated] (AVRO-1238) Avro-C better end of file detection

2013-02-13 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1238: -- Attachment: 0001-Test-case-for-AVRO-1238.patch avro-1238-truncated.avro

[jira] [Commented] (AVRO-1237) Avro-C segfaults when union discriminant out of bounds

2013-02-13 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13577593#comment-13577593 ] Douglas Creager commented on AVRO-1237: --- If you apply just the test case, you g

[jira] [Updated] (AVRO-1237) Avro-C segfaults when union discriminant out of bounds

2013-02-13 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1237: -- Attachment: avro-1237-good.avro avro-1237-bad-union-discriminant.avro

[jira] [Commented] (AVRO-1237) Avro-C segfaults when union discriminant out of bounds

2013-02-12 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13576601#comment-13576601 ] Douglas Creager commented on AVRO-1237: --- I will take a look at this this after

[jira] [Commented] (AVRO-1238) Avro-C better end of file detection

2013-02-12 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13576599#comment-13576599 ] Douglas Creager commented on AVRO-1238: --- I will take a look at this this after

[jira] [Commented] (AVRO-1222) unable to install avro 1.7.3, avro-c.pc missing

2012-12-20 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13537072#comment-13537072 ] Douglas Creager commented on AVRO-1222: --- Hi Alfonso, sorry to hear this i

[jira] [Resolved] (AVRO-1089) Avro-C - Penalty 30x to 50x for using resolved writer on arrays

2012-12-01 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager resolved AVRO-1089. --- Resolution: Fixed Fix Version/s: 1.7.3 Patch committed to SVN > A

Re: [VOTE] Avro release 1.7.3 (rc1)

2012-12-01 Thread Douglas Creager
> Sure. Commit it and I'll roll another RC. Done, thanks! –doug signature.asc Description: OpenPGP digital signature

[jira] [Updated] (AVRO-1089) Avro-C - Penalty 30x to 50x for using resolved writer on arrays

2012-12-01 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1089: -- Attachment: 0001-AVRO-1089.-Fix-performance-penalty-for-array-resolve.patch Here's a one-

Re: [VOTE] Avro release 1.7.3 (rc1)

2012-12-01 Thread Douglas Creager
> +1 Downloaded source tarball, verified hashes and signatures, ran RAT, > ran tests. Sorry I missed these — I was out of town this week. I have a patch for AVRO-1089 which I'm about to upload. Would it be possible to include that in 1.7.3, or should it wait for the next release? It doesn't cha

[jira] [Resolved] (AVRO-1161) Avro-C: Memory Leak in avro_schema_record()

2012-09-17 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager resolved AVRO-1161. --- Resolution: Fixed Fix Version/s: 1.7.2 Merged into SVN > Avr

Re: Release 1.7.2?

2012-09-17 Thread Douglas Creager
> So I think we're just waiting on AVRO-1165 now. Once that's committed > I'll create a 1.7.2 candidate. I closed AVRO-1165, along with AVRO-1161 and AVRO-1164. I think we're good for a release on the C side. signature.asc Description: OpenPGP digital signature

[jira] [Updated] (AVRO-1161) Avro-C: Memory Leak in avro_schema_record()

2012-09-17 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1161: -- Attachment: 0001-AVRO-1161.-C-Fix-memory-leak-in-avro-append-cat-mod-.patch Previous patch had

[jira] [Updated] (AVRO-1165) Avro-C: Memory leak in value iface containing AVRO_LINK.

2012-09-17 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1165: -- Resolution: Fixed Status: Resolved (was: Patch Available) Merged into SVN

[jira] [Updated] (AVRO-1164) Avro-C: Deallocate resources used in test_avro_schema.c

2012-09-17 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1164: -- Resolution: Fixed Status: Resolved (was: Patch Available) Merged into SVN

[jira] [Updated] (AVRO-1161) Avro-C: Memory Leak in avro_schema_record()

2012-09-17 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1161: -- Attachment: 0001-AVRO-1161.-C-Fix-memory-leak-in-avro-append-cat-mod-.patch That seems right to

Re: Release 1.7.2?

2012-09-13 Thread Douglas Creager
>> And all of these bug fixes from Lucas Martin-King regarding avro-c :) >> Thanks in advance! > > I'll take care of them today! I merged and closed all but AVRO-1161. That one will require some investigation. I don't think it's a blocker; Lucas or Maxim (or anyone else!) please correct me if I

[jira] [Updated] (AVRO-1160) Avro-C: avrocat can report read errors

2012-09-13 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1160: -- Resolution: Fixed Fix Version/s: 1.7.2 Status: Resolved (was: Patch Available

[jira] [Updated] (AVRO-1159) Avro-C: read_union_value does not check discriminant

2012-09-13 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1159: -- Resolution: Fixed Fix Version/s: 1.7.2 Status: Resolved (was: Patch Available

[jira] [Updated] (AVRO-1158) Avro-C: Infinite Loop in Deflate Codec Decompression

2012-09-13 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1158: -- Resolution: Fixed Fix Version/s: 1.7.2 Status: Resolved (was: Patch Available

[jira] [Updated] (AVRO-1101) avro-c: reference counting error in avro_schema_record_field_get() and friends

2012-09-13 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1101: -- Resolution: Won't Fix Status: Resolved (was: Patch Available) Keeping the exi

[jira] [Updated] (AVRO-1129) Schema deletion cheking

2012-09-13 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1129: -- Resolution: Fixed Fix Version/s: 1.7.2 Status: Resolved (was: Patch Available

[jira] [Updated] (AVRO-1138) avro-c: can`t set default block size in avro_file_writer_open

2012-09-13 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1138: -- Component/s: c > avro-c: can`t set default block size in avro_file_writer_o

[jira] [Updated] (AVRO-1138) avro-c: can`t set default block size in avro_file_writer_open

2012-09-13 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1138: -- Resolution: Fixed Fix Version/s: 1.7.2 Status: Resolved (was: Patch Available

Re: Release 1.7.2?

2012-09-13 Thread Douglas Creager
> And all of these bug fixes from Lucas Martin-King regarding avro-c :) > Thanks in advance! I'll take care of them today! signature.asc Description: OpenPGP digital signature

[jira] [Resolved] (AVRO-1117) Add avro_file_writer_create_fp and avro_file_writer_create_with_codec_fp for Avro-C

2012-06-22 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager resolved AVRO-1117. --- Resolution: Fixed Committed new patch to SVN >

[jira] [Updated] (AVRO-1115) avro-c: possible crash error in codec cleanup code

2012-06-22 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1115: -- Resolution: Fixed Fix Version/s: 1.7.1 Status: Resolved (was: Patch Available

[jira] [Updated] (AVRO-1117) Add avro_file_writer_create_fp and avro_file_writer_create_with_codec_fp for Avro-C

2012-06-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1117: -- Resolution: Fixed Fix Version/s: 1.7.1 Status: Resolved (was: Patch Available

[jira] [Updated] (AVRO-1104) Avro Append (C)

2012-06-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1104: -- Resolution: Fixed Fix Version/s: 1.7.1 Status: Resolved (was: Patch Available

[jira] [Commented] (AVRO-1104) Avro Append (C)

2012-06-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396289#comment-13396289 ] Douglas Creager commented on AVRO-1104: --- Looks good, committed to

[jira] [Commented] (AVRO-1115) avro-c: possible crash error in codec cleanup code

2012-06-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396274#comment-13396274 ] Douglas Creager commented on AVRO-1115: --- I see {{(!type == 0)}} in the p

[jira] [Commented] (AVRO-1101) avro-c: reference counting error in avro_schema_record_field_get() and friends

2012-06-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396258#comment-13396258 ] Douglas Creager commented on AVRO-1101: --- I still disagree with this patch,

[jira] [Resolved] (AVRO-1110) avro_set_error() in AVRO C version 1.6.3 is not thread safe

2012-06-18 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager resolved AVRO-1110. --- Resolution: Duplicate As Maxim pointed out, we merged a different fix for this issue in AVRO

Re: [VOTE] Avro release 1.7.0 (rc 0)

2012-06-07 Thread Douglas Creager
> I can take care of this right now. Sorry about the delay, I got drawn onto a > couple of other projects at work over the past couple of weeks. I just committed the patch in AVRO-1102 to trunk. Doug, is that enough to let you cut a new 1.7.0 release candidate including the patch? Or do I nee

Re: [VOTE] Avro release 1.7.0 (rc 0)

2012-06-07 Thread Douglas Creager
> I'm not very familiar with the Avro C code. I hope that someone who > is will review your patches soon as they look to fix critical bugs > there. > > I agree it would be best to get these included an in a release as soon > as possible. Once they're committed I'd be happy to create a new > rele

[jira] [Commented] (AVRO-1101) avro-c: reference counting error in avro_schema_record_field_get() and friends

2012-06-07 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291158#comment-13291158 ] Douglas Creager commented on AVRO-1101: --- It's not well-documented, but I

[jira] [Updated] (AVRO-1102) avro-c: memory leak in avro_string() function

2012-06-07 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1102: -- Resolution: Fixed Fix Version/s: 1.7.0 Status: Resolved (was: Patch Available

[jira] [Updated] (AVRO-1087) avro-c: invoking avro_file_writer_open() produces 100% crash bug

2012-05-21 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1087: -- Resolution: Fixed Fix Version/s: 1.7.0 Status: Resolved (was: Patch Available

[jira] [Commented] (AVRO-1087) avro-c: invoking avro_file_writer_open() produces 100% crash bug

2012-05-21 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280114#comment-13280114 ] Douglas Creager commented on AVRO-1087: --- Patch looks good; I like how the c

[jira] [Commented] (AVRO-1088) Avro-C - Add performance tests for schema resolution and arrays.

2012-05-21 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13280106#comment-13280106 ] Douglas Creager commented on AVRO-1088: --- Thanks for the updated patch;

Re: 1.7.0 release soon?

2012-05-20 Thread Douglas Creager
> I just tested all of the available patches for the C library on my Windows > box. Apologies for the delay, I didn't have access to this machine until > today. They look good; I'm going to merge them into SVN now so they're in > for 1.7.0. C library should be good to go. All of the recent p

[jira] [Updated] (AVRO-1091) Avro-C - Simple scripts to call cmake from windows and linux

2012-05-20 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1091: -- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to SVN

[jira] [Commented] (AVRO-1092) avro-c: improving thread safety in error management code

2012-05-20 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279779#comment-13279779 ] Douglas Creager commented on AVRO-1092: --- Oh and I described how to set

[jira] [Updated] (AVRO-1092) avro-c: improving thread safety in error management code

2012-05-20 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1092: -- Resolution: Fixed Fix Version/s: 1.7.0 Status: Resolved (was: Patch Available

[jira] [Commented] (AVRO-1092) avro-c: improving thread safety in error management code

2012-05-20 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279776#comment-13279776 ] Douglas Creager commented on AVRO-1092: --- Looks good except for one detail — we d

[jira] [Updated] (AVRO-1088) Avro-C - Add performance tests for schema resolution and arrays.

2012-05-20 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1088: -- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to SVN

[jira] [Commented] (AVRO-1096) Don't set default CMAKE_OSX_ARCHITECTURES

2012-05-20 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279768#comment-13279768 ] Douglas Creager commented on AVRO-1096: --- Good idea, Bruce. Just updated the INS

[jira] [Updated] (AVRO-1086) avro-c: Possible crash bug in deflate codec initialization

2012-05-20 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1086: -- Resolution: Fixed Fix Version/s: 1.7.0 Status: Resolved (was: Patch Available

[jira] [Updated] (AVRO-1083) avro-c: multiple memory leaks

2012-05-20 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1083: -- Resolution: Fixed Fix Version/s: 1.7.0 Status: Resolved (was: Patch Available

[jira] [Updated] (AVRO-1084) acvo-c: reference counting error in file_writer and file_reader code

2012-05-20 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1084: -- Resolution: Fixed Fix Version/s: 1.7.0 Status: Resolved (was: Patch Available

[jira] [Resolved] (AVRO-1096) Don't set default CMAKE_OSX_ARCHITECTURES

2012-05-20 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager resolved AVRO-1096. --- Resolution: Fixed Committed to SVN > Don't set

[jira] [Updated] (AVRO-1082) avro-c: avoid leaking open FILE objects

2012-05-20 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1082: -- Resolution: Fixed Fix Version/s: 1.7.0 Status: Resolved (was: Patch Available

[jira] [Updated] (AVRO-1096) Don't set default CMAKE_OSX_ARCHITECTURES

2012-05-20 Thread Douglas Creager (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Douglas Creager updated AVRO-1096: -- Attachment: 0001-No-default-for-CMAKE_OSX_ARCHITECTURES.patch Patch for this issue

[jira] [Created] (AVRO-1096) Don't set default CMAKE_OSX_ARCHITECTURES

2012-05-20 Thread Douglas Creager (JIRA)
Douglas Creager created AVRO-1096: - Summary: Don't set default CMAKE_OSX_ARCHITECTURES Key: AVRO-1096 URL: https://issues.apache.org/jira/browse/AVRO-1096 Project: Avro Issue Type

  1   2   3   4   >