Re: Kryo StackOverflowError

2016-04-26 Thread Maximilian Michels
ache.org > Subject: Re: Kryo StackOverflowError > > +1 to add this to 1.0.2 > > > On Wed, Apr 13, 2016 at 1:57 AM, Andrew Palumbo wrote: > >> >> Hi, >> >> Great! Do you think that this is something that you'll be enabling in your >> upcom

RE: Kryo StackOverflowError

2016-04-14 Thread Andrew Palumbo
Do you want me to open a jira/pr for this? Original message From: Stephan Ewen Date: 04/13/2016 5:16 AM (GMT-05:00) To: dev@flink.apache.org Subject: Re: Kryo StackOverflowError +1 to add this to 1.0.2 On Wed, Apr 13, 2016 at 1:57 AM, Andrew Palumbo wrote: > &

Re: Kryo StackOverflowError

2016-04-13 Thread Stephan Ewen
this would allow us to speed up Matrix > Multiplication greatly. > > Thanks, > > Andy > > From: Till Rohrmann > Sent: Tuesday, April 12, 2016 11:18 AM > To: dev@flink.apache.org > Subject: Re: Kryo StackOverflowError > > +1 &

Re: Kryo StackOverflowError

2016-04-12 Thread Andrew Palumbo
Andy From: Till Rohrmann Sent: Tuesday, April 12, 2016 11:18 AM To: dev@flink.apache.org Subject: Re: Kryo StackOverflowError +1 On Tue, Apr 12, 2016 at 1:13 PM, Robert Metzger wrote: > Good catch Till! > > I just checked it with the Mahout source code and the issues is gone wi

Re: Kryo StackOverflowError

2016-04-12 Thread Till Rohrmann
> > > > > public class A { > > > public static class B { > > > } > > > } > > > > > > When I was trying to debug it seemed this error message can be caused > by > > > several different things. > > > > > &g

Re: Kryo StackOverflowError

2016-04-12 Thread Robert Metzger
t; Todd > > > > > > -----Original Message- > > From: Hilmi Yildirim [mailto:hilmi.yildi...@dfki.de] > > Sent: Sunday, April 10, 2016 11:36 AM > > To: dev@flink.apache.org > > Subject: Re: Kryo StackOverflowError > > > > Hi, > > I also had t

Re: Kryo StackOverflowError

2016-04-12 Thread Till Rohrmann
..@dfki.de] > Sent: Sunday, April 10, 2016 11:36 AM > To: dev@flink.apache.org > Subject: Re: Kryo StackOverflowError > > Hi, > I also had this problem and solved it. > > In my case I had multiple objects which are created via anonymous classes. > When I broadcasted these objects,

RE: Kryo StackOverflowError

2016-04-11 Thread Lisonbee, Todd
caused by several different things. Thanks, Todd -Original Message- From: Hilmi Yildirim [mailto:hilmi.yildi...@dfki.de] Sent: Sunday, April 10, 2016 11:36 AM To: dev@flink.apache.org Subject: Re: Kryo StackOverflowError Hi, I also had this problem and solved it. In my case I had

Re: Kryo StackOverflowError

2016-04-10 Thread Hilmi Yildirim
n Ewen Sent: Sunday, April 10, 2016 9:39 AM To: dev@flink.apache.org Subject: Re: Kryo StackOverflowError Hi! Sorry, I don't fully understand he diagnosis. You say that this stack overflow is not from a recursive/object type? Long graphs of operations in Flink usually do not cause StackOverflowEx

Re: Kryo StackOverflowError

2016-04-10 Thread Stephan Ewen
Thanks > > > From: ewenstep...@gmail.com on behalf of Stephan > Ewen > Sent: Sunday, April 10, 2016 9:39 AM > To: dev@flink.apache.org > Subject: Re: Kryo StackOverflowError > > Hi! > > Sorry, I don't fully understand he di

Re: Kryo StackOverflowError

2016-04-10 Thread Andrew Palumbo
, April 10, 2016 9:39 AM To: dev@flink.apache.org Subject: Re: Kryo StackOverflowError Hi! Sorry, I don't fully understand he diagnosis. You say that this stack overflow is not from a recursive/object type? Long graphs of operations in Flink usually do not cause StackOverflowExceptions, becaus

Re: Kryo StackOverflowError

2016-04-10 Thread Stephan Ewen
Hi! Sorry, I don't fully understand he diagnosis. You say that this stack overflow is not from a recursive/object type? Long graphs of operations in Flink usually do not cause StackOverflowExceptions, because not the whole graph is recursively processed. Can you paste the entire Stack Trace (for