Re: Bug in Hybrid Hash Join

2015-10-13 Thread Sachin Goel
ogram to > Fabian right now. > The stack trace is: > > Caused by: java.lang.RuntimeException: Bug in Hybrid Hash Join: Request to > spill a partition with less than two buffers. > at > org.apache.flink.runtime.operators.hash.HashPartition.spillPartition

Re: Bug in Hybrid Hash Join

2015-10-13 Thread Flavio Pompermaier
I ensured that I was using the latest version and I showed to program to Fabian right now. The stack trace is: Caused by: java.lang.RuntimeException: Bug in Hybrid Hash Join: Request to spill a partition with less than two buffers. at

Re: Bug in Hybrid Hash Join

2015-10-12 Thread Sachin Goel
Hi Flavio This was addressed in Flink-2763. Can you check if you're using the latest version? Cheers! Sachin On Oct 13, 2015 5:04 AM, "Flavio Pompermaier" wrote: > Hi guys, > my job fails on Flink 0.10-snapshot with the following message: Bug in > Hybrid Hash Join: Requ

Bug in Hybrid Hash Join

2015-10-12 Thread Flavio Pompermaier
Hi guys, my job fails on Flink 0.10-snapshot with the following message: Bug in Hybrid Hash Join: Request to spill a partition with less than two buffers.I tried to double network buffers but I still got the error :( Is it a real bug or am I doing something wrong? See you very soon :) Flavio