EOFException when running Flink job

2015-04-17 Thread Stefan Bunk
Hi Squirrels, I have some trouble with a delta-iteration transitive closure program [1]. When I run the program, I get the following error: java.io.EOFException at org.apache.flink.runtime.operators.hash.InMemoryPartition$WriteView.nextSegment(InMemoryPartition.java:333) at

Re: EOFException when running Flink job

2015-04-17 Thread Stephan Ewen
Hi! After a quick look over the code, this seems like a bug. One cornercase of the overflow handling code does not check for the running out of memory condition. I would like to wait if Robert Waury has some ideas about that, he is the one most familiar with the code. I would guess, though,