You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Claudio Martella (JIRA)" <ji...@apache.org> on 2013/06/14 21:38:20 UTC

[jira] [Created] (GIRAPH-691) MasterThread dies with ArrayOutOfBoundsException

Claudio Martella created GIRAPH-691:
---------------------------------------

             Summary: MasterThread dies with ArrayOutOfBoundsException
                 Key: GIRAPH-691
                 URL: https://issues.apache.org/jira/browse/GIRAPH-691
             Project: Giraph
          Issue Type: Bug
            Reporter: Claudio Martella


Got this exception from a job running with checkpointing disabled.

2013-06-14 21:32:24,089 ERROR org.apache.giraph.master.BspServiceMaster: superstepChosenWorkerAlive: Missing chosen worker Worker(hostname=hdp-01.bigdata.hi.inet, MRtaskID=134, port=30134) on superstep 1
2013-06-14 21:32:24,089 INFO org.apache.giraph.master.MasterThread: masterThread: Coordination of superstep 1 took 1203.403 seconds ended with state WORKER_FAILURE and is now on superstep 1
2013-06-14 21:32:24,100 ERROR org.apache.giraph.master.MasterThread: masterThread: Master algorithm failed with ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsException: -1
	at org.apache.giraph.master.BspServiceMaster.getLastGoodCheckpoint(BspServiceMaster.java:1225)
	at org.apache.giraph.master.MasterThread.run(MasterThread.java:134)
2013-06-14 21:32:24,101 FATAL org.apache.giraph.graph.GraphMapper: uncaughtException: OverrideExceptionHandler on thread org.apache.giraph.master.MasterThread, msg = java.lang.ArrayIndexOutOfBoundsException: -1, exiting...
java.lang.IllegalStateException: java.lang.ArrayIndexOutOfBoundsException: -1
	at org.apache.giraph.master.MasterThread.run(MasterThread.java:180)
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
	at org.apache.giraph.master.BspServiceMaster.getLastGoodCheckpoint(BspServiceMaster.java:1225)
	at org.apache.giraph.master.MasterThread.run(MasterThread.java:134)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] [Created] (GIRAPH-691) MasterThread dies with ArrayOutOfBoundsException

Posted by Armando Miraglia <a....@student.vu.nl>.
How could I replicate the problem?