Robert Metzger created FLINK-927:
------------------------------------
Summary: Task Cancellation in CompactingHashTable fails
Key: FLINK-927
URL:
https://issues.apache.org/jira/browse/FLINK-927 Project: Flink
Issue Type: Bug
Reporter: Robert Metzger
Assignee: Robert Waury
Fix For: 0.6-incubating
As commented in FLINK-885, this is the proper issue for this problem
{code}
06/10/2014 16:27:44: Join(T3 Join: Iteration input) (7/8) switched to FAILED
java.lang.ArithmeticException: / by zero
at eu.stratosphere.pact.runtime.hash.CompactingHashTable$HashTableProber.getMatchFor(CompactingHashTable.java:1089)
at eu.stratosphere.pact.runtime.task.JoinWithSolutionSetSecondDriver.run(JoinWithSolutionSetSecondDriver.java:134)
at eu.stratosphere.pact.runtime.task.RegularPactTask.run(RegularPactTask.java:505)
at eu.stratosphere.pact.runtime.iterative.task.AbstractIterativePactTask.run(AbstractIterativePactTask.java:132)
at eu.stratosphere.pact.runtime.iterative.task.IterationIntermediatePactTask.run(IterationIntermediatePactTask.java:84)
at eu.stratosphere.pact.runtime.task.RegularPactTask.invoke(RegularPactTask.java:370)
at eu.stratosphere.nephele.execution.RuntimeEnvironment.run(RuntimeEnvironment.java:284)
at java.lang.Thread.run(Thread.java:744)
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)