Re: Stack overflow from self referencing Avro schema

2016-03-22 Thread David Kim
Hi Robert! Thank you! :) David On Tue, Mar 22, 2016 at 7:59 AM, Robert Metzger wrote: > Hey David, > > FLINK-3602 has been merged to master. > > On Fri, Mar 11, 2016 at 5:11 PM, David Kim < > david@braintreepayments.com> wrote: > >> Thanks Stephan! :) >> >> On Thu, Mar 10, 2016 at 11:06 AM

Re: Stack overflow from self referencing Avro schema

2016-03-22 Thread Robert Metzger
Hey David, FLINK-3602 has been merged to master. On Fri, Mar 11, 2016 at 5:11 PM, David Kim wrote: > Thanks Stephan! :) > > On Thu, Mar 10, 2016 at 11:06 AM, Stephan Ewen wrote: > >> The following issue should track that. >> https://issues.apache.org/jira/browse/FLINK-3602 >> >> @Niels: Thanks

Re: Stack overflow from self referencing Avro schema

2016-03-11 Thread David Kim
Thanks Stephan! :) On Thu, Mar 10, 2016 at 11:06 AM, Stephan Ewen wrote: > The following issue should track that. > https://issues.apache.org/jira/browse/FLINK-3602 > > @Niels: Thanks for looking into this. At this point, I think it may > actually be a Flink issue, since it concerns the interact

Re: Stack overflow from self referencing Avro schema

2016-03-10 Thread Stephan Ewen
The following issue should track that. https://issues.apache.org/jira/browse/FLINK-3602 @Niels: Thanks for looking into this. At this point, I think it may actually be a Flink issue, since it concerns the interaction of Avro and Flink's TypeInformation. On Thu, Mar 10, 2016 at 6:00 PM, Stephan Ew

Re: Stack overflow from self referencing Avro schema

2016-03-10 Thread Stephan Ewen
Hi! I think that is a TypeExtractor bug. It may actually be a bug for all recursive types. Let's check this and come up with a fix... Greetings, Stephan On Thu, Mar 10, 2016 at 4:11 PM, David Kim wrote: > Hello! > > Just wanted to check up on this again. Has anyone else seen this before or >

Re: Stack overflow from self referencing Avro schema

2016-03-10 Thread Niels Basjes
Hi, Please try to reproduce the problem in a simple (commandline) Java application (i.e. without Flink and such, just Avro). If you can reproduce it with Avro 1.8.0 then please file a bug report (preferable with the simplest reproduction path you can come up with) via. https://issues.apache.org/ji

Re: Stack overflow from self referencing Avro schema

2016-03-10 Thread David Kim
Hello! Just wanted to check up on this again. Has anyone else seen this before or have any suggestions? Thanks! David On Tue, Mar 8, 2016 at 12:12 PM, David Kim wrote: > Hello all, > > I'm running into a StackOverflowError using flink 1.0.0. I have an Avro > schema that has a self reference. F