You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Bastian Köcher (JIRA)" <ji...@apache.org> on 2014/07/04 01:09:34 UTC

[jira] [Created] (FLINK-1000) Job fails because an IndexOutOfBoundsException

Bastian Köcher 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öcher


After some while of running my job I get the following exception:

eu.stratosphere.nephele.client.JobExecutionException: java.lang.IndexOutOfBoundsException: Index: 326, Size: 2
	at java.util.ArrayList.rangeCheck(ArrayList.java:635)
	at java.util.ArrayList.get(ArrayList.java:411)
	at eu.stratosphere.pact.runtime.hash.InMemoryPartition$ReadView.setReadPosition(InMemoryPartition.java:365)
	at eu.stratosphere.pact.runtime.hash.InMemoryPartition.readRecordAt(InMemoryPartition.java:190)
	at eu.stratosphere.pact.runtime.hash.CompactingHashTable$HashTableProber.getMatchFor(CompactingHashTable.java:1148)
	at eu.stratosphere.pact.runtime.task.JoinWithSolutionSetFirstDriver.run(JoinWithSolutionSetFirstDriver.java:134)
	at eu.stratosphere.pact.runtime.task.RegularPactTask.run(RegularPactTask.java:503)
	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:368)
	at eu.stratosphere.nephele.execution.RuntimeEnvironment.run(RuntimeEnvironment.java:260)
	at java.lang.Thread.run(Thread.java:745)

	at eu.stratosphere.nephele.client.JobClient.submitJobAndWait(JobClient.java:354)
	at eu.stratosphere.client.LocalExecutor.executePlan(LocalExecutor.java:240)
	at eu.stratosphere.api.java.LocalEnvironment.execute(LocalEnvironment.java:55)
	at eu.stratosphere.api.java.ExecutionEnvironment.execute(ExecutionEnvironment.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 hour.



--
This message was sent by Atlassian JIRA
(v6.2#6252)