Re: AW: kryoException : Buffer underflow

2015-02-12 Thread Till Rohrmann
The kryo underflow should be fixed with the PR [1]. [1] https://github.com/apache/flink/pull/391 On Thu, Feb 12, 2015 at 4:10 PM, Nam-Luc Tran wrote: > Without the .returns(...) statement it yelled about type erasure. > Putting.returns(Centroid25.class) did the trick. > > Thanks everyone for yo

Re: AW: kryoException : Buffer underflow

2015-02-12 Thread Nam-Luc Tran
Without the .returns(...) statement it yelled about type erasure. Putting.returns(Centroid25.class) did the trick. Thanks everyone for your help. Tran Nam-Luc At Thursday, 12/02/2015 on 12:06 Kirschnick, Johannes wrote: Hi, I basically just reported an issue and found this thread on the list a

AW: kryoException : Buffer underflow

2015-02-12 Thread Kirschnick, Johannes
Hi, I basically just reported an issue and found this thread on the list about the same error Just bringing this up here, in case these issues are linked ... There is a small testcase to reproduce attached https://issues.apache.org/jira/browse/FLINK-1531 I tried to single in on the code and fi