Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6D69D1198F for ; Thu, 3 Jul 2014 23:09:58 +0000 (UTC) Received: (qmail 33333 invoked by uid 500); 3 Jul 2014 23:09:58 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 33305 invoked by uid 500); 3 Jul 2014 23:09:58 -0000 Mailing-List: contact issues-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 issues@flink.incubator.apache.org Received: (qmail 33286 invoked by uid 99); 3 Jul 2014 23:09:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2014 23:09:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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, 03 Jul 2014 23:09:59 +0000 Received: (qmail 32554 invoked by uid 99); 3 Jul 2014 23:09:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2014 23:09:34 +0000 Date: Thu, 3 Jul 2014 23:09:33 +0000 (UTC) From: =?utf-8?Q?Bastian_K=C3=B6cher_=28JIRA=29?= To: issues@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-1000) Job fails because an IndexOutOfBoundsException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Bastian K=C3=B6cher created FLINK-1000: ------------------------------------- Summary: Job fails because an IndexOutOfBoundsException Key: FLINK-1000 URL: https://issues.apache.org/jira/browse/FLINK-1000 Project: Flink Issue Type: Bug Affects Versions: 0.6-incubating Reporter: Bastian K=C3=B6cher After some while of running my job I get the following exception: eu.stratosphere.nephele.client.JobExecutionException: java.lang.IndexOutOfB= oundsException: Index: 326, Size: 2 =09at java.util.ArrayList.rangeCheck(ArrayList.java:635) =09at java.util.ArrayList.get(ArrayList.java:411) =09at eu.stratosphere.pact.runtime.hash.InMemoryPartition$ReadView.setReadP= osition(InMemoryPartition.java:365) =09at eu.stratosphere.pact.runtime.hash.InMemoryPartition.readRecordAt(InMe= moryPartition.java:190) =09at eu.stratosphere.pact.runtime.hash.CompactingHashTable$HashTableProber= .getMatchFor(CompactingHashTable.java:1148) =09at eu.stratosphere.pact.runtime.task.JoinWithSolutionSetFirstDriver.run(= JoinWithSolutionSetFirstDriver.java:134) =09at eu.stratosphere.pact.runtime.task.RegularPactTask.run(RegularPactTask= .java:503) =09at eu.stratosphere.pact.runtime.iterative.task.AbstractIterativePactTask= .run(AbstractIterativePactTask.java:132) =09at eu.stratosphere.pact.runtime.iterative.task.IterationIntermediatePact= Task.run(IterationIntermediatePactTask.java:84) =09at eu.stratosphere.pact.runtime.task.RegularPactTask.invoke(RegularPactT= ask.java:368) =09at eu.stratosphere.nephele.execution.RuntimeEnvironment.run(RuntimeEnvir= onment.java:260) =09at java.lang.Thread.run(Thread.java:745) =09at eu.stratosphere.nephele.client.JobClient.submitJobAndWait(JobClient.j= ava:354) =09at eu.stratosphere.client.LocalExecutor.executePlan(LocalExecutor.java:2= 40) =09at eu.stratosphere.api.java.LocalEnvironment.execute(LocalEnvironment.ja= va:55) =09at eu.stratosphere.api.java.ExecutionEnvironment.execute(ExecutionEnviro= nment.java:516) You need to execute the "de.tu_berlin.impro3.stratosphere.clustering.hac.HA= C_Flink_Java". One problem is, that this bug occurs after something like 1 and a half hour= . -- This message was sent by Atlassian JIRA (v6.2#6252)