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 8EBCF112C5 for ; Fri, 4 Jul 2014 17:25:55 +0000 (UTC) Received: (qmail 2508 invoked by uid 500); 4 Jul 2014 17:25:55 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 2481 invoked by uid 500); 4 Jul 2014 17:25:55 -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 2472 invoked by uid 99); 4 Jul 2014 17:25:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2014 17:25:55 +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; Fri, 04 Jul 2014 17:25:54 +0000 Received: (qmail 787 invoked by uid 99); 4 Jul 2014 17:25:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2014 17:25:34 +0000 Date: Fri, 4 Jul 2014 17:25:34 +0000 (UTC) From: "Robert Waury (JIRA)" To: issues@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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 [ https://issues.apache.org/jira/browse/FLINK-1000?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Waury updated FLINK-1000: -------------------------------- Attachment: flink1000.patch I managed to recreate a similar error. Tell me if the patch works for you. > 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 > Assignee: Robert Waury > Attachments: flink1000.patch, src.zip > > > After some while of running my job I get the following exception: > eu.stratosphere.nephele.client.JobExecutionException: java.lang.IndexOutO= fBoundsException: 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.setRea= dPosition(InMemoryPartition.java:365) > =09at eu.stratosphere.pact.runtime.hash.InMemoryPartition.readRecordAt(In= MemoryPartition.java:190) > =09at eu.stratosphere.pact.runtime.hash.CompactingHashTable$HashTableProb= er.getMatchFor(CompactingHashTable.java:1148) > =09at eu.stratosphere.pact.runtime.task.JoinWithSolutionSetFirstDriver.ru= n(JoinWithSolutionSetFirstDriver.java:134) > =09at eu.stratosphere.pact.runtime.task.RegularPactTask.run(RegularPactTa= sk.java:503) > =09at eu.stratosphere.pact.runtime.iterative.task.AbstractIterativePactTa= sk.run(AbstractIterativePactTask.java:132) > =09at eu.stratosphere.pact.runtime.iterative.task.IterationIntermediatePa= ctTask.run(IterationIntermediatePactTask.java:84) > =09at eu.stratosphere.pact.runtime.task.RegularPactTask.invoke(RegularPac= tTask.java:368) > =09at eu.stratosphere.nephele.execution.RuntimeEnvironment.run(RuntimeEnv= ironment.java:260) > =09at java.lang.Thread.run(Thread.java:745) > =09at eu.stratosphere.nephele.client.JobClient.submitJobAndWait(JobClient= .java:354) > =09at eu.stratosphere.client.LocalExecutor.executePlan(LocalExecutor.java= :240) > =09at eu.stratosphere.api.java.LocalEnvironment.execute(LocalEnvironment.= java:55) > =09at eu.stratosphere.api.java.ExecutionEnvironment.execute(ExecutionEnvi= ronment.java:516) > You need to execute the "de.tu_berlin.impro3.stratosphere.clustering.hac.= HAC_Flink_Java". > One problem is, that this bug occurs after something like 1 and a half ho= ur. -- This message was sent by Atlassian JIRA (v6.2#6252)