Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8601711A98 for ; Thu, 12 Jun 2014 14:47:25 +0000 (UTC) Received: (qmail 35439 invoked by uid 500); 12 Jun 2014 14:47:25 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 35391 invoked by uid 500); 12 Jun 2014 14:47:25 -0000 Mailing-List: contact dev-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list dev@flink.incubator.apache.org Received: (qmail 35381 invoked by uid 99); 12 Jun 2014 14:47:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2014 14:47:25 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 12 Jun 2014 14:47:26 +0000 Received: (qmail 29159 invoked by uid 99); 12 Jun 2014 14:47:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2014 14:47:01 +0000 Date: Thu, 12 Jun 2014 14:47:01 +0000 (UTC) From: "Robert Metzger (JIRA)" To: dev@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-927) Task Cancellation in CompactingHashTable fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FLINK-927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14029215#comment-14029215 ] Robert Metzger commented on FLINK-927: -------------------------------------- I suggest to include the fix into the 0.5.1 bugfix release as well. > 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)